Remove all non-official LPC structures/defines/hardcoded hacks, and use actual correc...
[reactos.git] / reactos / include / reactos / helper.h
index 9341506..959c48f 100644 (file)
@@ -1,6 +1,7 @@
 #ifndef _HELPER_H
 #define _HELPER_H
+
+/* FIXME: clean this mess up and move to NDK */
 #define ROUNDUP(a,b)   ((((a)+(b)-1)/(b))*(b))
 #define ROUNDDOWN(a,b) (((a)/(b))*(b))
 #define ROUND_UP ROUNDUP