Change preprocessor check to _WIN32

Change-Id: I841dc0b8ebb150ac998f4076c148d7bb187e4301
This commit is contained in:
Frank Galligan 2010-06-10 16:59:21 -04:00
parent 317a66693b
commit 3419e4d785

View File

@ -12,7 +12,7 @@
/* This is a simple program that encodes YV12 files and generates ivf
* files using the new interface.
*/
#if defined(_MSC_VER)
#if defined(_WIN32)
#define USE_POSIX_MMAP 0
#else
#define USE_POSIX_MMAP 1