Ignore:
Timestamp:
Jan 16, 2003, 4:20:54 PM (23 years ago)
Author:
sandervl
Message:

PF: Changes for building ntdll with GCC

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/win/ntddk.h

    r9673 r9683  
    10681068DWORD WINAPI RtlIntegerToChar(DWORD x1,DWORD x2,DWORD x3,DWORD x4);
    10691069LPVOID WINAPI RtlNormalizeProcessParams(LPVOID x);
    1070 DWORD WINAPI RtlNtStatusToDosError(DWORD error);
     1070DWORD WINAPI RtlNtStatusToDosError(NTSTATUS status);
    10711071BOOLEAN WINAPI RtlGetNtProductType(LPDWORD type);
    10721072PIMAGE_NT_HEADERS WINAPI RtlImageNtHeader(HMODULE hModule);
Note: See TracChangeset for help on using the changeset viewer.