Changeset 4252 for trunk/include


Ignore:
Timestamp:
Sep 13, 2000, 10:58:29 PM (25 years ago)
Author:
sandervl
Message:

header updates

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 ktk Exp $ */
     1/* $Id: winioctl.h,v 1.2 2000-09-13 20:58:29 sandervl Exp $ */
    22
    33#ifndef __WINE_WINIOCTL_H
    44#define __WINE_WINIOCTL_H
    55
     6#ifndef OS2_INCLUDED
    67#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
    718
    819#define CTL_CODE( DeviceType, Function, Method, Access ) (                 \
Note: See TracChangeset for help on using the changeset viewer.