Changeset 21314 for trunk/include/win/winbase.h
- Timestamp:
- Jul 2, 2009, 12:20:20 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/winbase.h
r21299 r21314 474 474 #define MAKEINTRESOURCEA(i) (LPSTR)((DWORD)((WORD)(i))) 475 475 #define MAKEINTRESOURCEW(i) (LPWSTR)((DWORD)((WORD)(i))) 476 #define MAKEINTRESOURCE WINELIB_NAME_AW(MAKEINTRESOURCE) 476 #define MAKEINTRESOURCE(i) ((ULONG_PTR)((WORD)(i))) 477 //#define MAKEINTRESOURCE WINELIB_NAME_AW(MAKEINTRESOURCE) 477 478 478 479 /* Predefined resource types */ … … 494 495 #define RT_STRINGA MAKEINTRESOURCEA(6) 495 496 #define RT_STRINGW MAKEINTRESOURCEW(6) 496 #define RT_STRING WINELIB_NAME_AW(RT_STRING) 497 //#define RT_STRING WINELIB_NAME_AW(RT_STRING) 498 #define RT_STRING MAKEINTRESOURCE(6) 497 499 #define RT_FONTDIRA MAKEINTRESOURCEA(7) 498 500 #define RT_FONTDIRW MAKEINTRESOURCEW(7)
Note:
See TracChangeset
for help on using the changeset viewer.