Changeset 104786 in vbox for trunk/src/VBox/Main
- Timestamp:
- May 27, 2024 8:42:44 AM (6 months ago)
- Location:
- trunk/src/VBox/Main
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/Makefile.kmk
r104783 r104786 211 211 # Unconditionally enable the new semaphore key generation code 212 212 VBOX_MAIN_DEFS += VBOX_WITH_NEW_SYS_V_KEYGEN 213 214 # Main graphics include paths. Used by VBoxC and VBoxSVC.215 VBOX_MAIN_GRAPHICS_INCS = \216 $(PATH_ROOT)/src/VBox/Devices/Graphics/ \217 $(if $(VBOX_WITH_VMSVGA),$(PATH_ROOT)/src/VBox/Devices/Graphics/vmsvga_include,) \218 $(VBOX_GRAPHICS_INCS)219 213 220 214 VBOX_IDL_FILE.MSCOM = $(VBOX_PATH_SDK)/bindings/mscom/idl/VirtualBox.idl … … 573 567 $(dir $(VBOX_XML_SCHEMADEFS_H)) \ 574 568 $(VBOX_MAIN_APIWRAPPER_INCS) \ 575 $(VBOX_MAIN_GRAPHICS_INCS) \576 569 . \ 570 $(VBOX_GRAPHICS_INCS) 577 571 VBoxSVC_INCS.win = \ 578 572 $(VBoxCOM_0_OUTDIR) … … 1082 1076 $(dir $(VBOX_XML_SCHEMADEFS_H)) \ 1083 1077 $(VBOX_MAIN_APIWRAPPER_DIR)/dtrace \ 1084 $(VBOX_ MAIN_GRAPHICS_INCS)1078 $(VBOX_GRAPHICS_INCS) 1085 1079 VBoxC_INCS.win = \ 1086 1080 $(VBoxCOM_0_OUTDIR) \ -
trunk/src/VBox/Main/src-all/PlatformPropertiesImpl.cpp
r104781 r104786 32 32 #include "Global.h" 33 33 34 #include "VBox/vmm/pdmcritsect.h" /* required by DevVGA.h */35 #include "VBox/param.h" /* Ditto. */36 #include "DevVGA.h"37 38 34 #include <iprt/cpp/utils.h> 39 35 36 #include <VBox/graphics.h> /* For VRAM ranges. */ 40 37 #include <VBox/settings.h> 41 38
Note:
See TracChangeset
for help on using the changeset viewer.