Changeset 76514 in vbox
- Timestamp:
- Dec 30, 2018 5:16:36 AM (6 years ago)
- Location:
- trunk/src/VBox/Main
- Files:
-
- 1 edited
- 1 copied
-
Makefile.kmk (modified) (1 diff)
-
src-all/win/VBoxAPIWrap-precomp_gcc.h (copied) (copied from trunk/src/VBox/Main/src-all/win/VBoxAPIWrap-precomp_vcc.h ) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/Makefile.kmk
r76167 r76514 214 214 VBoxAPIWrap_USES = vccprecomp 215 215 VBoxAPIWrap_PCH_HDR := $(PATH_SUB_CURRENT)/src-all/win/VBoxAPIWrap-precomp_vcc.h 216 else if "$(USERNAME)" == "bird" && "$(KBUILD_TARGET)" == "linux" && !defined(KBUILD_USE_KOBJCACHE) 217 VBoxAPIWrap_USES = gccprecomp 218 VBoxAPIWrap_PCH_HDR := $(PATH_SUB_CURRENT)/src-all/win/VBoxAPIWrap-precomp_gcc.h 216 219 endif 217 220 VBoxAPIWrap_SOURCES = \ -
trunk/src/VBox/Main/src-all/win/VBoxAPIWrap-precomp_gcc.h
r76481 r76514 1 1 /* $Id$ */ 2 2 /** @file 3 * VirtualBox COM - Visual C++precompiled header for the API wrappers.3 * VirtualBox COM - GCC precompiled header for the API wrappers. 4 4 */ 5 5 6 6 /* 7 * Copyright (C) 2006-201 7Oracle Corporation7 * Copyright (C) 2006-2018 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 16 16 */ 17 17 18 #ifndef ___VBoxAPIWrap_precomp_gcc_h___ 19 #define ___VBoxAPIWrap_precomp_gcc_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 18 23 19 24 #include <iprt/cdefs.h> 20 #include <iprt/win/windows.h>21 25 #include <VBox/cdefs.h> 22 26 #include <iprt/types.h> 27 #include <iprt/stdarg.h> 23 28 #include <iprt/cpp/list.h> 24 29 #include <iprt/cpp/meta.h> 25 30 #include <iprt/cpp/ministring.h> 26 #include <VBox/com/microatl.h>27 31 #include <VBox/com/com.h> 28 32 #include <VBox/com/array.h> … … 35 39 #include "Wrapper.h" 36 40 41 #ifdef VBOX_WITH_DTRACE_R3_MAIN 42 # include "dtrace/VBoxAPI.h" 43 #endif 44 37 45 #if defined(Log) || defined(LogIsEnabled) 38 46 # error "Log() from iprt/log.h cannot be defined in the precompiled header!" 39 47 #endif 40 48 49 #endif 50
Note:
See TracChangeset
for help on using the changeset viewer.

