mirror of
https://github.com/reactos/reactos.git
synced 2024-11-03 13:25:57 +00:00
9 lines
172 B
C
9 lines
172 B
C
#pragma once
|
|
#define WIN32_LEAN_AND_MEAN
|
|
#include <windows.h>
|
|
#pragma once
|
|
#include "../resource.h"
|
|
|
|
extern HINSTANCE g_hThisInstance;
|
|
extern HINSTANCE g_hParentInstance;
|
|
|