- Update to r53061
[reactos.git] / dll / cpl / access / access.c
index 2033848..7b0a85e 100644 (file)
@@ -8,12 +8,6 @@
  *                  Copyright 2007 Eric Kohl
  */
 
-#include <windows.h>
-#include <commctrl.h>
-#include <cpl.h>
-#include <stdlib.h>
-#include <tchar.h>
-#include "resource.h"
 #include "access.h"
 
 #define NUM_APPLETS    (1)
@@ -252,7 +246,7 @@ CPlApplet(HWND hwndCPl,
 }
 
 
-BOOL STDCALL
+BOOL WINAPI
 DllMain(HINSTANCE hinstDLL,
         DWORD dwReason,
         LPVOID lpvReserved)