secur32: Bump minimal required samba version to 3.0.25, 3.0.24 is a bugfix release.

This commit is contained in:
Kai Blin 2007-02-05 17:35:04 +01:00 committed by Alexandre Julliard
parent c41e09e9a0
commit 809e4124d7
1 changed files with 1 additions and 1 deletions

View File

@ -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";