Changeset 2243 for trunk/src/fastdep/os2fake.h
- Timestamp:
- Jan 10, 2009, 3:24:02 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/fastdep/os2fake.h
r7 r2243 1 1 /* $Id$ 2 * 2 * 3 3 * Structures, defines and function prototypes for the OS/2 fake library. 4 *5 * Copyright (c) 2001 knut st. osmundsen (knut.stange.osmundsen@mynd.no)6 4 * 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 8 8 * 9 9 */ 10 11 10 11 12 12 #ifndef _os2fake_h_ 13 13 #define _os2fake_h_ 14 14 15 15 16 16 /******************************************************************************* 17 17 * Defined Constants And Macros * 18 18 *******************************************************************************/ 19 19 #ifndef OS2ENTRY 20 #define OS2ENTRY 20 #define OS2ENTRY 21 21 #endif 22 22 … … 35 35 #define FIL_QUERYFULLNAME 5 36 36 #endif 37 37 38 38 #define FILE_NORMAL 0x0000 39 39 #define FILE_READONLY 0x0001 … … 94 94 #endif 95 95 #if !defined(_WINNT_) && !defined(PVOID) 96 typedef VOID * PVOID; 96 typedef VOID * PVOID; 97 97 #endif 98 98 … … 149 149 typedef struct _FILEFINDBUF3 /* findbuf3 */ 150 150 { 151 ULONG oNextEntryOffset; 151 ULONG oNextEntryOffset; 152 152 FDATE fdateCreation; 153 153 FTIME ftimeCreation; … … 158 158 ULONG cbFile; 159 159 ULONG cbFileAlloc; 160 ULONG attrFile; 160 ULONG attrFile; 161 161 UCHAR cchName; 162 162 CHAR achName[CCHMAXPATHCOMP];
Note:
See TracChangeset
for help on using the changeset viewer.