MT support in console.
This commit is contained in:
parent
5989af937b
commit
e66cea25bc
2
console/LGPL/pl-ntconsole.c
Normal file → Executable file
2
console/LGPL/pl-ntconsole.c
Normal file → Executable file
@ -24,7 +24,7 @@
|
||||
*/
|
||||
|
||||
#define WINDOWS_LEAN_AND_MEAN 1
|
||||
#if (_MSC_VER >= 1300)
|
||||
#if (_MSC_VER >= 1300) || defined(__MINGW32__)
|
||||
#include <winsock2.h> /* Needed on VC8 */
|
||||
#include <windows.h>
|
||||
#else
|
||||
|
Reference in New Issue
Block a user