Changeset 1398 for trunk/dll/printer.c
- Timestamp:
- Feb 21, 2009, 6:43:00 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/printer.c
r1395 r1398 31 31 #include "notebook.h" // Data declaration(s) 32 32 #include "mainwnd.h" // Data declaration(s) 33 #include "init.h" // Data declaration(s) 33 34 #include "fm3dlg.h" 34 35 #include "fm3str.h" … … 142 143 if (DosCreateMutexSem(NULL, &PrintSem, 0, FALSE)) { 143 144 Dos_Error(MB_CANCEL, rc, HWND_DESKTOP, pszSrcFile, __LINE__, 144 "DosCreateMutexSem");145 PCSZ_DOSCREATEMUTEXSEM); 145 146 goto Abort; 146 147 } … … 425 426 li = WinQueryWindowPtr(hwnd, QWL_USER); 426 427 if (!li) 427 Runtime_Error(pszSrcFile, __LINE__, "no data");428 Runtime_Error(pszSrcFile, __LINE__, NULL); 428 429 else { 429 430 INT x; … … 473 474 li = WinQueryWindowPtr(hwnd, QWL_USER); 474 475 if (!li) 475 Runtime_Error(pszSrcFile, __LINE__, "no data");476 Runtime_Error(pszSrcFile, __LINE__, NULL); 476 477 else { 477 478 prnformat = WinQueryButtonCheckstate(hwnd, PRN_FORMAT);
Note:
See TracChangeset
for help on using the changeset viewer.