aboutsummaryrefslogtreecommitdiffstats
path: root/make/stub_includes/win32/WindowsSHC.h
diff options
context:
space:
mode:
Diffstat (limited to 'make/stub_includes/win32/WindowsSHC.h')
-rw-r--r--make/stub_includes/win32/WindowsSHC.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/make/stub_includes/win32/WindowsSHC.h b/make/stub_includes/win32/WindowsSHC.h
new file mode 100644
index 000000000..f1338e8dd
--- /dev/null
+++ b/make/stub_includes/win32/WindowsSHC.h
@@ -0,0 +1,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 */
+