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

wrc fix + updates

File:
1 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
Note: See TracChangeset for help on using the changeset viewer.