OSDN Git Service

Use _beginthreadex() instead of calling CreateThread() directly. This is more correct...
authorlordmulder <mulder2@gmx.de>
Mon, 26 Mar 2012 02:40:49 +0000 (04:40 +0200)
committerlordmulder <mulder2@gmx.de>
Mon, 26 Mar 2012 02:40:49 +0000 (04:40 +0200)
commitb4aaaccdf26f7974cb18ecbbc2d4145729c13477
tree09c575100287a603e8bf50a2af78212bbc5d3c9b
parentca933d1b7ed72a2b1e9fe8e9d06a6548f6e0452f
Use _beginthreadex() instead of calling CreateThread() directly. This is more correct, when using the MSVCRT.
src/Config.h
src/Global.cpp