Changeset 48816 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Oct 2, 2013 11:36:31 AM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 89468
- Location:
- trunk/src/VBox/Frontends/VirtualBox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/Makefile.kmk
r48811 r48816 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_OPERATORS728 endif729 730 725 VirtualBox_QT_MOCHDRS.darwin += \ 731 726 src/platform/darwin/UICocoaSpecialControls.h -
trunk/src/VBox/Frontends/VirtualBox/src/platform/darwin/DarwinKeyboard.cpp
r48811 r48816 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.