Skip to content

Commit

Permalink
Got rid of pcre linker warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
poiru committed May 16, 2011
1 parent 9d550f5 commit e13f3a3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Library/pcre-8.10/config.h
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions Plugins/PluginFolderInfo/FolderInfo.h
Expand Up @@ -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 {
Expand Down
1 change: 1 addition & 0 deletions Plugins/PluginWebParser/WebParser.cpp
Expand Up @@ -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


Expand Down

0 comments on commit e13f3a3

Please sign in to comment.