new resource types for winbase.h

Stefan Leichter Stefan.Leichter at camline.com
Thu Oct 4 11:15:27 CDT 2001


Hello,

the two defines are required to compile the EnumResourceTypes example from 
the book "Windows 95 API Bible - Win32 Programmierung". The values of the
defines are check against the borland header files (bcc55)

Tschüß Stefan

ChangeLog
	* include/winbase.h
	Stefan Leichter <Stefan.Leichter at camline.com>
	Added defines for resource types RT_MESSAGETABLE (borland only ?), RT_VERSION

--- wine-20010824/include/winbase.h	Sun Aug 26 19:32:52 2001
+++ wine/include/winbase.h	Thu Oct  4 17:12:08 2001
@@ -423,12 +423,16 @@
 #define RT_MESSAGELISTA    MAKEINTRESOURCEA(11)
 #define RT_MESSAGELISTW    MAKEINTRESOURCEW(11)
 #define RT_MESSAGELIST       WINELIB_NAME_AW(RT_MESSAGELIST)
+#define RT_MESSAGETABLE      RT_MESSAGELIST
 #define RT_GROUP_CURSORA   MAKEINTRESOURCEA(12)
 #define RT_GROUP_CURSORW   MAKEINTRESOURCEW(12)
 #define RT_GROUP_CURSOR      WINELIB_NAME_AW(RT_GROUP_CURSOR)
 #define RT_GROUP_ICONA     MAKEINTRESOURCEA(14)
 #define RT_GROUP_ICONW     MAKEINTRESOURCEW(14)
 #define RT_GROUP_ICON        WINELIB_NAME_AW(RT_GROUP_ICON)
+#define RT_VERSIONA        MAKEINTRESOURCEA(16)
+#define RT_VERSIONW        MAKEINTRESOURCEW(16)
+#define RT_VERSION           WINELIB_NAME_AW(RT_VERSION)
 
 
 #define LMEM_FIXED          0   




More information about the wine-patches mailing list