Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenksuser.h
Go to the documentation of this file.
00001 #pragma once 00002 00003 #define _KSDDK_ 00004 00005 #define WIN32_NO_STATUS 00006 #include <windows.h> 00007 #include <ndk/iofuncs.h> 00008 #include <ndk/obtypes.h> 00009 #include <ndk/rtlfuncs.h> 00010 00011 00012 #include <ks.h> 00013 00014 #define ROUND_DOWN(n, align) \ 00015 (((ULONG)n) & ~((align) - 1l)) 00016 00017 #define ROUND_UP(n, align) \ 00018 ROUND_DOWN(((ULONG)n) + (align) - 1, (align)) Generated on Mon May 28 2012 04:21:22 for ReactOS by
1.7.6.1
|