Documentation ordinal fixes (using winapi_fixup).
diff --git a/loader/module.c b/loader/module.c
index 279f6a1..8edf183 100644
--- a/loader/module.c
+++ b/loader/module.c
@@ -306,7 +306,7 @@
}
/****************************************************************************
- * DisableThreadLibraryCalls (KERNEL32.74)
+ * DisableThreadLibraryCalls (KERNEL32.@)
*
* Don't call DllEntryPoint for DLL_THREAD_{ATTACH,DETACH} if set.
*/
@@ -671,7 +671,7 @@
}
/***********************************************************************
- * GetBinaryTypeA [KERNEL32.280]
+ * GetBinaryTypeA [KERNEL32.@]
*/
BOOL WINAPI GetBinaryTypeA( LPCSTR lpApplicationName, LPDWORD lpBinaryType )
{
@@ -704,7 +704,7 @@
}
/***********************************************************************
- * GetBinaryTypeW [KERNEL32.281]
+ * GetBinaryTypeW [KERNEL32.@]
*/
BOOL WINAPI GetBinaryTypeW( LPCWSTR lpApplicationName, LPDWORD lpBinaryType )
{
@@ -826,7 +826,7 @@
}
/***********************************************************************
- * WinExec (KERNEL32.566)
+ * WinExec (KERNEL32.@)
*/
HINSTANCE WINAPI WinExec( LPCSTR lpCmdLine, UINT nCmdShow )
{
@@ -865,7 +865,7 @@
}
/**********************************************************************
- * LoadModule (KERNEL32.499)
+ * LoadModule (KERNEL32.@)
*/
HINSTANCE WINAPI LoadModule( LPCSTR name, LPVOID paramBlock )
{
@@ -1006,7 +1006,7 @@
/**********************************************************************
- * CreateProcessA (KERNEL32.171)
+ * CreateProcessA (KERNEL32.@)
*/
BOOL WINAPI CreateProcessA( LPCSTR lpApplicationName, LPSTR lpCommandLine,
LPSECURITY_ATTRIBUTES lpProcessAttributes,
@@ -1128,7 +1128,7 @@
}
/**********************************************************************
- * CreateProcessW (KERNEL32.172)
+ * CreateProcessW (KERNEL32.@)
* NOTES
* lpReserved is not converted
*/
@@ -1170,7 +1170,7 @@
}
/***********************************************************************
- * GetModuleHandleA (KERNEL32.237)
+ * GetModuleHandleA (KERNEL32.@)
*/
HMODULE WINAPI GetModuleHandleA(LPCSTR module)
{
@@ -1198,7 +1198,7 @@
/***********************************************************************
- * GetModuleFileNameA (KERNEL32.235)
+ * GetModuleFileNameA (KERNEL32.@)
*
* GetModuleFileNameA seems to *always* return the long path;
* it's only GetModuleFileName16 that decides between short/long path
@@ -1225,7 +1225,7 @@
/***********************************************************************
- * GetModuleFileNameW (KERNEL32.236)
+ * GetModuleFileNameW (KERNEL32.@)
*/
DWORD WINAPI GetModuleFileNameW( HMODULE hModule, LPWSTR lpFileName,
DWORD size )
@@ -1466,7 +1466,7 @@
}
/***********************************************************************
- * LoadLibrary32_16 (KERNEL.452)
+ * LoadLibrary32_16 (KERNEL.482)
*/
HMODULE WINAPI LoadLibrary32_16( LPCSTR libname )
{
@@ -1656,7 +1656,7 @@
/***********************************************************************
- * WIN32_GetProcAddress16 (KERNEL32.36)
+ * WIN32_GetProcAddress16 (KERNEL32.37)
* Get procaddress in 16bit module from win32... (kernel32 undoc. ordinal func)
*/
FARPROC16 WINAPI WIN32_GetProcAddress16( HMODULE hModule, LPCSTR name )
@@ -1704,7 +1704,7 @@
/***********************************************************************
- * GetProcAddress (KERNEL32.257)
+ * GetProcAddress (KERNEL32.@)
*/
FARPROC WINAPI GetProcAddress( HMODULE hModule, LPCSTR function )
{