added missing define for win32
authorChristian Würdig <chriswue@ipd.info.uni-karlsruhe.de>
Fri, 30 Mar 2007 16:21:46 +0000 (16:21 +0000)
committerChristian Würdig <chriswue@ipd.info.uni-karlsruhe.de>
Fri, 30 Mar 2007 16:21:46 +0000 (16:21 +0000)
[r12605]

win32/config.h

index 7051e43..8c86c8b 100644 (file)
 /* map some non-POSIX names for Win32 */
 #define snprintf    _snprintf
 #define strcasecmp  stricmp
+#define __attribute__(x)
 
 typedef unsigned __int32 uint32_t;
 typedef __int64 int64_t;