Changeset 9625 for trunk/src


Ignore:
Timestamp:
Jan 5, 2003, 6:05:20 PM (23 years ago)
Author:
sandervl
Message:

corrected WinMessageBox call

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/peldr/pe.cpp

    r9556 r9625  
    1 /* $Id: pe.cpp,v 1.36 2002-12-28 13:40:10 sandervl Exp $ */
     1/* $Id: pe.cpp,v 1.37 2003-01-05 17:05:20 sandervl Exp $ */
    22
    33/*
     
    323323        }
    324324
    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);
    326326        goto fail;
    327327  }
Note: See TracChangeset for help on using the changeset viewer.