Ignore:
Timestamp:
Aug 16, 2002, 11:55:24 AM (23 years ago)
Author:
sandervl
Message:

update

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:16 sandervl Exp $ */
     1/* $Id: file.h,v 1.2 2002-08-16 09:55:24 sandervl Exp $ */
    22/*
    33 * File handling declarations
     
    2323
    2424#define IS_END_OF_NAME(ch)  (!(ch) || ((ch) == '/') || ((ch) == '\\'))
     25#define INVALID_DOS_CHARS  "*?<>|\"+=,;[] \345"
    2526
    2627/* DOS device descriptor */
Note: See TracChangeset for help on using the changeset viewer.