minor fixes

This commit is contained in:
mpc
2004-06-26 02:26:37 +00:00
committed by zzz
parent 44623065b4
commit 83c88ac0c6
4 changed files with 3 additions and 7 deletions

View File

@ -1,6 +1,5 @@
# #
# This Makefile is compatible with GNU Make and should work on Linux # This Makefile is compatible with GNU Make and should work on Cygwin
# (Tested on Debian 3.0)
# #
# #

View File

@ -1,6 +1,5 @@
# #
# This Makefile is compatible with GNU Make and should work on Linux # This Makefile is compatible with GNU Make and should work on Linux (generic)
# (Tested on Debian 3.0)
# #
# #

View File

@ -1,6 +1,5 @@
# #
# This Makefile is compatible with GNU Make and should work on Linux # This Makefile is compatible with GNU Make and should work on Windows (Mingw)
# (Tested on Debian 3.0)
# #
# #

View File

@ -60,7 +60,6 @@
*/ */
#include "platform.hpp" #include "platform.hpp"
#include "mutex.hpp"
#include "thread.hpp" #include "thread.hpp"
Thread::Thread(void) Thread::Thread(void)