[vlc-devel] [PATCH] Fix the latest mingw-w64 crt trunk

Rémi Denis-Courmont remi at remlab.net
Tue Nov 25 13:18:35 CET 2014


Le 2014-11-25 15:05, Martell Malone a écrit :
>> #ifdef HAVE_CONFIG_H
>> # include "config.h"
>> #endif
>> #include <inttypes.h>
>> #include <vlc_common.h>
>> #include <vlc_plugin.h>
>> #ifdef HAVE_TIME_H
>> #   include <time.h>                              
>>                 /* time() */
>> #endif 
>
> at the start so I dont understand why time.h is being missed here ?

Because nothing defines HAVE_TIME_H. The ifdef is bogus.

-- 
Rémi Denis-Courmont



More information about the vlc-devel mailing list