Initial work on power subsystem for SDL 1.3.

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403628
This commit is contained in:
Ryan C. Gordon 2009-06-07 06:06:35 +00:00
parent b3556c8f0d
commit a5b5f691d9
23 changed files with 989 additions and 3 deletions

View file

@ -185,6 +185,9 @@ typedef unsigned int uintptr_t;
#define SDL_VIDEO_RENDER_OGL 1
#endif
/* Enable system power support */
#define SDL_POWER_WINDOWS 1
/* Enable assembly routines (Win64 doesn't have inline asm) */
#ifndef _WIN64
#define SDL_ASSEMBLY_ROUTINES 1