mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 10:43:05 +00:00
29 lines
443 B
C
29 lines
443 B
C
#pragma once
|
|
|
|
#include <stdio.h>
|
|
#include <tchar.h>
|
|
|
|
#define WIN32_NO_STATUS
|
|
#define _INC_WINDOWS
|
|
#define COM_NO_WINDOWS_H
|
|
|
|
#define COBJMACROS
|
|
|
|
#include <windows.h>
|
|
#include <windowsx.h>
|
|
|
|
#include <setupapi.h>
|
|
#include <cfgmgr32.h>
|
|
#include <commctrl.h>
|
|
#include <uxtheme.h>
|
|
#include <cfgmgr32.h>
|
|
#include <devguid.h>
|
|
|
|
#include <atlbase.h>
|
|
|
|
#include <strsafe.h>
|
|
|
|
#include "resource.h"
|
|
|
|
extern HINSTANCE g_hInstance;
|
|
extern HANDLE ProcessHeap;
|