Changeset 9009 for trunk/include/win/file.h
- Timestamp:
- Aug 16, 2002, 11:55:24 AM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/file.h
r1631 r9009 1 /* $Id: file.h,v 1. 1 1999-11-08 13:46:16sandervl Exp $ */1 /* $Id: file.h,v 1.2 2002-08-16 09:55:24 sandervl Exp $ */ 2 2 /* 3 3 * File handling declarations … … 23 23 24 24 #define IS_END_OF_NAME(ch) (!(ch) || ((ch) == '/') || ((ch) == '\\')) 25 #define INVALID_DOS_CHARS "*?<>|\"+=,;[] \345" 25 26 26 27 /* DOS device descriptor */
Note:
See TracChangeset
for help on using the changeset viewer.