mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 08:55:19 +00:00
10 lines
130 B
C
10 lines
130 B
C
![]() |
|
||
|
#ifndef __WINE_NETAPI32_H__
|
||
|
#define __WINE_NETAPI32_H__
|
||
|
|
||
|
NET_API_STATUS
|
||
|
WINAPI
|
||
|
NetpNtStatusToApiStatus(NTSTATUS Status);
|
||
|
|
||
|
|
||
|
#endif
|