Changeset 3834 for branches/Grace/src/win32k/include/macros.h
- Timestamp:
- Jul 17, 2000, 12:43:41 AM (25 years ago)
- File:
-
- 1 edited
-
branches/Grace/src/win32k/include/macros.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/Grace/src/win32k/include/macros.h
r3485 r3834 1 /* $Id: macros.h,v 1.2 2000-05-03 10:46:07bird Exp $1 /* $Id: macros.h,v 1.2.4.1 2000-07-16 22:43:31 bird Exp $ 2 2 * 3 3 * Common macros for Win32k/Elf. … … 24 24 #define ALIGN(a, alignment) (((a) + (alignment - 1UL)) & ~(alignment - 1UL)) 25 25 26 /* 27 * Not referenced parameter warning fix. 28 */ 29 #define NOREF(a) (a=a) 26 30 27 31 /*
Note:
See TracChangeset
for help on using the changeset viewer.
