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"
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
/*
|
||||
* POSIX platform functions.
|
||||
*/
|
||||
#ifndef WIN32
|
||||
#ifndef _WIN32
|
||||
|
||||
#include "native.h"
|
||||
#include "generic.h"
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#ifdef WIN32
|
||||
#ifdef _WIN32
|
||||
|
||||
#include "native.h"
|
||||
#include "generic.h"
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
/*
|
||||
* POSIX platform functions.
|
||||
*/
|
||||
#ifndef WIN32
|
||||
#ifndef _WIN32
|
||||
|
||||
#include "native.h"
|
||||
#include "generic.h"
|
||||
|
||||
Reference in New Issue
Block a user