[commit] r1154 - in trunk/GME/Lib/CrashRpt: lib reporting reporting/crashrpt

GMESRC Repository Notifications gme-commit at list.isis.vanderbilt.edu
Wed Feb 2 12:09:23 CST 2011


Author: ksmyth
Date: Wed Feb  2 12:09:23 2011
New Revision: 1154

Log:
wine crashes when importing via ordinal. Remove ordinals from CrashRpt.def and recreate import lib (could also specify __declspec(dllimport) on function prototypes

Added:
   trunk/GME/Lib/CrashRpt/reporting/
   trunk/GME/Lib/CrashRpt/reporting/crashrpt/
   trunk/GME/Lib/CrashRpt/reporting/crashrpt/CrashRpt.def   (contents, props changed)
Modified:
   trunk/GME/Lib/CrashRpt/lib/CrashRpt.lib

Modified: trunk/GME/Lib/CrashRpt/lib/CrashRpt.lib
==============================================================================
Binary file (source and/or target). No diff available.

Added: trunk/GME/Lib/CrashRpt/reporting/crashrpt/CrashRpt.def
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ trunk/GME/Lib/CrashRpt/reporting/crashrpt/CrashRpt.def	Wed Feb  2 12:09:23 2011	(r1154)
@@ -0,0 +1,6 @@
+LIBRARY	"CrashRpt"
+
+EXPORTS   
+crExceptionFilter
+crGetLastErrorMsgA
+crInstallA


More information about the gme-commit mailing list