mirror of
https://github.com/thunderbrewhq/binana.git
synced 2025-12-12 17:52:29 +00:00
8 lines
No EOL
117 B
C
8 lines
No EOL
117 B
C
#ifndef WIN_HANDLE_H
|
|
#define WIN_HANDLE_H
|
|
|
|
typedef void* HANDLE;
|
|
typedef void* HWND;
|
|
typedef void* HINSTANCE;
|
|
|
|
#endif |