netpanzer-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[netPanzer-CVS] netpanzer/src config.h


From: Matthias Braun
Subject: [netPanzer-CVS] netpanzer/src config.h
Date: Mon, 15 Sep 2003 17:07:07 -0400

CVSROOT:        /cvsroot/netpanzer
Module name:    netpanzer
Branch:         
Changes by:     Matthias Braun <address@hidden> 03/09/15 17:07:07

Modified files:
        src            : config.h 

Log message:
        fix for __attribute__ on msvc

Patches:
Index: netpanzer/src/config.h
diff -u netpanzer/src/config.h:1.6 netpanzer/src/config.h:1.7
--- netpanzer/src/config.h:1.6  Thu Sep 11 13:35:46 2003
+++ netpanzer/src/config.h      Mon Sep 15 17:07:07 2003
@@ -1,6 +1,6 @@
 // Config file, this should be autogenerated by autoconf later...
 #ifdef MSVC
-#define __attrib__(x)
+#define __attribute__(x)
 #endif
 
 #define DO_LOGGING




reply via email to

[Prev in Thread] Current Thread [Next in Thread]