Changeset 2427 for trunk/include/winconst.h
- Timestamp:
- Jan 13, 2000, 2:55:41 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/winconst.h
r2302 r2427 1 /* $Id: winconst.h,v 1.2 0 2000-01-02 22:52:49sandervl Exp $ */1 /* $Id: winconst.h,v 1.21 2000-01-13 13:55:20 sandervl Exp $ */ 2 2 3 3 /* … … 988 988 #define ERROR_RPL_NOT_ALLOWED_W 4006L 989 989 990 991 #define LOWORD(l) ((WORD)(DWORD)(l)) 992 #define HIWORD(l) ((WORD)((DWORD)(l) >> 16))
Note:
See TracChangeset
for help on using the changeset viewer.