ReactOS 0.4.15-dev-7842-g558ab78
hdwwiz.h
Go to the documentation of this file.
1#pragma once
2
3#define WIN32_NO_STATUS
4#define _INC_WINDOWS
5#define COM_NO_WINDOWS_H
6#include <stdarg.h>
7#include <windef.h>
8#include <winbase.h>
9#include <winreg.h>
10#include <wingdi.h>
11#include <winuser.h>
12#include <rpc.h>
13#include <setupapi.h>
14#include <cfgmgr32.h>
16#include <cpl.h>
17
18#define NDEBUG
19#include <debug.h>
20
21#define MAX_STR_SIZE 255
22
23extern HINSTANCE hApplet;
24
25/* EOF */
HINSTANCE hApplet
Definition: access.c:17