#ifndef RENDER_GDI_H #define RENDER_GDI_H #define WIN32_LEAN_AND_MEAN #include DWORD WINAPI gdi_render_main(void); #endif