diff options
Diffstat (limited to 'win32/PlatWin.h')
| -rw-r--r-- | win32/PlatWin.h | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/win32/PlatWin.h b/win32/PlatWin.h index 9d17dff69..5ce12b6c0 100644 --- a/win32/PlatWin.h +++ b/win32/PlatWin.h @@ -52,6 +52,8 @@ T DLLFunction(HMODULE hModule, LPCSTR lpProcName) noexcept {  	return fp;  } +UINT DpiForWindow(WindowID wid) noexcept; +  #if defined(USE_D2D)  extern bool LoadD2D();  extern ID2D1Factory *pD2DFactory; | 
