|
@@ -50,7 +50,7 @@ const
|
|
// HMONITOR is already declared if WINVER >= 0x0500 in windef.h
|
|
// HMONITOR is already declared if WINVER >= 0x0500 in windef.h
|
|
// This is for components built with an older version number.
|
|
// This is for components built with an older version number.
|
|
type
|
|
type
|
|
- HMONITOR = HANDLE;
|
|
|
|
|
|
+ HMONITOR = Windows.HMonitor;
|
|
|
|
|
|
const
|
|
const
|
|
MONITOR_DEFAULTTONULL = $00000000;
|
|
MONITOR_DEFAULTTONULL = $00000000;
|