Ignore:
Timestamp:
Feb 21, 2002, 11:52:43 PM (24 years ago)
Author:
sandervl
Message:

update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/NTDLL/rtl.cpp

    r6372 r7983  
    1 /* $Id: rtl.cpp,v 1.13 2001-07-20 15:39:47 sandervl Exp $ */
     1/* $Id: rtl.cpp,v 1.14 2002-02-21 22:52:42 sandervl Exp $ */
    22
    33/*
     
    2929#include "stackframe.h"
    3030#include "ntddk.h"
    31 #include "imagehlp.h"
    3231#include "winreg.h"
    3332#include "heapstring.h"
     
    334333 * FIXME: prototype guessed
    335334 */
    336 BOOLEAN WINAPI RtlDestroyHeap(HANDLE Heap)
     335HANDLE WINAPI RtlDestroyHeap( HANDLE Heap )
    337336{
    338337  dprintf(("NTDLL: RtlDestroyHeap(%08xh)\n",
     
    505504
    506505
    507 /******************************************************************************
    508  * RtlEnlargedIntegerMultiply [NTDLL.341]
    509  * Note: This even works, since gcc returns 64bit values in eax/edx just like
    510  * the caller expects. However... The relay code won't grok this I think.
    511  *
    512  * @@@PH: Parameters are unknown
    513  */
    514 /* longlong in VAC++ ? */
    515 
    516 extern INT WINAPI RtlEnlargedIntegerMultiply(INT factor1,
    517                                              INT factor2);
    518 
    519506
    520507/******************************************************************************
    521508 *  RtlFormatCurrentUserKeyPath             [NTDLL.371]
    522509 */
    523 DWORD WINAPI RtlFormatCurrentUserKeyPath(PUNICODE_STRING pustrKeyPath)
     510NTSTATUS WINAPI RtlFormatCurrentUserKeyPath(IN OUT PUNICODE_STRING pustrKeyPath)
    524511{
    525512  dprintf(("NTDLL: RtlFormatCurrentUserKeyPath(%08xh) not correctly implemented.\n",
Note: See TracChangeset for help on using the changeset viewer.