- Go away STDCALL, time has come for WINAPI and NTAPI
[reactos.git] / reactos / dll / win32 / smdll / dllmain.c
index b7843b9..f49080e 100644 (file)
@@ -8,7 +8,7 @@
 
 #include <windows.h>
 
-BOOL STDCALL DllMainCRTStartup(HANDLE hinstDll, DWORD fdwReason, LPVOID fImpLoad)
+BOOL WINAPI DllMainCRTStartup(HANDLE hinstDll, DWORD fdwReason, LPVOID fImpLoad)
 {
   return TRUE;
 }