Ignore:
Timestamp:
Sep 1, 1999, 5:01:53 PM (26 years ago)
Author:
phaller
Message:

Fix: definition PSZ in HandleManager

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/HandleManager.h

    r689 r776  
    1 /* $Id: HandleManager.h,v 1.9 1999-08-25 14:26:21 sandervl Exp $ */
     1/* $Id: HandleManager.h,v 1.10 1999-09-01 15:01:53 phaller Exp $ */
    22
    33/*
     
    3232 *****************************************************************************/
    3333
    34 #ifdef _OS2WIN_H
    35 #include <winos2def.h>
    36 #else
    37 typedef struct {
     34#ifndef __WINE_WINDEF_H
     35typedef struct
     36{
    3837    DWORD    Internal;
    3938    DWORD    InternalHigh;
     
    4342} OVERLAPPED, *POVERLAPPED, *LPOVERLAPPED;
    4443#endif
     44
     45
     46//LPSECURITY_ATTRIBUTES
    4547
    4648
     
    275277                DWORD size_high, /* [in] High-order 32 bits of object size */
    276278                DWORD size_low,  /* [in] Low-order 32 bits of object size */
    277                 LPCSTR name);    /* [in] Name of file-mapping object */ 
     279                LPCSTR name);    /* [in] Name of file-mapping object */
    278280
    279281HANDLE HMOpenFileMapping(
Note: See TracChangeset for help on using the changeset viewer.