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.