fix win32

This commit is contained in:
Vadim Lopatin 2015-12-03 17:27:37 +03:00
parent 1dde772437
commit f38b143a40
1 changed files with 2 additions and 2 deletions

View File

@ -4399,9 +4399,9 @@ static if (_WIN32_WINNT >= 0x403) {
static if (_WIN32_WINNT >= 0x410) {
BOOL EnumDisplayMonitors(HDC, LPCRECT, MONITORENUMPROC, LPARAM);
BOOL GetMonitorInfoA(HMONITOR, LPMONITORINFO);
BOOL GetMonitorInfoA(HMONITOR, LPMONITORINFOEXA);
BOOL GetMonitorInfoExA(HMONITOR, LPMONITORINFOEXA);
BOOL GetMonitorInfoW(HMONITOR, LPMONITORINFO);
BOOL GetMonitorInfoW(HMONITOR, LPMONITORINFOEXW);
BOOL GetMonitorInfoExW(HMONITOR, LPMONITORINFOEXW);
HMONITOR MonitorFromPoint(POINT, DWORD);
HMONITOR MonitorFromRect(LPCRECT, DWORD);
HMONITOR MonitorFromWindow(HWND, DWORD);