Changeset 1162 for trunk/dll/valid.c
- Timestamp:
- Sep 5, 2008, 11:43:09 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/valid.c
r1104 r1162 41 41 #include "errutil.h" // Dos_Error... 42 42 #include "strutil.h" // GetPString 43 #include "valid.h" 43 44 #include "fm3dll.h" 44 45 45 46 static PSZ pszSrcFile = __FILE__; 47 48 //static BOOL IsDesktop(HAB hab, HWND hwnd); 49 //static BOOL IsFileSame(CHAR * filename1, CHAR * filename2); 46 50 47 51 APIRET MakeFullName(char *pszFileName) … … 180 184 } 181 185 186 #if 0 // JBS 182 187 BOOL IsDesktop(HAB hab, HWND hwnd) 183 188 { … … 191 196 return FALSE; 192 197 } 198 #endif 193 199 194 200 BOOL ParentIsDesktop(HWND hwnd, HWND hwndParent) … … 401 407 } 402 408 409 #if 0 // JBS 403 410 BOOL IsFileSame(CHAR * filename1, CHAR * filename2) 404 411 { … … 426 433 return FALSE; 427 434 } 435 #endif 428 436 429 437 INT IsFile(CHAR * filename)
Note:
See TracChangeset
for help on using the changeset viewer.