Fix some ntoskrnl things, like using Rtl instead of RosRtl, and undefining ROUND...
[reactos.git] / reactos / ntoskrnl / cc / pin.c
index f196e1b..6e051f9 100644 (file)
@@ -16,8 +16,6 @@
 
 /* GLOBALS *******************************************************************/
 
-#define ROUND_DOWN(N, S) ((N) - ((N) % (S)))
-
 extern NPAGED_LOOKASIDE_LIST iBcbLookasideList;
 
 /* FUNCTIONS *****************************************************************/