Changeset 231:f9b2183acd62
- Timestamp:
- 06/01/08 05:06:38 (7 months ago)
- Files:
-
- dwt/internal/win32/OS.d (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
dwt/internal/win32/OS.d
r223 r231 3488 3488 } 3489 3489 public static int HIWORD (int /*long*/ h){ 3490 return h >> 16;3490 return h >>> 16; 3491 3491 } 3492 3492 //public static bool LPtoDP (int /*long*/ hdc, POINT lpPoints, int nCount);
