mirror of https://github.com/buggins/dlangui.git
fix win32
This commit is contained in:
parent
1dde772437
commit
f38b143a40
|
@ -4399,9 +4399,9 @@ static if (_WIN32_WINNT >= 0x403) {
|
||||||
static if (_WIN32_WINNT >= 0x410) {
|
static if (_WIN32_WINNT >= 0x410) {
|
||||||
BOOL EnumDisplayMonitors(HDC, LPCRECT, MONITORENUMPROC, LPARAM);
|
BOOL EnumDisplayMonitors(HDC, LPCRECT, MONITORENUMPROC, LPARAM);
|
||||||
BOOL GetMonitorInfoA(HMONITOR, LPMONITORINFO);
|
BOOL GetMonitorInfoA(HMONITOR, LPMONITORINFO);
|
||||||
BOOL GetMonitorInfoA(HMONITOR, LPMONITORINFOEXA);
|
BOOL GetMonitorInfoExA(HMONITOR, LPMONITORINFOEXA);
|
||||||
BOOL GetMonitorInfoW(HMONITOR, LPMONITORINFO);
|
BOOL GetMonitorInfoW(HMONITOR, LPMONITORINFO);
|
||||||
BOOL GetMonitorInfoW(HMONITOR, LPMONITORINFOEXW);
|
BOOL GetMonitorInfoExW(HMONITOR, LPMONITORINFOEXW);
|
||||||
HMONITOR MonitorFromPoint(POINT, DWORD);
|
HMONITOR MonitorFromPoint(POINT, DWORD);
|
||||||
HMONITOR MonitorFromRect(LPCRECT, DWORD);
|
HMONITOR MonitorFromRect(LPCRECT, DWORD);
|
||||||
HMONITOR MonitorFromWindow(HWND, DWORD);
|
HMONITOR MonitorFromWindow(HWND, DWORD);
|
||||||
|
|
Loading…
Reference in New Issue