Ignore:
Timestamp:
Jul 2, 2009, 12:20:20 PM (16 years ago)
Author:
vladest
Message:

updating includes according to Flash10 support

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/win/winbase.h

    r21299 r21314  
    474474#define MAKEINTRESOURCEA(i) (LPSTR)((DWORD)((WORD)(i)))
    475475#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)
    477478
    478479/* Predefined resource types */
     
    494495#define RT_STRINGA         MAKEINTRESOURCEA(6)
    495496#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)
    497499#define RT_FONTDIRA        MAKEINTRESOURCEA(7)
    498500#define RT_FONTDIRW        MAKEINTRESOURCEW(7)
Note: See TracChangeset for help on using the changeset viewer.