mirror of
https://github.com/reactos/reactos.git
synced 2024-10-30 11:35:58 +00:00
10 lines
172 B
C
10 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;
|
|
|