Changeset 3372 in vbox for trunk/src/libs/xpcom18a4/xpcom/base/nsDebugImpl.cpp
- Timestamp:
- Jul 3, 2007 1:05:50 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/xpcom/base/nsDebugImpl.cpp
r1 r3372 38 38 * ***** END LICENSE BLOCK ***** */ 39 39 40 #include "nsXPCOMPrivate.h" 40 41 #include "nsDebugImpl.h" 41 42 #include "nsDebug.h" … … 227 228 si.wShowWindow = SW_SHOW; 228 229 229 if(GetModuleFileName(GetModuleHandle( "xpcom.dll"), executable, MAX_PATH) &&230 if(GetModuleFileName(GetModuleHandle(XPCOM_DLL), executable, MAX_PATH) && 230 231 NULL != (pName = strrchr(executable, '\\')) && 231 232 NULL != strcpy(pName+1, "windbgdlg.exe") &&
Note:
See TracChangeset
for help on using the changeset viewer.