blob: f1338e8dd2fe6da8fd3e355f2c93945891a240f0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#include <windows.h>
#include <stdint.h>
#ifndef WIN_SHC_VERSION_X_X
#define WIN_SHC_VERSION_X_X
BOOL ShcIsExtensionAvailable();
BOOL ShcGetMonitorPixelScale1(HMONITOR hmon, float *psXY);
#endif /* WIN_SHC_VERSION_X_X */
|