Changeset 29250 in vbox for trunk/src/VBox/Additions/common
- Timestamp:
- May 9, 2010 5:53:58 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 61332
- Location:
- trunk/src/VBox/Additions/common
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest.cpp
r29046 r29250 28 28 #include <iprt/memobj.h> 29 29 #include <iprt/asm.h> 30 #include <iprt/asm-amd64-x86.h> 30 31 #include <iprt/string.h> 31 32 #include <iprt/process.h> -
trunk/src/VBox/Additions/common/VBoxGuest/freebsd/files_vboxguest
r29246 r29250 1 1 #!/bin/sh 2 # $Id$ 2 3 ## @file 3 4 # Shared file between Makefile.kmk and export_modules … … 5 6 6 7 # 7 # Copyright (C) 2007-20 09Sun Microsystems, Inc.8 # Copyright (C) 2007-2010 Sun Microsystems, Inc. 8 9 # 9 10 # This file is part of VirtualBox Open Source Edition (OSE), as … … 25 26 ${PATH_ROOT}/include/iprt/asm.h=>include/iprt/asm.h \ 26 27 ${PATH_ROOT}/include/iprt/asm-amd64-x86.h=>include/iprt/asm-amd64-x86.h \ 28 ${PATH_ROOT}/include/iprt/asm-math.h=>include/iprt/asm-math.h \ 27 29 ${PATH_ROOT}/include/iprt/assert.h=>include/iprt/assert.h \ 28 30 ${PATH_ROOT}/include/iprt/avl.h=>include/iprt/avl.h \ -
trunk/src/VBox/Additions/common/VBoxGuest/linux/files_vboxguest
r29246 r29250 1 1 #!/bin/sh 2 # $Id: $ 2 3 ## @file 3 4 # Shared file between Makefile.kmk and export_modules … … 5 6 6 7 # 7 # Copyright (C) 2007-20 09Oracle Corporation8 # Copyright (C) 2007-2010 Oracle Corporation 8 9 # 9 10 # This file is part of VirtualBox Open Source Edition (OSE), as … … 22 23 ${PATH_ROOT}/include/iprt/asm.h=>include/iprt/asm.h \ 23 24 ${PATH_ROOT}/include/iprt/asm-amd64-x86.h=>include/iprt/asm-amd64-x86.h \ 25 ${PATH_ROOT}/include/iprt/asm-math.h=>include/iprt/asm-math.h \ 24 26 ${PATH_ROOT}/include/iprt/assert.h=>include/iprt/assert.h \ 25 27 ${PATH_ROOT}/include/iprt/avl.h=>include/iprt/avl.h \ -
trunk/src/VBox/Additions/common/VBoxGuestLib/GenericRequest.cpp
r28800 r29250 27 27 #include "VBGLInternal.h" 28 28 #include <iprt/asm.h> 29 #include <iprt/asm-amd64-x86.h> 29 30 #include <iprt/assert.h> 30 31 #include <iprt/string.h>
Note:
See TracChangeset
for help on using the changeset viewer.