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
# (Tested on Debian 3.0)
# This Makefile is compatible with GNU Make and should work on Cygwin
#
#

View File

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

View File

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

View File

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