[DDK]
[reactos.git] / include / psdk / winwlx.h
index cb0982d..cf06e2e 100644 (file)
 #ifndef __WINWLX_H
 #define __WINWLX_H
 
-#if __GNUC__ >=3
-#pragma GCC system_header
-#endif
-
 #ifdef __cplusplus
 extern "C" {
 #endif
@@ -637,7 +633,7 @@ struct _WLX_DISPATCH_VERSION_1_4
 /* non-GINA notification DLLs*/
 
 typedef
-DWORD (*PFNMSGECALLBACK)(
+DWORD (CALLBACK *PFNMSGECALLBACK)(
        BOOL bVerbose,
        LPWSTR lpMessage);