Changeset 48811 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Oct 2, 2013 9:30:06 AM (11 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/Makefile.kmk
r48705 r48811 723 723 src/platform/darwin/VBoxUtils-darwin-cocoa.mm \ 724 724 src/platform/darwin/VBoxUtils-darwin.cpp 725 726 ifeq ($(KBUILD_TARGET),darwin) 727 src/platform/darwin/DarwinKeyboard.cpp_DEFS += RTMEM_WRAP_TO_EF_APIS RTMEMEF_NEW_AND_DELETE_OPERATORS 728 endif 729 725 730 VirtualBox_QT_MOCHDRS.darwin += \ 726 731 src/platform/darwin/UICocoaSpecialControls.h -
trunk/src/VBox/Frontends/VirtualBox/src/platform/darwin/DarwinKeyboard.cpp
r48802 r48811 22 22 *******************************************************************************/ 23 23 #define LOG_GROUP LOG_GROUP_GUI 24 //#define VBOX_WITH_KBD_LEDS_SYNC24 #define VBOX_WITH_KBD_LEDS_SYNC 25 25 26 26 #include "DarwinKeyboard.h"
Note:
See TracChangeset
for help on using the changeset viewer.