| 3 |
*************************************************/ |
*************************************************/ |
| 4 |
|
|
| 5 |
/* |
/* |
| 6 |
|
Copyright (c) 2005, Google Inc. |
| 7 |
|
All rights reserved. |
| 8 |
|
|
| 9 |
----------------------------------------------------------------------------- |
----------------------------------------------------------------------------- |
| 10 |
Redistribution and use in source and binary forms, with or without |
Redistribution and use in source and binary forms, with or without |
| 11 |
modification, are permitted provided that the following conditions are met: |
modification, are permitted provided that the following conditions are met: |
| 53 |
|
|
| 54 |
#ifndef PCRECPP_EXP_DECL |
#ifndef PCRECPP_EXP_DECL |
| 55 |
# ifdef _WIN32 |
# ifdef _WIN32 |
| 56 |
# ifndef PCRECPP_STATIC |
# ifndef PCRE_STATIC |
| 57 |
# define PCRECPP_EXP_DECL extern __declspec(dllexport) |
# define PCRECPP_EXP_DECL extern __declspec(dllexport) |
| 58 |
# define PCRECPP_EXP_DEFN __declspec(dllexport) |
# define PCRECPP_EXP_DEFN __declspec(dllexport) |
| 59 |
# else |
# else |