windows-nt/Source/XPSP1/NT/termsrv/remdsk/rds/t120/mst120/global.h
2020-09-26 16:20:57 +08:00

6 lines
103 B
C

// File: global.h
extern HINSTANCE g_hInst;
inline HINSTANCE GetInstanceHandle() { return g_hInst; }