aboutsummaryrefslogtreecommitdiffstats
path: root/make/stub_includes/win32/WindowsUser.h
blob: 3e4a426c7ce468df66b65c87c588391ea25c9b02 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#include <windows.h>
#include <stdint.h>

#ifndef WIN_USER_VERSION_X_X
#define WIN_USER_VERSION_X_X

HMONITOR GetMonitorFromWindow(HWND hwnd);
HMONITOR GetMonitorFromPoint(int x, int y);
HMONITOR GetMonitorFromRect(int left, int top, int right, int bottom);
  
#endif /*  WIN_USER_VERSION_X_X */