reactos/dll/cpl/hdwwiz/hdwwiz.h
Amine Khaldi 527f2f9057 [SHELL/EXPERIMENTS]
* Create a branch for some evul shell experiments.

svn path=/branches/shell-experiments/; revision=61927
2014-02-02 19:37:27 +00:00

26 lines
422 B
C

#pragma once
#define WIN32_NO_STATUS
#define _INC_WINDOWS
#define COM_NO_WINDOWS_H
#include <stdarg.h>
#include <windef.h>
#include <winbase.h>
#include <winreg.h>
#include <wingdi.h>
#include <winuser.h>
#include <rpc.h>
#include <setupapi.h>
#include <cfgmgr32.h>
#include <reactos/dll/devmgr/devmgr.h>
#include <cpl.h>
#define NDEBUG
#include <debug.h>
#define MAX_STR_SIZE 255
extern HINSTANCE hApplet;
/* EOF */