diff options
author | pixel <pixel> | 2004-02-18 00:02:55 +0000 |
---|---|---|
committer | pixel <pixel> | 2004-02-18 00:02:55 +0000 |
commit | 124bbb2b7d331495073986e470126aa9dc0e2a15 (patch) | |
tree | ebaef15e7713fc53e0817c040833c340e57057e8 /include | |
parent | cfed7795ca504c702693b857103a0a20d1c679f0 (diff) |
Gniii
Diffstat (limited to 'include')
-rw-r--r-- | include/generic.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/generic.h b/include/generic.h index 6e33ea6..17eab32 100644 --- a/include/generic.h +++ b/include/generic.h @@ -17,7 +17,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -/* $Id: generic.h,v 1.25 2003-12-04 04:09:02 pixel Exp $ */ +/* $Id: generic.h,v 1.26 2004-02-18 00:02:55 pixel Exp $ */ #ifndef __GENERIC_H__ #define __GENERIC_H__ @@ -111,7 +111,7 @@ typedef unsigned _int64 Uint64; extern char verbosity; char ** split(char * s, char t); -#if defined __cplusplus || defined __WIN32__ +#if defined __cplusplus #ifndef MAX template<class T> |