Ignore:
Timestamp:
Jan 10, 2009, 3:24:02 AM (17 years ago)
Author:
bird
Message:

*: Updated copyright to 2009 and normalized name & email.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/fastdep/os2fake.h

    r7 r2243  
    11/* $Id$
    2  * 
     2 *
    33 * Structures, defines and function prototypes for the OS/2 fake library.
    4  *
    5  * Copyright (c) 2001 knut st. osmundsen (knut.stange.osmundsen@mynd.no)
    64 *
    7  * Project Odin Software License can be found in LICENSE.TXT
     5 * Copyright (c) 2001-2009 knut st. osmundsen (knut.stange.osmundsen@mynd.no)
     6 *
     7 * GPL
    88 *
    99 */
    10  
    11  
     10
     11
    1212#ifndef _os2fake_h_
    1313#define _os2fake_h_
    1414
    15                    
     15
    1616/*******************************************************************************
    1717*   Defined Constants And Macros                                               *
    1818*******************************************************************************/
    1919#ifndef OS2ENTRY
    20 #define OS2ENTRY   
     20#define OS2ENTRY
    2121#endif
    2222
     
    3535#define FIL_QUERYFULLNAME       5
    3636#endif
    37    
     37
    3838#define FILE_NORMAL             0x0000
    3939#define FILE_READONLY           0x0001
     
    9494#endif
    9595#if !defined(_WINNT_) && !defined(PVOID)
    96 typedef VOID *          PVOID; 
     96typedef VOID *          PVOID;
    9797#endif
    9898
     
    149149typedef struct _FILEFINDBUF3    /* findbuf3 */
    150150{
    151     ULONG   oNextEntryOffset;   
     151    ULONG   oNextEntryOffset;
    152152    FDATE   fdateCreation;
    153153    FTIME   ftimeCreation;
     
    158158    ULONG   cbFile;
    159159    ULONG   cbFileAlloc;
    160     ULONG   attrFile;           
     160    ULONG   attrFile;
    161161    UCHAR   cchName;
    162162    CHAR    achName[CCHMAXPATHCOMP];
Note: See TracChangeset for help on using the changeset viewer.