Changeset 93129 in vbox for trunk/include/iprt/nocrt/compiler
- Timestamp:
- Jan 6, 2022 2:47:31 AM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 149143
- Location:
- trunk/include/iprt/nocrt/compiler
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/nocrt/compiler/compiler.h
r93115 r93129 34 34 #elif defined(_MSC_VER) 35 35 # include <iprt/nocrt/compiler/msc.h> 36 #elif defined(__WATCOMC__) 37 # include <iprt/nocrt/compiler/watcom.h> 36 38 #else 37 39 # error "Unsupported compiler."
Note:
See TracChangeset
for help on using the changeset viewer.