Some fixes for the new threading backends

This commit is contained in:
Bart van Strien
2011-06-09 10:56:13 +02:00
parent f9ec21619a
commit 709263b032
9 changed files with 242 additions and 237 deletions
+5 -5
View File
@@ -18,8 +18,8 @@
* 3. This notice may not be removed or altered from any source distribution.
**/
#ifndef LOVE_PLATFORM_SDL_THREADS_H_
#define LOVE_PLATFORM_SDL_THREADS_H_
#ifndef LOVE_THREAD_SDL_THREADS_H
#define LOVE_THREAD_SDL_THREADS_H
#include "SDL.h"
@@ -97,8 +97,8 @@ namespace thread
bool wait(Mutex* mutex, int timeout=-1);
};
} // namespace thread
} // namespace love
} // thread
} // love
#endif // !LOVE_PLATFORM_SDL_THREADS_H_
#endif // LOVE_THREAD_SDL_THREADS_H