Changeset 1241
- Timestamp:
- Oct 9, 2008, 1:12:04 PM (17 years ago)
- Location:
- trunk/dll
- Files:
-
- 5 edited
-
notebook.h (modified) (1 diff)
-
pathutil.h (modified) (1 diff)
-
presparm.h (modified) (1 diff)
-
srchpath.c (modified) (3 diffs)
-
srchpath.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/notebook.h
r1225 r1241 17 17 #if !defined(NOTEBOOK_H) 18 18 #define NOTEBOOK_H 19 20 // #if !defined(OS2_INCLUDED)21 // #define INCL_LONGLONG22 // #include <os2.h>23 // #else24 // #if !defined(INCL_LONGLONG)25 // #error INCL_LONGLONG required by grep.h26 // #endif27 // #endif28 19 29 20 #include "dircnrs.h" // typedef for DETAILS_SETTINGS -
trunk/dll/pathutil.h
r1199 r1241 20 20 #if !defined(OS2_INCLUDED) 21 21 #include <os2.h> 22 #else23 22 #endif 24 23 -
trunk/dll/presparm.h
r1226 r1241 16 16 #define PRESPARM_H 17 17 18 // PMBITMAP_INCLUDED - IBM Toolkit19 // INCL_GPIBITMAPS - OpenWatcom Toolkit20 // #if !defined(PMBITMAP_INCLUDED) && !defined(INCL_GPIBITMAPS)21 // typedef struct _RGB2 /* rgb2 */22 // {23 // BYTE bBlue; /* Blue component of the color definition */24 // BYTE bGreen; /* Green component of the color definition */25 // BYTE bRed; /* Red component of the color definition */26 // BYTE fcOptions; /* Reserved, must be zero */27 // }28 // RGB2;29 // typedef RGB2 *PRGB2;30 // #endif31 32 18 VOID CopyPresParams(HWND target, HWND source); 33 19 VOID PresParamChanged(HWND hwnd, CHAR * keyroot, MPARAM mp1, MPARAM mp2); -
trunk/dll/srchpath.c
r1212 r1241 12 12 20 Aug 07 GKY Move #pragma alloc_text to end for OpenWatcom compat 13 13 23 Aug 07 SHL Comments 14 04 Oct 08 JBS Make searchapath non-static 14 15 15 16 ***********************************************************************/ … … 24 25 #include "fm3dlg.h" 25 26 #include "fm3str.h" 27 #include "srchpath.h" 26 28 #include "pathutil.h" // BldQuotedFileName 27 29 #include "errutil.h" // Dos_Error... 28 #include "srchpath.h"29 30 #include "systemf.h" // runemf2 30 31 #include "notebook.h" // Data declaration(s) … … 33 34 34 35 // static CHAR *first_path(CHAR * path, CHAR * ret); 35 static CHAR *searchapath(CHAR * path, CHAR * filename);36 36 37 37 #pragma data_seg(DATA1) -
trunk/dll/srchpath.h
r1200 r1241 11 11 Change log 12 12 13 04 Oct 08 JBS Make searchapath function non-static 13 14 ***********************************************************************/ 14 15 … … 17 18 18 19 INT RunFM2Util(CHAR *appname, CHAR *filename); 20 CHAR *searchapath(CHAR * path, CHAR * filename); 19 21 CHAR *searchpath(CHAR * filename); 20 22
Note:
See TracChangeset
for help on using the changeset viewer.
