Documentation ordinal fixes (using winapi_fixup).

diff --git a/misc/version.c b/misc/version.c
index 807f434..6d081ab 100644
--- a/misc/version.c
+++ b/misc/version.c
@@ -381,7 +381,7 @@
 
 
 /***********************************************************************
- *         GetVersion   (KERNEL32.427)
+ *         GetVersion   (KERNEL32.@)
  */
 LONG WINAPI GetVersion(void)
 {
@@ -412,7 +412,7 @@
 
 
 /***********************************************************************
- *         GetVersionExA   (KERNEL32.428)
+ *         GetVersionExA   (KERNEL32.@)
  */
 BOOL WINAPI GetVersionExA(OSVERSIONINFOA *v)
 {
@@ -434,7 +434,7 @@
 
 
 /***********************************************************************
- *         GetVersionExW   (KERNEL32.429)
+ *         GetVersionExW   (KERNEL32.@)
  */
 BOOL WINAPI GetVersionExW(OSVERSIONINFOW *v)
 {