source:
orxonox.OLD/trunk/src/lib/util/threads/threadincl.h
@
10684
| Last change on this file since 10684 was 10618, checked in by bknecht, 19 years ago | |
|---|---|
| File size: 177 bytes | |
| Rev | Line | |
|---|---|---|
| [10576] | 1 | #ifndef __THREAD_INCLUDE_H__ |
| 2 | #define __THREAD_INCLUDE_H__ | |
| 3 | ||
| 4 | #ifdef HAVE_SDL_H | |
| 5 | #include <SDL_thread.h> | |
| 6 | #else | |
| 7 | #include <SDL/SDL_thread.h> | |
| 8 | #endif | |
| 9 | ||
| 10 | #endif /* __THREAD_INCLUDE_H__ */ |
Note: See TracBrowser
for help on using the repository browser.










