Documentation ordinal fixes.
diff --git a/files/dos_fs.c b/files/dos_fs.c
index 7a885b8..54110fc 100644
--- a/files/dos_fs.c
+++ b/files/dos_fs.c
@@ -1103,7 +1103,7 @@
/***********************************************************************
- * GetLongPathNameA (KERNEL32.xxx)
+ * GetLongPathNameA (KERNEL32.@)
*/
DWORD WINAPI GetLongPathNameA( LPCSTR shortpath, LPSTR longpath,
DWORD longlen )
@@ -1574,7 +1574,7 @@
}
/*************************************************************************
- * FindFirstFileExA (KERNEL32)
+ * FindFirstFileExA (KERNEL32.@)
*/
HANDLE WINAPI FindFirstFileExA(
LPCSTR lpFileName,
@@ -1644,7 +1644,7 @@
}
/*************************************************************************
- * FindFirstFileExW (KERNEL32)
+ * FindFirstFileExW (KERNEL32.@)
*/
HANDLE WINAPI FindFirstFileExW(
LPCWSTR lpFileName,