Sync most idl files with Wine head. (Samuel Serapion)
[reactos.git] / reactos / dll / win32 / shell32 / shellord.c
index c25ddff..32fd1fd 100644 (file)
@@ -347,7 +347,7 @@ BOOL WINAPI RegisterShellHook(
  * ordinal. If you change the implementation here please update the code in
  * shlwapi as well.
  */
-int WINAPIV ShellMessageBoxW(
+int WINAPI ShellMessageBoxW(
        HINSTANCE hInstance,
        HWND hWnd,
        LPCWSTR lpText,
@@ -405,7 +405,7 @@ int WINAPIV ShellMessageBoxW(
  * NOTES
  *     Exported by ordinal
  */
-int WINAPIV ShellMessageBoxA(
+int WINAPI ShellMessageBoxA(
        HINSTANCE hInstance,
        HWND hWnd,
        LPCSTR lpText,