Changeset 2064 for trunk/include/os2wrap.h
- Timestamp:
- Dec 13, 1999, 3:31:12 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/os2wrap.h
r1843 r2064 1 /* $Id: os2wrap.h,v 1.1 0 1999-11-26 00:04:30 sandervlExp $ */1 /* $Id: os2wrap.h,v 1.11 1999-12-13 14:31:12 achimha Exp $ */ 2 2 #ifndef __OS2WRAP_H__ 3 3 #define __OS2WRAP_H__ … … 1949 1949 #define DosQueryNPipeSemState _DosQueryNPipeSemState 1950 1950 1951 //AH: Different definition in 4.5 toolkit headers!!! 1952 //we don't need it so far, so let's just remove it for now 1953 #ifdef 0 1951 1954 inline ULONG _DosRawReadNPipe(PCSZ a, ULONG b, PULONG c, PVOID d) 1952 1955 { … … 1962 1965 #undef DosRawReadNPipe 1963 1966 #define DosRawReadNPipe _DosRawReadNPipe 1967 #endif 1964 1968 1965 1969 inline ULONG _DosRawWriteNPipe(PCSZ a, ULONG b)
Note:
See TracChangeset
for help on using the changeset viewer.