Ignore:
Timestamp:
Feb 19, 2001, 6:45:12 AM (25 years ago)
Author:
bird
Message:

Added DosAllocMemEx flags.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/win32k.h

    r5118 r5178  
    1 /* $Id: win32k.h,v 1.6 2001-02-11 23:43:22 bird Exp $
     1/* $Id: win32k.h,v 1.7 2001-02-19 05:45:12 bird Exp $
    22 *
    33 * Top level make file for the Win32k library.
     
    3636 */
    3737#define ELF_DUMMY               0x01
     38
     39
     40/*
     41 * DosAllocMemEx - Extra (bsememf.h) flag definitions.
     42 */
     43#define OBJ_ALIGNDEFAULT        0x00000000UL
     44#define OBJ_ALIGN64K            0x10000000UL
     45#define OBJ_ALIGNPAGE           0x20000000UL
     46#define OBJ_ALIGNMASK           0x30000000UL
     47#define OBJ_LOCATION            0x80000000UL
     48#ifndef OBJ_SELMAPALL
     49#define OBJ_SELMAPALL           0x00000800UL    /* This isn't ours. It just a dropout form bsememf.h */
     50#endif
    3851
    3952
Note: See TracChangeset for help on using the changeset viewer.