Revision: 6055 Author: [email protected] Date: Tue Sep 1 07:10:25 2009 Log: Fix FF35 plugin Windows linkage error by not treating wchar_t as a builtin type.
http://code.google.com/p/google-web-toolkit/source/detail?r=6055 Modified: /changes/jat/plugins/plugins/xpcom/VisualStudio/ff35-xpcom.vcproj ======================================= --- /changes/jat/plugins/plugins/xpcom/VisualStudio/ff35-xpcom.vcproj Mon Aug 31 09:05:16 2009 +++ /changes/jat/plugins/plugins/xpcom/VisualStudio/ff35-xpcom.vcproj Tue Sep 1 07:10:25 2009 @@ -45,6 +45,7 @@ MinimalRebuild="true" BasicRuntimeChecks="3" RuntimeLibrary="1" + TreatWChar_tAsBuiltInType="false" UsePrecompiledHeader="0" WarningLevel="3" Detect64BitPortabilityProblems="true" --~--~---------~--~----~------------~-------~--~----~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~----------~----~----~----~------~----~------~--~---
