Documentation ordinal fixes.
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)