VirtualBox

Ignore:
Timestamp:
Jul 3, 2007 1:05:50 AM (17 years ago)
Author:
vboxsync
Message:

XPCOM: Executable and DLL names may be specified from makefiles, for consistency.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libs/xpcom18a4/xpcom/base/nsDebugImpl.cpp

    r1 r3372  
    3838 * ***** END LICENSE BLOCK ***** */
    3939
     40#include "nsXPCOMPrivate.h"
    4041#include "nsDebugImpl.h"
    4142#include "nsDebug.h"
     
    227228      si.wShowWindow = SW_SHOW;
    228229
    229       if(GetModuleFileName(GetModuleHandle("xpcom.dll"), executable, MAX_PATH) &&
     230      if(GetModuleFileName(GetModuleHandle(XPCOM_DLL), executable, MAX_PATH) &&
    230231         NULL != (pName = strrchr(executable, '\\')) &&
    231232         NULL != strcpy(pName+1, "windbgdlg.exe") &&
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