|
From: Andreas R. <and...@us...> - 2003-03-09 00:49:30
|
Update of /cvsroot/squeak/squeak/platforms/Cross/plugins/RePlugin In directory sc8-pr-cvs1:/tmp/cvs-serv16827 Modified Files: pcre.h Log Message: added #define STATIC for Win32 builds Index: pcre.h =================================================================== RCS file: /cvsroot/squeak/squeak/platforms/Cross/plugins/RePlugin/pcre.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** pcre.h 2 Oct 2002 12:37:40 -0000 1.2 --- pcre.h 9 Mar 2003 00:49:27 -0000 1.3 *************** *** 18,21 **** --- 18,22 ---- #ifdef _WIN32 + #define STATIC # ifdef STATIC # define PCRE_DL_IMPORT |