summaryrefslogtreecommitdiff
path: root/wince
AgeCommit message (Expand)Author
2009-06-12Remove debug messages.Simon Howard
2009-06-12Set the USER environment variable based on the owner information fromSimon Howard
2009-06-11Declare getenv/putenv on Windows CE for recent SDL versions that do notSimon Howard
2009-06-08Remove debugging code.Simon Howard
2009-06-08Use SDL's getenv/putenv implementation, and populate at startup.Simon Howard
2009-06-07Add README file for Windows CE library.Simon Howard
2009-06-07Detect Windows CE target and build/include libc_wince files asSimon Howard
2009-06-07Add libc_wince.h header, and EISDIR error value.Simon Howard
2009-06-07Use GetUserNameExW, not GetUserName (doesn't exist on WinCE)Simon Howard
2009-06-07Add Windows CE implementations of some ANSI C functions that areSimon Howard