Changeset 4164 for trunk/src/win32k/include/macros.h
- Timestamp:
- Sep 2, 2000, 11:08:23 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/win32k/include/macros.h
r3485 r4164 1 /* $Id: macros.h,v 1. 2 2000-05-03 10:46:07bird Exp $1 /* $Id: macros.h,v 1.3 2000-09-02 21:08:02 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.