+ntoskrnl/rtl/largeint.c
[reactos.git] / ntoskrnl / rtl / largeint.c
index de584b8..b6f0b1f 100644 (file)
@@ -19,6 +19,8 @@
 
 /* FUNCTIONS *****************************************************************/
 
+#ifndef LIBCAPTIVE
+
 LARGE_INTEGER
 STDCALL
 RtlConvertLongToLargeInteger (
@@ -131,6 +133,8 @@ RtlExtendedMagicDivide (LARGE_INTEGER       Dividend,
   return(Result);
 }
 
+#endif /* LIBCAPTIVE */
+
 LARGE_INTEGER
 STDCALL
 RtlLargeIntegerAdd (
@@ -145,6 +149,8 @@ RtlLargeIntegerAdd (
        return RC;
 }
 
+#ifndef LIBCAPTIVE
+
 LARGE_INTEGER
 STDCALL
 RtlLargeIntegerArithmeticShift (
@@ -248,4 +254,6 @@ RtlLargeIntegerSubtract (
        return RC;
 }
 
+#endif /* LIBCAPTIVE */
+
 /* EOF */