reactos/dll/cpl/hdwwiz/hdwwiz.h
Amine Khaldi c424146e2c Create a branch for cmake bringup.
svn path=/branches/cmake-bringup/; revision=48236
2010-07-24 18:52:44 +00:00

22 lines
334 B
C

#pragma once
#include <windows.h>
#include <commctrl.h>
#include <setupapi.h>
#include <cfgmgr32.h>
#include <reactos/dll/devmgr/devmgr.h>
#include <cpl.h>
#include <tchar.h>
#include <stdlib.h>
#include <stdio.h>
#include <malloc.h>
#define NDEBUG
#include <debug.h>
#define MAX_STR_SIZE 255
extern HINSTANCE hApplet;
/* EOF */