Changeset 1187 for trunk/dll/valid.c
- Timestamp:
- Sep 10, 2008, 11:58:04 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/valid.c
r1162 r1187 38 38 #define INCL_LONGLONG 39 39 40 #include "fm3dll.h" 40 41 #include "fm3str.h" 41 42 #include "errutil.h" // Dos_Error... 42 43 #include "strutil.h" // GetPString 43 44 #include "valid.h" 44 #include "fm3dll.h" 45 #include "dirs.h" // save_dir2 46 #include "strips.h" // bstrip 45 47 46 48 static PSZ pszSrcFile = __FILE__; … … 48 50 //static BOOL IsDesktop(HAB hab, HWND hwnd); 49 51 //static BOOL IsFileSame(CHAR * filename1, CHAR * filename2); 52 //static char *IsVowel(char a); 50 53 51 54 APIRET MakeFullName(char *pszFileName) … … 943 946 } 944 947 948 #if 0 // JBS 945 949 char *IsVowel(char a) 946 950 { 947 951 return (strchr("aeiouAEIOU", a) != NULL) ? "n" : NullStr; 948 952 } 953 #endif 949 954 950 955 VOID GetDesktopName(CHAR * objectpath, ULONG size)
Note:
See TracChangeset
for help on using the changeset viewer.