Changeset 1251 for trunk/include


Ignore:
Timestamp:
Oct 11, 1999, 10:15:48 PM (26 years ago)
Author:
sandervl
Message:

wrc fix + updates

Location:
trunk/include
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/win/winbase.h

    r1118 r1251  
    1 /* $Id: winbase.h,v 1.6 1999-10-04 09:55:50 sandervl Exp $ */
     1/* $Id: winbase.h,v 1.7 1999-10-11 20:15:47 sandervl Exp $ */
    22
    33#ifndef __WINE_WINBASE_H
     
    408408#define LMEM_LOCKCOUNT      0x00FF
    409409
    410 #define LPTR (LMEM_FIXED | LMEM_ZEROINIT)
     410#define LHND                (LMEM_MOVEABLE | LMEM_ZEROINIT)
     411#define LPTR                (LMEM_FIXED | LMEM_ZEROINIT)
     412
     413#define NONZEROLHND         (LMEM_MOVEABLE)
     414#define NONZEROLPTR         (LMEM_FIXED)
    411415
    412416#define GMEM_FIXED          0x0000
  • trunk/include/win/windef.h

    r1118 r1251  
    1 /* $Id: windef.h,v 1.14 1999-10-04 09:55:51 sandervl Exp $ */
     1/* $Id: windef.h,v 1.15 1999-10-11 20:15:48 sandervl Exp $ */
    22
    33/*
     
    513513#define __max(a,b) MAX(a,b)
    514514#define __min(a,b) MIN(a,b)
     515#ifndef RC_INVOKED
    515516#include <stdlib.h>
     517#endif
    516518
    517519#define _MAX_PATH  260
  • trunk/include/win/winnt.h

    r4 r1251  
    1 /* $Id: winnt.h,v 1.1 1999-05-24 20:19:22 ktk Exp $ */
     1/* $Id: winnt.h,v 1.2 1999-10-11 20:15:48 sandervl Exp $ */
    22
    33/*
     
    791791#define SACL_SECURITY_INFORMATION   0x00000008
    792792
     793#define UNREFERENCED_PARAMETER(P)          (P)
     794
    793795#include "poppack.h"
    794796
Note: See TracChangeset for help on using the changeset viewer.