author | Sam Lantinga |
Thu, 20 Jan 2011 18:04:05 -0800 | |
changeset 5062 | e8916fe9cfc8 |
parent 3697 | src/thread/win32/SDL_systhread_c.h@f7b03b6838cb |
child 5090 | 327f181542f1 |
permissions | -rw-r--r-- |
slouken@0 | 1 |
/* |
slouken@0 | 2 |
SDL - Simple DirectMedia Layer |
slouken@3697 | 3 |
Copyright (C) 1997-2010 Sam Lantinga |
slouken@0 | 4 |
|
slouken@0 | 5 |
This library is free software; you can redistribute it and/or |
slouken@3697 | 6 |
modify it under the terms of the GNU Lesser General Public |
slouken@0 | 7 |
License as published by the Free Software Foundation; either |
slouken@3697 | 8 |
version 2.1 of the License, or (at your option) any later version. |
slouken@0 | 9 |
|
slouken@0 | 10 |
This library is distributed in the hope that it will be useful, |
slouken@0 | 11 |
but WITHOUT ANY WARRANTY; without even the implied warranty of |
slouken@0 | 12 |
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
slouken@3697 | 13 |
Lesser General Public License for more details. |
slouken@0 | 14 |
|
slouken@3697 | 15 |
You should have received a copy of the GNU Lesser General Public |
slouken@3697 | 16 |
License along with this library; if not, write to the Free Software |
slouken@3697 | 17 |
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA |
slouken@0 | 18 |
|
slouken@0 | 19 |
Sam Lantinga |
slouken@252 | 20 |
slouken@libsdl.org |
slouken@0 | 21 |
*/ |
slouken@1402 | 22 |
#include "SDL_config.h" |
slouken@0 | 23 |
|
slouken@1433 | 24 |
#define WIN32_LEAN_AND_MEAN |
slouken@1433 | 25 |
#include <windows.h> |
slouken@0 | 26 |
|
slouken@0 | 27 |
typedef HANDLE SYS_ThreadHandle; |
slouken@3578 | 28 |
|
slouken@1895 | 29 |
/* vi: set ts=4 sw=4 expandtab: */ |