liboptcfg

diff src/optcfg.c @ 5:aca7267dfee0

fixed cross-compilation with mingw-w64
author John Tsiombikas <nuclear@member.fsf.org>
date Thu, 31 Aug 2017 05:59:19 +0300
parents a6f127f3408d
children
line diff
     1.1 --- a/src/optcfg.c	Wed Jul 27 05:05:45 2016 +0300
     1.2 +++ b/src/optcfg.c	Thu Aug 31 05:59:19 2017 +0300
     1.3 @@ -2,7 +2,7 @@
     1.4  #include <stdlib.h>
     1.5  #include <string.h>
     1.6  #include <ctype.h>
     1.7 -#ifdef _MSC_VER
     1.8 +#ifdef WIN32
     1.9  #include <malloc.h>
    1.10  #else
    1.11  #include <alloca.h>