3 Aug
2023
3 Aug
'23
8:24 a.m.
Hans Leidekker (@hans) commented about include/ntsecapi.h:
typedef enum _SECURITY_LOGON_TYPE { + UndefinedLogonType = 0, Interactive = 2, Network, Batch, Service, - Proxy + Proxy, + Unlock, + NetworkCleartext, + NewCredentials, + /* _WIN32_WINNT >= 0x0501 */ + RemoteInteractive,
I don't think we need these comments in Wine. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/3494#note_41159