Skip to content

Commit

Permalink
win32_dpi_awareness: specify all win include
Browse files Browse the repository at this point in the history
Try fix vcpkg issue on uwp
  • Loading branch information
pthom committed Feb 2, 2024
1 parent a888f9c commit 50ed40c
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
#include "imgui.h"
#ifndef __MINGW32__
#include <Windows.h>
#include <winuser.h>
#include <wingdi.h>
#include <winnt.h>
#else
#include <windows.h>
#endif
Expand Down

0 comments on commit 50ed40c

Please sign in to comment.