mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 698264 - build fails because of undefined C++11 user-defined literals r=benjamin
This commit is contained in:
parent
4926b14eae
commit
055c3facc6
@ -257,7 +257,7 @@ void LogTerm();
|
||||
#else // Unix
|
||||
#include <limits.h> // for PATH_MAX
|
||||
|
||||
#define XPCOM_DLL "libxpcom"MOZ_DLL_SUFFIX
|
||||
#define XPCOM_DLL "libxpcom" MOZ_DLL_SUFFIX
|
||||
|
||||
// you have to love apple..
|
||||
#ifdef XP_MACOSX
|
||||
@ -266,7 +266,7 @@ void LogTerm();
|
||||
#define XUL_DLL "XUL"
|
||||
#else
|
||||
#define XPCOM_SEARCH_KEY "LD_LIBRARY_PATH"
|
||||
#define XUL_DLL "libxul"MOZ_DLL_SUFFIX
|
||||
#define XUL_DLL "libxul" MOZ_DLL_SUFFIX
|
||||
#endif
|
||||
|
||||
#define GRE_CONF_NAME ".gre.config"
|
||||
|
Loading…
Reference in New Issue
Block a user