diff src/vdb-win32.c @ 4827:11daf37dae4d

more fixes to get a clean compile
author Ben Wing <ben@xemacs.org>
date Sat, 26 Dec 2009 21:04:44 -0600
parents 141c2920ea48
children f395ee7ad844
line wrap: on
line diff
--- a/src/vdb-win32.c	Sat Dec 26 21:04:32 2009 -0600
+++ b/src/vdb-win32.c	Sat Dec 26 21:04:44 2009 -0600
@@ -29,7 +29,7 @@
 #include "syswindows.h"
 
 
-DWORD WINAPI 
+LONG WINAPI 
 win32_fault_handler (LPEXCEPTION_POINTERS e)
 {
 #define GET_FAULT_ADDRESS (void *) e->ExceptionRecord->ExceptionInformation[1]
@@ -46,7 +46,7 @@
     return EXCEPTION_CONTINUE_SEARCH;
 }
 
-typedef DWORD (WINAPI *gcPVECTORED_EXCEPTION_HANDLER) (LPEXCEPTION_POINTERS e);
+typedef LONG (WINAPI *gcPVECTORED_EXCEPTION_HANDLER) (LPEXCEPTION_POINTERS e);
 
 
 void