Mercurial > sdl-ios-xcode
comparison src/thread/win32/SDL_systhread_c.h @ 1330:450721ad5436
It's now possible to build SDL without any C runtime at all on Windows,
using Visual C++ 2005
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Mon, 06 Feb 2006 08:28:51 +0000 |
parents | b8d311d90021 |
children | d910939febfa |
comparison
equal
deleted
inserted
replaced
1329:bc67bbf87818 | 1330:450721ad5436 |
---|---|
18 | 18 |
19 Sam Lantinga | 19 Sam Lantinga |
20 slouken@libsdl.org | 20 slouken@libsdl.org |
21 */ | 21 */ |
22 | 22 |
23 #include <windows.h> | 23 #include "SDL_windows.h" |
24 | 24 |
25 typedef HANDLE SYS_ThreadHandle; | 25 typedef HANDLE SYS_ThreadHandle; |
26 | 26 |