Documentation ordinal fixes.

diff --git a/files/directory.c b/files/directory.c
index 31e10cc..6066144 100644
--- a/files/directory.c
+++ b/files/directory.c
@@ -285,7 +285,7 @@
 
 
 /***********************************************************************
- *           GetSystemWindowsDirectoryA   (KERNEL32) W2K, TS4.0SP4
+ *           GetSystemWindowsDirectoryA   (KERNEL32.@) W2K, TS4.0SP4
  */
 UINT WINAPI GetSystemWindowsDirectoryA( LPSTR path, UINT count )
 {
@@ -294,7 +294,7 @@
 
 
 /***********************************************************************
- *           GetSystemWindowsDirectoryW   (KERNEL32) W2K, TS4.0SP4
+ *           GetSystemWindowsDirectoryW   (KERNEL32.@) W2K, TS4.0SP4
  */
 UINT WINAPI GetSystemWindowsDirectoryW( LPWSTR path, UINT count )
 {
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,
diff --git a/files/file.c b/files/file.c
index 16d1737..4d78cf6 100644
--- a/files/file.c
+++ b/files/file.c
@@ -1906,7 +1906,7 @@
 
 
 /**************************************************************************
- *           MoveFileExA   (KERNEL32.???)
+ *           MoveFileExA   (KERNEL32.@)
  */
 BOOL WINAPI MoveFileExA( LPCSTR fn1, LPCSTR fn2, DWORD flag )
 {
@@ -1989,7 +1989,7 @@
 }
 
 /**************************************************************************
- *           MoveFileExW   (KERNEL32.???)
+ *           MoveFileExW   (KERNEL32.@)
  */
 BOOL WINAPI MoveFileExW( LPCWSTR fn1, LPCWSTR fn2, DWORD flag )
 {
diff --git a/files/profile.c b/files/profile.c
index 6eb92b0..6d98967 100644
--- a/files/profile.c
+++ b/files/profile.c
@@ -1428,7 +1428,7 @@
 }
 
 /***********************************************************************
- *           GetProfileSectionW   (KERNEL32)
+ *           GetProfileSectionW   (KERNEL32.@)
  */
 INT WINAPI GetProfileSectionW( LPCWSTR section, LPWSTR buffer, DWORD len )
 {
@@ -1496,7 +1496,7 @@
 }
 
 /***********************************************************************
- *           WritePrivateProfileSectionA   (KERNEL32)
+ *           WritePrivateProfileSectionA   (KERNEL32.@)
  */
 BOOL WINAPI WritePrivateProfileSectionA( LPCSTR section, 
 					 LPCSTR string, LPCSTR filename )
@@ -1533,7 +1533,7 @@
 }
 
 /***********************************************************************
- *           WritePrivateProfileSectionW   (KERNEL32)
+ *           WritePrivateProfileSectionW   (KERNEL32.@)
  */
 BOOL WINAPI WritePrivateProfileSectionW( LPCWSTR section,
 					 LPCWSTR string, LPCWSTR filename)