[MSISIP] Sync with Wine Staging 3.3. CORE-14434
[reactos.git] / dll / win32 / msisip / main.c
index a7180d1..882db3d 100644 (file)
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
-#define WIN32_NO_STATUS
-#define _INC_WINDOWS
-#define COM_NO_WINDOWS_H
-
-#include <config.h>
+#include "config.h"
 #include <stdarg.h>
-#include <windef.h>
-#include <winbase.h>
-#include <wincrypt.h>
-#include <mssip.h>
+#include "windef.h"
+#include "winbase.h"
+#include "wincrypt.h"
+#include "mssip.h"
 #define COBJMACROS
-#include <objbase.h>
-#include <initguid.h>
-#include <wine/debug.h>
+#include "objbase.h"
+#include "initguid.h"
+#include "wine/debug.h"
 
 WINE_DEFAULT_DEBUG_CHANNEL(msisip);
 
@@ -85,6 +81,7 @@ HRESULT WINAPI DllRegisterServer(void)
     prov.pwszVerifyFuncName = verifyIndirectData;
     prov.pwszRemoveFuncName = removeSignedDataMsg;
     prov.pwszIsFunctionNameFmt2 = isMyTypeOfFile;
+    prov.pwszGetCapFuncName = NULL;
     return CryptSIPAddProvider(&prov) ? S_OK : S_FALSE;
 }