Skip to content

Commit 6ba6c47

Browse files
committed
[RTL]
- Fix RtlIpv4StringToAddressW definition svn path=/branches/aicom-network-branch/; revision=53058
1 parent e3e917f commit 6ba6c47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rtl/network.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ NTSTATUS
105105
NTAPI
106106
RtlIpv4StringToAddressW(IN PCWSTR String,
107107
IN BOOLEAN Strict,
108-
OUT LPTSTR *Terminator,
108+
OUT LPWSTR *Terminator,
109109
OUT struct in_addr *Addr)
110110
{
111111
UNIMPLEMENTED;

0 commit comments

Comments
 (0)