ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/include/includes.h
(Generate patch)

Comparing deliantra/server/include/includes.h (file contents):
Revision 1.2 by root, Sat Sep 16 22:06:17 2006 UTC vs.
Revision 1.3 by pippijn, Mon Dec 11 19:46:46 2006 UTC

41#if defined(ultrix) && !defined(__ultrix__) 41#if defined(ultrix) && !defined(__ultrix__)
42# define __ultrix__ 42# define __ultrix__
43#endif 43#endif
44 44
45/* Include this first, because it lets us know what we are missing */ 45/* Include this first, because it lets us know what we are missing */
46#ifdef WIN32 /* ---win32 exclude this, config comes from VC ide */
47#include "win32.h"
48#else
49#include <autoconf.h> 46#include <autoconf.h>
50#endif
51 47
52#include <stdio.h> 48#include <stdio.h>
53#include <string.h> 49#include <string.h>
54#include <ctype.h> 50#include <ctype.h>
55#include <errno.h> 51#include <errno.h>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines