Changeset 278 for trunk/include/win/windef.h
- Timestamp:
- Jul 6, 1999, 5:48:48 PM (26 years ago)
- File:
-
- 1 edited
-
trunk/include/win/windef.h (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/windef.h
r13 r278 1 /* $Id: windef.h,v 1. 2 1999-05-31 17:04:19phaller Exp $ */1 /* $Id: windef.h,v 1.3 1999-07-06 15:48:44 phaller Exp $ */ 2 2 3 3 /* … … 97 97 #endif 98 98 99 #ifndef pascal 99 #ifndef pascal 100 100 #define pascal __stdcall 101 101 #endif … … 468 468 /* Macros to access unaligned or wrong-endian WORDs and DWORDs. */ 469 469 /* 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 471 471 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 475 475 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 477 477 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. */ 479 479 480 480 #if 1 … … 618 618 { 619 619 LONG left; 620 LONG top; 620 LONG top; 621 621 LONG right; 622 622 LONG bottom;
Note:
See TracChangeset
for help on using the changeset viewer.
