- Timestamp:
- Jan 5, 2003, 6:05:20 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/peldr/pe.cpp
r9556 r9625 1 /* $Id: pe.cpp,v 1.3 6 2002-12-28 13:40:10 sandervl Exp $ */1 /* $Id: pe.cpp,v 1.37 2003-01-05 17:05:20 sandervl Exp $ */ 2 2 3 3 /* … … 323 323 } 324 324 325 WinMessageBox(HWND_DESKTOP, HWND_DESKTOP, szErrorMsg, szErrorTitle, 0, MB_OK | MB_ERROR | MB_MOVEABLE);325 MyWinMessageBox(HWND_DESKTOP, HWND_DESKTOP, szErrorMsg, szErrorTitle, 0, MB_OK | MB_ERROR | MB_MOVEABLE); 326 326 goto fail; 327 327 }
Note:
See TracChangeset
for help on using the changeset viewer.