Got rid of pcre linker warnings.

This commit is contained in:
Birunthan Mohanathas 2011-05-16 09:24:13 +00:00
parent 9d550f553d
commit e13f3a3c2c
3 changed files with 3 additions and 1 deletions

View File

@ -274,7 +274,7 @@ them both to 0; an emulation function will be used. */
/* #undef PCRE_EXP_DEFN */ /* #undef PCRE_EXP_DEFN */
/* Define if linking statically (TODO: make nice with Libtool) */ /* Define if linking statically (TODO: make nice with Libtool) */
/* #undef PCRE_STATIC */ #define PCRE_STATIC
/* When calling PCRE via the POSIX interface, additional working storage is /* When calling PCRE via the POSIX interface, additional working storage is
required for holding the pointers to capturing substrings because PCRE required for holding the pointers to capturing substrings because PCRE

View File

@ -3,6 +3,7 @@
#include <string> #include <string>
#include <vector> #include <vector>
#include <windows.h> #include <windows.h>
#include "../../Library/pcre-8.10/config.h"
#include "../../Library/pcre-8.10/pcre.h" #include "../../Library/pcre-8.10/pcre.h"
namespace PluginFolderInfo { namespace PluginFolderInfo {

View File

@ -27,6 +27,7 @@
#include <Wininet.h> #include <Wininet.h>
#include <shlwapi.h> #include <shlwapi.h>
#include <process.h> #include <process.h>
#include "../../Library/pcre-8.10/config.h"
#include "../../Library/pcre-8.10/pcre.h" #include "../../Library/pcre-8.10/pcre.h"
#include "../../Library/Export.h" // Rainmeter's exported functions #include "../../Library/Export.h" // Rainmeter's exported functions