Change preprocessor check to _WIN32
Change-Id: I841dc0b8ebb150ac998f4076c148d7bb187e4301
This commit is contained in:
parent
317a66693b
commit
3419e4d785
2
ivfenc.c
2
ivfenc.c
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user