mirror of
https://github.com/reactos/reactos.git
synced 2024-11-11 01:04:11 +00:00
c424146e2c
svn path=/branches/cmake-bringup/; revision=48236
21 lines
334 B
C
21 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 */
|