summaryrefslogtreecommitdiff
path: root/lib/smb.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2023-02-24 00:45:16 +0100
committerDaniel Stenberg <daniel@haxx.se>2023-02-24 17:05:33 +0100
commit835682661c7a36b0e860c978204e8cd9b033be45 (patch)
tree606e64e9bc9d563abafe4b20f47d63ed23b6f5ea /lib/smb.c
parent9672cc640ce7e38b5abcd69a5b80bd972bc0aff3 (diff)
downloadcurl-835682661c7a36b0e860c978204e8cd9b033be45.tar.gz
misc: remove support for curl_off_t < 8 bytes
Closes #10597
Diffstat (limited to 'lib/smb.c')
-rw-r--r--lib/smb.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/smb.c b/lib/smb.c
index dc0abe784..076200472 100644
--- a/lib/smb.c
+++ b/lib/smb.c
@@ -25,8 +25,7 @@
#include "curl_setup.h"
-#if !defined(CURL_DISABLE_SMB) && defined(USE_CURL_NTLM_CORE) && \
- (SIZEOF_CURL_OFF_T > 4)
+#if !defined(CURL_DISABLE_SMB) && defined(USE_CURL_NTLM_CORE)
#define BUILDING_CURL_SMB_C