Skip to content

Commit 25d296a

Browse files
committed
Update Gecko.vcproj to use XPCOM_GLUE_USE_NSPR since mozembed changes in xulrunner 2.0 require it.
1 parent 0195f0d commit 25d296a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Gecko.vcproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
Name="VCCLCompilerTool"
4444
Optimization="0"
4545
AdditionalIncludeDirectories=""$(InputDir)..\..\external\wtl\include";"$(InputDir)..\..\include";"$(InputDir)..\..\gist\$(IntDir)";"$(InputDir)..\..\external\xulrunner-sdk\include\xulapp";"$(InputDir)..\..\external\xulrunner-sdk\include\nspr";"$(InputDir)..\..\external\xulrunner-sdk\include\xpcom";"$(InputDir)..\..\external\xulrunner-sdk\include\embed_base";"$(InputDir)..\..\external\xulrunner-sdk\include\windowwatcher";"$(InputDir)..\..\external\xulrunner-sdk\include\webbrwsr";"$(InputDir)..\..\external\xulrunner-sdk\include\shistory";"$(InputDir)..\..\external\xulrunner-sdk\include\uriloader";"$(InputDir)..\..\external\xulrunner-sdk\include\dom";"$(InputDir)..\..\external\xulrunner-sdk\include\necko";"$(InputDir)..\..\external\xulrunner-sdk\include\widget";"$(InputDir)..\..\external\xulrunner-sdk\include\docshell";"$(InputDir)..\..\external\xulrunner-sdk\include\profile";"$(InputDir)..\..\external\xulrunner-sdk\include";"$(InputDir)..\..\external\xulrunner-sdk\include\gfx";"$(InputDir)..\..\external\xulrunner-sdk\include\pref";"$(InputDir)..\..\external\xulrunner-sdk\include\string";"$(InputDir)..\..\external\xulrunner-sdk\include\profdirserviceprovider""
46-
PreprocessorDefinitions="WIN32;_DEBUG;_LIB;XP_WIN;XPCOM_GLUE"
46+
PreprocessorDefinitions="WIN32;_DEBUG;_LIB;XP_WIN;XPCOM_GLUE;XPCOM_GLUE_USE_NSPR"
4747
MinimalRebuild="true"
4848
BasicRuntimeChecks="3"
4949
RuntimeLibrary="1"
@@ -109,7 +109,7 @@
109109
Optimization="2"
110110
EnableIntrinsicFunctions="true"
111111
AdditionalIncludeDirectories=""$(InputDir)..\..\external\wtl\include";"$(InputDir)..\..\include";"$(InputDir)..\..\gist\$(IntDir)";"$(InputDir)..\..\external\xulrunner-sdk\include\xulapp";"$(InputDir)..\..\external\xulrunner-sdk\include\nspr";"$(InputDir)..\..\external\xulrunner-sdk\include\xpcom";"$(InputDir)..\..\external\xulrunner-sdk\include\embed_base";"$(InputDir)..\..\external\xulrunner-sdk\include\windowwatcher";"$(InputDir)..\..\external\xulrunner-sdk\include\webbrwsr";"$(InputDir)..\..\external\xulrunner-sdk\include\shistory";"$(InputDir)..\..\external\xulrunner-sdk\include\uriloader";"$(InputDir)..\..\external\xulrunner-sdk\include\dom";"$(InputDir)..\..\external\xulrunner-sdk\include\necko";"$(InputDir)..\..\external\xulrunner-sdk\include\widget";"$(InputDir)..\..\external\xulrunner-sdk\include\docshell";"$(InputDir)..\..\external\xulrunner-sdk\include\profile";"$(InputDir)..\..\external\xulrunner-sdk\include";"$(InputDir)..\..\external\xulrunner-sdk\include\gfx";"$(InputDir)..\..\external\xulrunner-sdk\include\pref";"$(InputDir)..\..\external\xulrunner-sdk\include\string";"$(InputDir)..\..\external\xulrunner-sdk\include\profdirserviceprovider""
112-
PreprocessorDefinitions="WIN32;NDEBUG;_LIB;XP_WIN;XPCOM_GLUE"
112+
PreprocessorDefinitions="WIN32;NDEBUG;_LIB;XP_WIN;XPCOM_GLUE;XPCOM_GLUE_USE_NSPR"
113113
RuntimeLibrary="0"
114114
EnableFunctionLevelLinking="true"
115115
TreatWChar_tAsBuiltInType="false"

0 commit comments

Comments
 (0)