- Go away STDCALL, time has come for WINAPI and NTAPI
[reactos.git] / reactos / dll / win32 / userenv / directory.c
index 5690627..3bb4dd2 100644 (file)
@@ -33,7 +33,7 @@
 
 /* FUNCTIONS ***************************************************************/
 
-BOOL STDCALL
+BOOL WINAPI
 CopyProfileDirectoryA(LPCSTR lpSourcePath,
                      LPCSTR lpDestinationPath,
                      DWORD dwFlags)
@@ -71,7 +71,7 @@ CopyProfileDirectoryA(LPCSTR lpSourcePath,
 }
 
 
-BOOL STDCALL
+BOOL WINAPI
 CopyProfileDirectoryW(LPCWSTR lpSourcePath,
                      LPCWSTR lpDestinationPath,
                      DWORD dwFlags)