Skip to content

Commit cb0d512

Browse files
author
Oleh Kulykov
committed
1722246815
1 parent 8be5636 commit cb0d512

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

libplzma.h

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,7 @@
8080

8181
// If not using/building shared or static, then static
8282
#if !defined(LIBPLZMA_SHARED) && !defined(LIBPLZMA_STATIC)
83-
# if defined(LIBPLZMA_OS_WINDOWS) && defined(_DLL)
84-
# define LIBPLZMA_SHARED 1
85-
# else
86-
# define LIBPLZMA_STATIC 1
87-
# endif
83+
# define LIBPLZMA_STATIC 1
8884
#endif
8985

9086
// DLL api

0 commit comments

Comments
 (0)