Changeset 1214 for trunk/dll/valid.c
- Timestamp:
- Sep 13, 2008, 8:53:34 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/valid.c
r1193 r1214 39 39 40 40 #include "fm3dll.h" 41 #include "treecnr.h" // Data declaration(s) 42 #include "info.h" // Data declaration(s) 43 #include "notebook.h" // Data declaration(s) 41 44 #include "fm3str.h" 42 45 #include "errutil.h" // Dos_Error... … … 45 48 #include "dirs.h" // save_dir2 46 49 #include "strips.h" // bstrip 47 48 static PSZ pszSrcFile = __FILE__; 50 #include "init.h" // GetTidForWindow 51 49 52 50 53 //static BOOL IsDesktop(HAB hab, HWND hwnd); 51 54 //static BOOL IsFileSame(CHAR * filename1, CHAR * filename2); 52 55 //static char *IsVowel(char a); 56 57 // Data definitions 58 static PSZ pszSrcFile = __FILE__; 59 60 #pragma data_seg(GLOBAL2) 61 CHAR *CDFS; 62 CHAR *FAT32; 63 CHAR *HPFS; 64 CHAR *HPFS386; 65 CHAR *ISOFS; 66 CHAR *JFS; 67 CHAR *NDFS32; 68 CHAR *NTFS; 69 CHAR *RAMFS; 53 70 54 71 APIRET MakeFullName(char *pszFileName)
Note:
See TracChangeset
for help on using the changeset viewer.