GLRelease was using __fastcall (/Gr) which was causing black screens when trying to use the plugin and also causing firefox to crash if the plugin was still open in a tab when trying to exit firefox. __cdecl (/Gd) was the solution.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@3181 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Lance 2009-04-19 01:42:02 +00:00
parent b3b0f3da9f
commit 57c102a6b6
1 changed files with 0 additions and 2 deletions

View File

@ -674,7 +674,6 @@
BrowseInformation="1"
WarningLevel="3"
SuppressStartupBanner="true"
CallingConvention="1"
DisableSpecificWarnings="4996"
/>
<Tool
@ -780,7 +779,6 @@
BrowseInformation="1"
WarningLevel="3"
SuppressStartupBanner="true"
CallingConvention="1"
DisableSpecificWarnings="4996"
/>
<Tool