VirtualBox

Changeset 40006 in vbox


Ignore:
Timestamp:
Feb 6, 2012 10:49:51 AM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
76117
Message:

build fix.

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/VMMDev.h

    r39825 r40006  
    12471247 * Shared region description
    12481248 */
    1249 typedef struct
     1249typedef struct VMMDEVSHAREDREGIONDESC
    12501250{
    12511251    RTGCPTR64           GCRegionAddr;
  • trunk/include/VBox/vmm/gmm.h

    r40005 r40006  
    3030#include <VBox/sup.h>
    3131#include <VBox/param.h>
     32#include <VBox/ostypes.h>
     33#include <VBox/VMMDev.h>
    3234#include <iprt/avl.h>
    3335
  • trunk/src/VBox/VMM/VMMR0/GMMR0.cpp

    r40005 r40006  
    41934193    AssertPtrReturn(pszVersion, VERR_INVALID_POINTER);
    41944194
     4195
    41954196    Log(("GMMR0RegisterSharedModule %s %s base %RGv size %x\n", pszModuleName, pszVersion, GCBaseAddr, cbModule));
    41964197
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette