Commit 3419e4d7 authored by Frank Galligan's avatar Frank Galligan
Browse files

Change preprocessor check to _WIN32

Change-Id: I841dc0b8ebb150ac998f4076c148d7bb187e4301
Showing with 1 addition and 1 deletion
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
/* This is a simple program that encodes YV12 files and generates ivf /* This is a simple program that encodes YV12 files and generates ivf
* files using the new interface. * files using the new interface.
*/ */
#if defined(_MSC_VER) #if defined(_WIN32)
#define USE_POSIX_MMAP 0 #define USE_POSIX_MMAP 0
#else #else
#define USE_POSIX_MMAP 1 #define USE_POSIX_MMAP 1
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment