diff options
Diffstat (limited to 'sokol_app.h')
| -rw-r--r-- | sokol_app.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sokol_app.h b/sokol_app.h index e48c6796..64ebf47b 100644 --- a/sokol_app.h +++ b/sokol_app.h @@ -1709,14 +1709,12 @@ inline void sapp_run(const sapp_desc& desc) { return sapp_run(&desc); } #pragma comment (lib, "kernel32") #pragma comment (lib, "user32") #pragma comment (lib, "shell32") /* CommandLineToArgvW, DragQueryFileW, DragFinished */ + #pragma comment (lib, "gdi32") #if defined(SOKOL_D3D11) #pragma comment (lib, "dxgi") #pragma comment (lib, "d3d11") #pragma comment (lib, "dxguid") #endif - #if defined(SOKOL_GLCORE33) - #pragma comment (lib, "gdi32") - #endif #if defined(SOKOL_D3D11) #ifndef D3D11_NO_HELPERS |