Changeset 1214 for trunk/src/kash/output.h
- Timestamp:
- Oct 7, 2007, 10:39:58 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kash/output.h
r1199 r1214 54 54 extern struct output *out1; 55 55 extern struct output *out2;*/ 56 #ifdef _MSC_VER 57 # ifndef __attribute__ 58 # define __attribute__(a) 59 # endif 56 #if !defined(__GNUC__) && !defined(__attribute__) 57 # define __attribute__(a) 60 58 #endif 61 59
Note:
See TracChangeset
for help on using the changeset viewer.