Changeset 76505 in vbox
- Timestamp:
- Dec 30, 2018 2:57:06 AM (6 years ago)
- Location:
- trunk/include
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/SUPDrvMangling.h
r69107 r76505 27 27 */ 28 28 29 #ifndef ___VBox_SUPDrvMangling_h 30 #define ___VBox_SUPDrvMangling_h 29 31 30 32 #define RT_MANGLER(symbol) VBoxHost_##symbol 31 33 #include <iprt/mangling.h> 32 34 35 #endif -
trunk/include/VBox/VBoxGuestMangling.h
r69107 r76505 27 27 */ 28 28 29 #ifndef ___VBox_VBoxGuestMangling_h 30 #define ___VBox_VBoxGuestMangling_h 29 31 30 32 #define RT_MANGLER(symbol) VBoxGuest_##symbol 31 33 #include <iprt/mangling.h> 32 34 35 #endif 36 -
trunk/include/iprt/asm-amd64-x86-watcom-16.h
r75131 r76505 24 24 */ 25 25 26 #ifndef ___iprt_asm_amd64_x86_watcom_16_h 27 #define ___iprt_asm_amd64_x86_watcom_16_h 28 26 29 #ifndef ___iprt_asm_amd64_x86_h 27 30 # error "Don't include this header directly." 28 31 #endif 29 #ifndef ___iprt_asm_amd64_x86_watcom_16_h30 #define ___iprt_asm_amd64_x86_watcom_16_h31 32 32 33 /* -
trunk/include/iprt/asm-amd64-x86-watcom-32.h
r75131 r76505 24 24 */ 25 25 26 #ifndef ___iprt_asm_amd64_x86_watcom_32_h 27 #define ___iprt_asm_amd64_x86_watcom_32_h 28 26 29 #ifndef ___iprt_asm_amd64_x86_h 27 30 # error "Don't include this header directly." 28 31 #endif 29 #ifndef ___iprt_asm_amd64_x86_watcom_32_h30 #define ___iprt_asm_amd64_x86_watcom_32_h31 32 32 33 #ifndef __FLAT__ -
trunk/include/iprt/asm-watcom-x86-16.h
r75131 r76505 24 24 */ 25 25 26 #ifndef ___iprt_asm_watcom_x86_16_h 27 #define ___iprt_asm_watcom_x86_16_h 28 26 29 #ifndef ___iprt_asm_h 27 30 # error "Don't include this header directly." 28 31 #endif 29 #ifndef ___iprt_asm_watcom_x86_16_h30 #define ___iprt_asm_watcom_x86_16_h31 32 32 33 33 /* -
trunk/include/iprt/asm-watcom-x86-32.h
r75131 r76505 24 24 */ 25 25 26 #ifndef ___iprt_asm_watcom_x86_32_h 27 #define ___iprt_asm_watcom_x86_32_h 28 26 29 #ifndef ___iprt_asm_h 27 30 # error "Don't include this header directly." 28 31 #endif 29 #ifndef ___iprt_asm_watcom_x86_32_h30 #define ___iprt_asm_watcom_x86_32_h31 32 32 33 #ifndef __FLAT__ -
trunk/include/iprt/nocrt/stdarg.h
r69475 r76505 24 24 */ 25 25 26 #ifndef ___iprt_nocrt_stdarg_h 27 #define ___iprt_nocrt_stdarg_h 28 26 29 #include <iprt/stdarg.h> 27 30 31 #endif 32 -
trunk/include/iprt/nocrt/stddef.h
r69475 r76505 24 24 */ 25 25 26 #ifndef ___iprt_nocrt_stddef_h 27 #define ___iprt_nocrt_stddef_h 28 26 29 #include <iprt/types.h> 27 30 31 #endif
Note:
See TracChangeset
for help on using the changeset viewer.