1
0
Fork 0
libreoffice/external/zxcvbn-c/zxcvbn-c-2.5-do-not-use-stdafx.patch
Daniel Baumann 8e63e14cf6
Adding upstream version 4:25.2.3.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-22 16:20:04 +02:00

13 lines
286 B
Diff

--- a/zxcvbn-c/zxcvbn.c
+++ b/zxcvbn-c/zxcvbn.c
@@ -44,11 +44,6 @@
#endif
#endif
-/* For pre-compiled headers under windows */
-#ifdef _WIN32
-#include "stdafx.h"
-#endif
-
/* Minimum number of characters in a incrementing/decrementing sequence match */
#define MIN_SEQUENCE_LEN 3