Use _WIN32 to detect if building for Windows.
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
/*
|
||||
* Curses functions
|
||||
*/
|
||||
#ifndef WIN32
|
||||
#ifndef _WIN32
|
||||
|
||||
#include "native.h"
|
||||
#include "generic.h"
|
||||
|
||||
Reference in New Issue
Block a user