mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 00:45:24 +00:00
10 lines
No EOL
130 B
C
10 lines
No EOL
130 B
C
|
|
#ifndef __WINE_NETAPI32_H__
|
|
#define __WINE_NETAPI32_H__
|
|
|
|
NET_API_STATUS
|
|
WINAPI
|
|
NetpNtStatusToApiStatus(NTSTATUS Status);
|
|
|
|
|
|
#endif |