windows-nt/Source/XPSP1/NT/termsrv/remdsk/rds/t120/mst120/global.h

6 lines
103 B
C
Raw Permalink Normal View History

2020-09-26 03:20:57 -05:00
// File: global.h
extern HINSTANCE g_hInst;
inline HINSTANCE GetInstanceHandle() { return g_hInst; }