- Part one of major RTL cleanup. Merge duplicated code and stick everything in lib...
[reactos.git] / reactos / lib / rtl / crc32.c
similarity index 93%
rename from reactos/lib/ntdll/rtl/crc32.c
rename to reactos/lib/rtl/crc32.c
index c23f21e..4babe50 100644 (file)
@@ -1,11 +1,8 @@
-/*
- * COPYRIGHT:         See COPYING in the top level directory
- * PROJECT:           ReactOS kernel
- * PURPOSE:           crc32 functions
- * FILE:              lib/ntdll/rtl/crc32.c
- * PROGRAMER:         Steven Edwards
- * REVISION HISTORY:
- *                    11/15/2000: Created
+/* COPYRIGHT:       See COPYING in the top level directory
+ * PROJECT:         ReactOS system libraries
+ * PURPOSE:         crc32 functions
+ * FILE:            lib/rtl/crc32.c
+ * PROGRAMER:       Steven Edwards
  */
 
 /* This work is based off of rtl.c in Wine.
 
 /* INCLUDES *****************************************************************/
 
-#include <ntdll.h>
+#include <rtl.h>
+
 #define NDEBUG
 #include <debug.h>
-/* FUNCTIONS ****************************************************************/
+
+/* FUNCTIONS *****************************************************************/
 
 /* CRC polynomial 0xedb88320 */
 static const ULONG CrcTable[256] =