Edit

kc3-lang/libevent/WIN32-Code/misc.h

Branch :

  • Show log

    Commit

  • Author : Niels Provos
    Date : 2006-09-27 03:07:38
    Hash : 9f7d28bb
    Message : make it compile with mingw; from Nick svn:r235

  • WIN32-Code/misc.h
  • #ifndef MISC_H
    #define MISC_H
    
    struct timezone;
    struct timeval;
    
    #ifndef HAVE_GETTIMEOFDAY
    int gettimeofday(struct timeval *,struct timezone *);
    #endif
    
    #endif