mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
[NETAPI32] Revert workaround for union _WKSTA_USER_INFO
Addendum to f2f057c0a1
This commit is contained in:
@@ -1145,7 +1145,7 @@ NetWkstaUserGetInfo(
|
||||
{
|
||||
status = NetrWkstaUserGetInfo(NULL,
|
||||
level,
|
||||
(LPWKSTA_USER_INFO*)bufptr);
|
||||
(LPWKSTA_USER_INFO)bufptr);
|
||||
}
|
||||
RpcExcept(EXCEPTION_EXECUTE_HANDLER)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user