pike.git/
src/
global.h
Branch:
Tag:
Non-build tags
All tags
No tags
1999-05-12
1999-05-12 04:41:36 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
7fbe09b0f7b94a25a3501a5bf3bcd4602cf9f523 (
7
lines) (+
6
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
make it easier to compile with Cygwin
Rev: src/global.h:1.34
5:
\*/ /*
-
* $Id: global.h,v 1.
33
1999/
04
/
25
20
:
32
:
38
grubba
Exp $
+
* $Id: global.h,v 1.
34
1999/
05
/
12
04
:
41
:
36
hubbe
Exp $
*/ #ifndef GLOBAL_H #define GLOBAL_H
-
+
#if defined(__WINNT__) && !defined(__NT__)
+
#define __NT__
+
#endif
+
/* The worlds most stringent C compiler? */ #ifdef __TenDRA__ /* We want to be able to use 64bit arithmetic */