Changeset 6090 for trunk/src/kernel32/oslibdos.h
- Timestamp:
- Jun 24, 2001, 4:13:05 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/oslibdos.h
r6053 r6090 1 /* $Id: oslibdos.h,v 1.3 2 2001-06-20 20:51:59sandervl Exp $ */1 /* $Id: oslibdos.h,v 1.33 2001-06-24 14:13:05 sandervl Exp $ */ 2 2 3 3 /* … … 77 77 BOOL OSLibDosClose(DWORD hFile); 78 78 BOOL OSLibDosDelete(char *lpszFileName); 79 BOOL OSLibDosCopyFile(LPCSTR lpszOldFile, LPCSTR lpszNewFile, BOOL fFailIfExist); 80 BOOL OSLibDosMoveFile(LPCSTR lpszOldFile, LPCSTR lpszNewFile); 81 BOOL OSLibDosRemoveDir(LPCSTR lpszDir); 79 82 80 83 #define OSLIB_SETPTR_FILE_CURRENT 0
Note:
See TracChangeset
for help on using the changeset viewer.