minor fixes
This commit is contained in:
@ -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)
|
|
||||||
#
|
#
|
||||||
|
|
||||||
#
|
#
|
||||||
|
@ -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)
|
|
||||||
#
|
#
|
||||||
|
|
||||||
#
|
#
|
||||||
|
@ -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)
|
|
||||||
#
|
#
|
||||||
|
|
||||||
#
|
#
|
||||||
|
@ -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)
|
||||||
|
Reference in New Issue
Block a user