HomeSort by relevance Sort by last modified time
    Searched defs:MAKEINTRESOURCE (Results 1 - 2 of 2) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ks.h     [all...]
winuser.h 71 #define MAKEINTRESOURCE __MINGW_NAME_AW(MAKEINTRESOURCE)
75 #define RT_CURSOR MAKEINTRESOURCE(1)
76 #define RT_BITMAP MAKEINTRESOURCE(2)
77 #define RT_ICON MAKEINTRESOURCE(3)
78 #define RT_MENU MAKEINTRESOURCE(4)
79 #define RT_DIALOG MAKEINTRESOURCE(5)
80 #define RT_STRING MAKEINTRESOURCE(6)
81 #define RT_FONTDIR MAKEINTRESOURCE(7)
82 #define RT_FONT MAKEINTRESOURCE(8
    [all...]

Completed in 199 milliseconds