#ifndef WIN_HANDLE_H #define WIN_HANDLE_H typedef void* HANDLE; typedef void* HWND; typedef void* HINSTANCE; #endif