[SHELL32] CDrivesFolder: Implement the eject and disconnect menu items. CORE-13841
[reactos.git] / dll / win32 / mapi32 / stubs.c
index 8cd1231..65da2d5 100644 (file)
@@ -1,13 +1,4 @@
-#define WIN32_NO_STATUS
-#define _INC_WINDOWS
-#define COM_NO_WINDOWS_H
-
-#include <stdarg.h>
-#include <windef.h>
-#include <winbase.h>
-#include <mapix.h>
-
-#include <reactos/debug.h>
+#include "precomp.h"
 
 typedef PVOID LPMAPIFORMMGR, LPADDRESSBOOK;
 
@@ -109,4 +100,3 @@ FixMAPI(void)
     UNIMPLEMENTED;
     return E_NOTIMPL;
 }
-