Changeset 1398 for trunk/dll/subj.c
- Timestamp:
- Feb 21, 2009, 6:43:00 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/subj.c
r1348 r1398 29 29 #include "info.h" // Data declaration(s) 30 30 #include "mainwnd.h" // Data declaration(s) 31 #include "init.h" // Data declaration(s) 31 32 #include "fm3dlg.h" 32 33 #include "fm3str.h" … … 94 95 else if (rc) { 95 96 Dos_Error(MB_CANCEL, rc, hwnd, pszSrcFile, __LINE__, 96 "DosQueryPathInfo");97 PCSZ_DOSQUERYPATHINFO); 97 98 return 2; // Error 98 99 }
Note:
See TracChangeset
for help on using the changeset viewer.