Apologies, looks like I did the "svn add" but not the commit, or the
latter failed without me noticing it.

Anyway, I've just committed.

        Danny

On Sun, 2009-01-25 at 12:31 +0100, Lars Munch wrote:
> Index: cegcc/src/w32api/include/winbase.h
> ===================================================================
> --- cegcc/src/w32api/include/winbase.h  (revision 1205)
> +++ cegcc/src/w32api/include/winbase.h  (working copy)
> @@ -2027,10 +2027,7 @@
>  WINBASEAPI BOOL WINAPI
> SetSecurityDescriptorSacl(PSECURITY_DESCRIPTOR,BOOL,PACL,BOOL);
>  WINBASEAPI BOOL WINAPI SetStdHandle(DWORD,HANDLE);
>  #define SetSwapAreaSize(w) (w)
> -#if (_WIN32_WCE >= 0x0400)
> -WINBASEAPI DWORD WINAPI SetSystemPowerState(LPCWSTR, DWORD, DWORD);
> -#else
> -/* Only on Windows Server 2008, Windows Server 2003, or Windows 2000
> Server. */
> +#if !defined (_WIN32_WCE)
>  WINBASEAPI BOOL WINAPI SetSystemPowerState(BOOL,BOOL);
>  #endif
>  WINBASEAPI BOOL WINAPI SetSystemTime(const SYSTEMTIME*);
> 
-- 
Danny Backx ; danny.backx - at - scarlet.be ; http://danny.backx.info


------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Cegcc-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/cegcc-devel

Reply via email to