reactos/dll/win32/winsta
Oleg Dubinskiy 965e17dbc4 [WINSTA] Export WinStationRedirectErrorMessage (#2072)
Add export for WinStationRedirectErrorMessage() function in Winsta. We already have a stub for this function in dll/win32/winsta/logon.c, but for some reason it is not exported.
Required by MS Winlogon with Win32SS and some other needed dlls replaced. Now it fails due to missing WinStationCanLogonProceed, for which we currently haven't a stub.

This function has been introduced with Win2k3 SP1 (and exists in SP2 as well), see http://blog.airesoft.co.uk/apichanges/changes-Server2003%20SP0-To-Server2003%20SP1.xml#winsta.dll

JIRA issue: CORE-16458
2019-11-29 14:51:04 +01:00
..
CMakeLists.txt
logon.c
main.c
misc.c
query.c
security.c
server.c
winsta.h
winsta.rc
winsta.spec [WINSTA] Export WinStationRedirectErrorMessage (#2072) 2019-11-29 14:51:04 +01:00
ws.c