VirtualBox

Changeset 670 in vbox for trunk/src


Ignore:
Timestamp:
Feb 6, 2007 4:22:57 AM (18 years ago)
Author:
vboxsync
Message:

WIN32 -> WIN; size_t

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/DBGFSym.cpp

    r450 r670  
    2525*******************************************************************************/
    2626#define LOG_GROUP LOG_GROUP_DBGF
    27 #if defined(__WIN32__) && defined(DEBUG_bird) // enabled this is you want to debug win32 guests or the hypervisor.
     27#if defined(__WIN__) && defined(DEBUG_bird) // enabled this is you want to debug win32 guests or the hypervisor.
    2828# include <Windows.h>
    2929# define _IMAGEHLP64
     
    5656*******************************************************************************/
    5757#ifdef HAVE_DBGHELP
    58 static DECLCALLBACK(int) dbgfR3EnumModules(PVM pVM, const char *pszFilename, const char *pszName, RTUINTPTR ImageBase, unsigned cbImage, bool fGC);
     58static DECLCALLBACK(int) dbgfR3EnumModules(PVM pVM, const char *pszFilename, const char *pszName, RTUINTPTR ImageBase, size_t cbImage, bool fGC);
    5959static int win32Error(PVM pVM);
    6060#endif
     
    379379 * @param   pvArg           User argument.
    380380 */
    381 static DECLCALLBACK(int) dbgfR3EnumModules(PVM pVM, const char *pszFilename, const char *pszName, RTUINTPTR ImageBase, unsigned cbImage, bool fGC)
     381static DECLCALLBACK(int) dbgfR3EnumModules(PVM pVM, const char *pszFilename, const char *pszName, RTUINTPTR ImageBase, size_t cbImage, bool fGC)
    382382{
    383383    if (fGC)
Note: See TracChangeset for help on using the changeset viewer.

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