ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libev/event_compat.h
(Generate patch)

Comparing libev/event_compat.h (file contents):
Revision 1.2 by root, Thu Nov 8 23:53:41 2007 UTC vs.
Revision 1.4 by root, Mon Nov 12 18:36:42 2007 UTC

26 */ 26 */
27#ifdef __cplusplus 27#ifdef __cplusplus
28extern "C" { 28extern "C" {
29#endif 29#endif
30 30
31#ifndef WIN32
31#include <sys/types.h> 32#include <sys/types.h>
33#endif
32#include <sys/time.h> 34#include <sys/time.h>
33#include <stdint.h> 35#include <inttypes.h>
34#include <stdarg.h> 36#include <stdarg.h>
35 37
36#ifdef WIN32 38#ifdef WIN32
37#define WIN32_LEAN_AND_MEAN 39#define WIN32_LEAN_AND_MEAN
38#include <windows.h> 40#include <windows.h>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines