source:
vbox/trunk/include/iprt/nocrt/compiler/compiler.h@
2356
Last change on this file since 2356 was 666, checked in by , 18 years ago | |
---|---|
File size: 276 bytes |
Line | |
---|---|
1 | /* todo: header */ |
2 | |
3 | #ifndef __iprt_nocrt_compiler_compiler_h__ |
4 | #define __iprt_nocrt_compiler_compiler_h__ |
5 | |
6 | #ifdef __GNUC__ |
7 | # include <iprt/nocrt/compiler/gcc.h> |
8 | #elif defined(_MSC_VER) |
9 | # include <iprt/nocrt/compiler/msc.h> |
10 | #else |
11 | # error "Unsupported compiler." |
12 | #endif |
13 | |
14 | #endif |
Note:
See TracBrowser
for help on using the repository browser.