From 57c102a6b6806f88e0bef252d8e1c4df929ab24b Mon Sep 17 00:00:00 2001 From: Lance Date: Sun, 19 Apr 2009 01:42:02 +0000 Subject: [PATCH] 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 --- engine/dotnet2005/npqtv.vcproj | 2 -- 1 file changed, 2 deletions(-) diff --git a/engine/dotnet2005/npqtv.vcproj b/engine/dotnet2005/npqtv.vcproj index f373a22d2..1e790774e 100644 --- a/engine/dotnet2005/npqtv.vcproj +++ b/engine/dotnet2005/npqtv.vcproj @@ -674,7 +674,6 @@ BrowseInformation="1" WarningLevel="3" SuppressStartupBanner="true" - CallingConvention="1" DisableSpecificWarnings="4996" />