[SHELL32] CDrivesFolder: Implement the eject and disconnect menu items. CORE-13841
[reactos.git] / dll / win32 / mapi32 / stubs.c
index 57b0628..65da2d5 100644 (file)
@@ -1,6 +1,4 @@
-#include <windows.h>
-#include <mapix.h>
-#include <reactos/debug.h>
+#include "precomp.h"
 
 typedef PVOID LPMAPIFORMMGR, LPADDRESSBOOK;
 
@@ -68,17 +66,6 @@ RTFSync(
     return E_NOTIMPL;
 }
 
-HRESULT
-WINAPI
-WrapCompressedRTFStream(
-    LPSTREAM lpCompressedRTFStream,
-    ULONG ulflags,
-    LPSTREAM *lpUncompressedRTFStream)
-{
-    UNIMPLEMENTED;
-    return E_NOTIMPL;
-}
-
 HRESULT
 WINAPI
 HrGetOmiProvidersFlags(
@@ -113,4 +100,3 @@ FixMAPI(void)
     UNIMPLEMENTED;
     return E_NOTIMPL;
 }
-