reactos/dll/cpl/hdwwiz/hdwwiz.h
Jérôme Gardou c16ad873a6 sync with trunk (r46275)
svn path=/branches/reactos-yarotows/; revision=46279
2010-03-19 21:09:21 +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 */