[BROWSEUI]
[reactos.git] / dll / win32 / browseui / dllinstall.c
index 7d9bfee..a24eb44 100644 (file)
@@ -1,4 +1,4 @@
-#include <windows.h>
+#include <windef.h>
 
 HRESULT
 WINAPI
@@ -8,4 +8,3 @@ DllInstall(
 {
     return S_OK;
 }
-