Skip to content
Snippets Groups Projects
Commit 63f5f038a00c authored by Lasse Collin's avatar Lasse Collin
Browse files

Windows: Fix building of resource files when config.h isn't used.

Now CMake + Visual Studio works for building liblzma.dll.

Thanks to Markus Rickert.
parent edfa6f1abe63
No related branches found
No related tags found
No related merge requests found
......@@ -6,4 +6,5 @@
*/
#include <winresrc.h>
#ifdef HAVE_CONFIG_H
# include "config.h"
......@@ -9,4 +10,5 @@
# include "config.h"
#endif
#define LZMA_H_INTERNAL
#define LZMA_H_INTERNAL_RC
#include "lzma/version.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment