X-Git-Url: http://git.jankratochvil.net/?p=reactos.git;a=blobdiff_plain;f=ntoskrnl%2Frtl%2Flargeint.c;h=b6f0b1f3e3d1ff7f393ad829108bdcf1c63856e9;hp=de584b8b7bfb842f44b068032829f9ae746105fc;hb=c190c0dcbed8b68b2e9aeed49cc6282a071afa93;hpb=4e858b76943515a0a79dc2cb98476582452ec71c diff --git a/ntoskrnl/rtl/largeint.c b/ntoskrnl/rtl/largeint.c index de584b8..b6f0b1f 100644 --- a/ntoskrnl/rtl/largeint.c +++ b/ntoskrnl/rtl/largeint.c @@ -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 */