Changeset 907 for trunk/dll/shadow.c
- Timestamp:
- Jan 6, 2008, 8:26:17 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/shadow.c
r847 r907 7 7 8 8 Copyright (c) 1993-97 M. Kimes 9 Copyright (c) 2006, 200 7Steven H. Levine9 Copyright (c) 2006, 2008 Steven H. Levine 10 10 11 11 22 Jul 06 SHL Check more run time errors … … 16 16 ***********************************************************************/ 17 17 18 #include <stdlib.h> 19 #include <string.h> 20 18 21 #define INCL_DOS 19 22 #define INCL_WIN 20 23 #define INCL_LONGLONG 21 #include <os2.h> 22 23 #include <stdlib.h> 24 #include <stdio.h> 25 #include <string.h> 26 27 #include "fm3dll.h" 24 28 25 #include "fm3dlg.h" 29 26 #include "fm3str.h" 27 #include "pathutil.h" // BldFullPathName 28 #include "errutil.h" // Dos_Error... 29 #include "strutil.h" // GetPString 30 #include "fm3dll.h" 30 31 31 32 #pragma data_seg(DATA1) … … 136 137 BldFullPathName(temp, path, objtitle); 137 138 // sprintf(temp, 138 // 139 // "%s%s%s", (path) ? path : "", (path) ? "\\" : "", objtitle); 139 140 p = strrchr(temp, '.'); 140 141 if (p) {
Note:
See TracChangeset
for help on using the changeset viewer.