- Remove several assumptions that the default calling convention is stdcall (it isn...
[reactos.git] / reactos / dll / win32 / psapi / psapi.c
index 8ea0f15..df0b8fe 100644 (file)
@@ -587,7 +587,7 @@ typedef struct _INTERNAL_ENUM_PAGE_FILES_CONTEXT
 } INTERNAL_ENUM_PAGE_FILES_CONTEXT, *PINTERNAL_ENUM_PAGE_FILES_CONTEXT;
 
 
-static BOOL
+static BOOL CALLBACK
 InternalAnsiPageFileCallback(LPVOID pContext,
                              PENUM_PAGE_FILE_INFORMATION pPageFileInfo,
                              LPCWSTR lpFilename)