reactos/dll/cpl/hdwwiz/hdwwiz.h

22 lines
334 B
C
Raw Normal View History

#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 */