From: <ped...@us...> - 2006-11-12 20:10:11
|
Revision: 796 http://svn.sourceforge.net/cegcc/?rev=796&view=rev Author: pedroalves Date: 2006-11-12 12:09:43 -0800 (Sun, 12 Nov 2006) Log Message: ----------- * include/winuser.h (SPI_GETOEMINFO, SPI_GETPLATFORMTYPE): Define. Modified Paths: -------------- trunk/cegcc/src/w32api/ChangeLog.ce trunk/cegcc/src/w32api/include/winuser.h Modified: trunk/cegcc/src/w32api/ChangeLog.ce =================================================================== --- trunk/cegcc/src/w32api/ChangeLog.ce 2006-11-12 19:50:24 UTC (rev 795) +++ trunk/cegcc/src/w32api/ChangeLog.ce 2006-11-12 20:09:43 UTC (rev 796) @@ -1,4 +1,7 @@ 2006-11-12 Kevin O'Connor <ke...@ko...> + * include/winuser.h (SPI_GETOEMINFO, SPI_GETPLATFORMTYPE): Define. + +2006-11-12 Kevin O'Connor <ke...@ko...> * include/tlhelp32.h (CloseToolhelp32Snapshot): Define. CE's Toolhelp functions/structures although wide, don't take the W suffix. Adapt. Modified: trunk/cegcc/src/w32api/include/winuser.h =================================================================== --- trunk/cegcc/src/w32api/include/winuser.h 2006-11-12 19:50:24 UTC (rev 795) +++ trunk/cegcc/src/w32api/include/winuser.h 2006-11-12 20:09:43 UTC (rev 796) @@ -1204,6 +1204,8 @@ #define SPI_GETMOUSESPEED 0x0070 #define SPI_GETMOUSETRAILS 0x005E #define SPI_GETNONCLIENTMETRICS 0x0029 +#define SPI_GETOEMINFO 0x0102 +#define SPI_GETPLATFORMTYPE 0x0101 #define SPI_GETPOWEROFFACTIVE 0x0054 #define SPI_GETPOWEROFFTIMEOUT 0x0050 #define SPI_GETSCREENREADER 0x0046 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |