reactos/dll/win32/msgina
Oleg Dubinskiy 6bf7f83b2a
[MSGINA] Improve exports for all stubbed functions (#3256)
Since they are completely undocumented and unlikely will be implemented in ROS,
stubbing them only in spec file seems to be a better solution than adding wrong
prototypes.

Use `stdcall -stub` instead of `stub` and enable parameters of the functions.
This allows to properly load our msgina.dll in Windows XP/2003.

Although it still doesn't boot to desktop with dll replaced, but nevertheless
the system crash that was caused by stubbed functions does no longer happen.
2020-11-28 17:32:53 +03:00
..
lang [MSGINA][SYSSETUP] Implement Friendly UI shutdown dialog (#2762) 2020-08-25 22:52:17 +03:00
resources Happy New Year 2020 to everyone!! 2020-01-01 00:00:00 +01:00
CMakeLists.txt [CMAKE] Introduce the atl_classes interface library 2020-10-20 21:44:54 +02:00
dimmedwindow.cpp
gui.c [MSGINA] gui: Improve 'DlgData_Destroy()' 2020-07-11 01:44:26 +02:00
lsa.c [MSGINA] Fix copying the TokenSource string 2019-07-20 13:56:18 +02:00
msgina.c [MSGINA] Clear the password on logoff 2018-05-23 00:27:11 +02:00
msgina.h [MSGIINA] Make sure we do not leak bitmaps 2018-05-23 00:24:53 +02:00
msgina.rc [TRANSLATION] Add Hungarian translation for explorer, msgina (#2341) 2020-03-06 19:15:58 +01:00
msgina.spec [MSGINA] Improve exports for all stubbed functions (#3256) 2020-11-28 17:32:53 +03:00
resource.h [MSGINA][SYSSETUP] Implement Friendly UI shutdown dialog (#2762) 2020-08-25 22:52:17 +03:00
shutdown.c [MSGINA] Implement ShellTurnOffDialog (#3254) 2020-11-28 17:22:46 +03:00
stubs.c [MSGINA] Close the LSA handle on shutdown 2018-05-22 17:31:20 +02:00
tui.c