Synchronize with trunk r58457.
[reactos.git] / base / applications / mscutils / devmgmt_new / devmgmt.h
1 #pragma once
2 #define WIN32_LEAN_AND_MEAN
3 #include <windows.h>
4 #pragma once
5 #include "resource.h"
6
7 extern HINSTANCE g_hInstance;
8 extern HANDLE ProcessHeap;
9