VirtualBox

source: vbox/trunk/include/iprt/nocrt/compiler/compiler.h@ 2356

Last change on this file since 2356 was 666, checked in by vboxsync, 18 years ago

Messing with the nocrt setup...

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.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette