Changeset 21515 in vbox for trunk/include
- Timestamp:
- Jul 12, 2009 7:37:42 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 49967
- Location:
- trunk/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/Makefile.kmk
r21211 r21515 31 31 iprt/autores.h \ 32 32 iprt/cpputils.h \ 33 iprt/lock.h 33 iprt/lock.h \ 34 $(wildcard iprt/*_cpp.h iprt/*.hpp) 34 35 35 36 r3_only_hdrs := \ … … 42 43 hdrs := $(filter-out \ 43 44 VBox/VBoxGuest16.h \ 45 VBox/WinNetConfig.h \ 44 46 VBox/usblib-win.h \ 45 47 VBox/usblib-solaris.h, \ -
trunk/include/VBox/uvm.h
r21217 r21515 59 59 } vm; 60 60 } UVMCPU; 61 /** Pointer to the per virtual CPU ring-3 (user mode) data. */62 typedef UVMCPU *PUVMCPU;63 61 64 62
Note:
See TracChangeset
for help on using the changeset viewer.