Ignore:
Timestamp:
Mar 15, 2001, 9:03:10 PM (24 years ago)
Author:
bird
Message:

Defines OBJ_ANY if it doesn't exists.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/win32k.h

    r5219 r5319  
    1 /* $Id: win32k.h,v 1.10 2001-02-21 07:41:24 bird Exp $
     1/* $Id: win32k.h,v 1.11 2001-03-15 20:03:10 bird Exp $
    22 *
    33 * Top level make file for the Win32k library.
     
    5252#define OBJ_LOCATION            0x80000000UL
    5353#ifndef OBJ_SELMAPALL
    54 #define OBJ_SELMAPALL           0x00000800UL    /* This isn't ours. It just a dropout form bsememf.h */
     54#define OBJ_SELMAPALL           0x00000800UL    /* This isn't ours. It just a dropout from bsememf.h */
    5555#endif
    56 
     56#ifndef OBJ_ANY
     57#define OBJ_ANY                 0x00000400UL    /* This isn't ours. It just no present in all toolkits. */
     58#endif
    5759
    5860/*
Note: See TracChangeset for help on using the changeset viewer.