secur32: Bump minimal required samba version to 3.0.25, 3.0.24 is a bugfix release.
This commit is contained in:
parent
c41e09e9a0
commit
809e4124d7
|
@ -36,7 +36,7 @@ WINE_DEFAULT_DEBUG_CHANNEL(secur32);
|
|||
#define NTLM_MAX_BUF 1904
|
||||
#define MIN_NTLM_AUTH_MAJOR_VERSION 3
|
||||
#define MIN_NTLM_AUTH_MINOR_VERSION 0
|
||||
#define MIN_NTLM_AUTH_MICRO_VERSION 24
|
||||
#define MIN_NTLM_AUTH_MICRO_VERSION 25
|
||||
|
||||
static CHAR ntlm_auth[] = "ntlm_auth";
|
||||
|
||||
|
|
Loading…
Reference in New Issue