Fix return types
[reactos.git] / reactos / lib / 3rdparty / mingw / crt1.c
index 65f248d..706f6f5 100644 (file)
@@ -98,11 +98,11 @@ _mingw32_init_fmode (void)
 
 /* This function will be called when a trap occurs. Thanks to Jacob
    Navia for his contribution. */
-static CALLBACK long
+static LONG CALLBACK
 _gnu_exception_handler (EXCEPTION_POINTERS * exception_data)
 {
   void (*old_handler) (int);
-  long action = EXCEPTION_CONTINUE_SEARCH;
+  LONG action = EXCEPTION_CONTINUE_SEARCH;
   int reset_fpu = 0;
 
   switch (exception_data->ExceptionRecord->ExceptionCode)