From 5580fb7dd7ef08395d11180dd5265615aec24cff Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Sat, 25 Nov 2000 01:21:56 +0000 Subject: [PATCH] Added pow() forward. --- dlls/ntdll/ntdll.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/ntdll/ntdll.spec b/dlls/ntdll/ntdll.spec index ad0c4bca518..8a93ca81da2 100644 --- a/dlls/ntdll/ntdll.spec +++ b/dlls/ntdll/ntdll.spec @@ -925,7 +925,7 @@ debug_channels (aspi atom cdrom console ddraw debug delayhlp dll dosfs dosmem @ cdecl memcpy(ptr ptr long) memcpy @ cdecl memmove(ptr ptr long) memmove @ cdecl memset(ptr long long) memset -@ stub pow +@ cdecl pow(double double) pow @ stub qsort @ stub sin @ varargs sprintf(str str) sprintf