Changeset 107093 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Nov 21, 2024 8:10:51 PM (8 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/platform/darwin/VBoxUtils-darwin.h
r106061 r107093 40 40 /* Other VBox includes: */ 41 41 #include <VBox/VBoxCocoa.h> 42 #define UInt UInt_not_needed // libkern/OSTypes.h defines it without any code needing it, causing trouble with Qt's use of this type for different purpose!! 42 43 #include <ApplicationServices/ApplicationServices.h> 44 #undef UInt 43 45 #undef PVM // Stupid, stupid apple headers (sys/param.h)!! 44 46
Note:
See TracChangeset
for help on using the changeset viewer.