Changeset 4252 for trunk/include
- Timestamp:
- Sep 13, 2000, 10:58:29 PM (25 years ago)
- Location:
- trunk/include/win
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/winioctl.h
r4 r4252 1 /* $Id: winioctl.h,v 1. 1 1999-05-24 20:19:22 ktkExp $ */1 /* $Id: winioctl.h,v 1.2 2000-09-13 20:58:29 sandervl Exp $ */ 2 2 3 3 #ifndef __WINE_WINIOCTL_H 4 4 #define __WINE_WINIOCTL_H 5 5 6 #ifndef OS2_INCLUDED 6 7 #include "winnt.h" 8 #else 9 #ifndef FILE_READ_DATA 10 #define FILE_READ_DATA 0x0001 /* file & pipe */ 11 #endif 12 13 #ifndef FILE_WRITE_DATA 14 #define FILE_WRITE_DATA 0x0002 /* file & pipe */ 15 #endif 16 17 #endif 7 18 8 19 #define CTL_CODE( DeviceType, Function, Method, Access ) ( \
Note:
See TracChangeset
for help on using the changeset viewer.