[QMGR]
[reactos.git] / reactos / dll / win32 / qmgr / qmgr_main.c
index e02e863..267bd1f 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 "qmgr.h"
 
 #include <stdio.h>
 
-#include <windef.h>
-#include <winbase.h>
-#include <objbase.h>
 #include <winuser.h>
 #include <winreg.h>
 #include <advpub.h>
 #include <olectl.h>
-#include <winsvc.h>
-
-//#include "bits.h"
-#include "qmgr.h"
 #include <initguid.h>
 
-#include <wine/debug.h>
-
-WINE_DEFAULT_DEBUG_CHANNEL(qmgr);
-
 /* Handle to the base address of this DLL */
 static HINSTANCE hInst;