Ignore:
Timestamp:
Jul 6, 1999, 5:48:48 PM (26 years ago)
Author:
phaller
Message:

Add: HandleManager support for kernel objects, various fixes

File:
1 edited

Legend:

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

    r13 r278  
    1 /* $Id: windef.h,v 1.2 1999-05-31 17:04:19 phaller Exp $ */
     1/* $Id: windef.h,v 1.3 1999-07-06 15:48:44 phaller Exp $ */
    22
    33/*
     
    9797#endif
    9898
    99 #ifndef pascal 
     99#ifndef pascal
    100100  #define pascal      __stdcall
    101101#endif
     
    468468/* Macros to access unaligned or wrong-endian WORDs and DWORDs. */
    469469/* Note: These macros are semantically broken, at least for wrc.  wrc
    470    spits out data in the platform's current binary format, *not* in 
     470   spits out data in the platform's current binary format, *not* in
    471471   little-endian format.  These macros are used throughout the resource
    472    code to load and store data to the resources.  Since it is unlikely 
    473    that we'll ever be dealing with little-endian resource data, the 
    474    byte-swapping nature of these macros has been disabled.  Rather than 
     472   code to load and store data to the resources.  Since it is unlikely
     473   that we'll ever be dealing with little-endian resource data, the
     474   byte-swapping nature of these macros has been disabled.  Rather than
    475475   remove the use of these macros from the resource loading code, the
    476    macros have simply been disabled.  In the future, someone may want 
     476   macros have simply been disabled.  In the future, someone may want
    477477   to reactivate these macros for other purposes.  In that case, the
    478    resource code will have to be modified to use different macros. */ 
     478   resource code will have to be modified to use different macros. */
    479479
    480480#if 1
     
    618618{
    619619    LONG left;
    620     LONG top; 
     620    LONG top;
    621621    LONG right;
    622622    LONG bottom;
Note: See TracChangeset for help on using the changeset viewer.