summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/win32/git2.rc6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/win32/git2.rc b/src/win32/git2.rc
index 436913228..10a07ac7b 100644
--- a/src/win32/git2.rc
+++ b/src/win32/git2.rc
@@ -1,10 +1,8 @@
#include <winver.h>
#include "../../include/git2/version.h"
-#ifndef INCLUDE_LIB
-#define LIBGIT2_FILENAME "git2.dll"
-#else
-#define LIBGIT2_FILENAME "libgit2.dll"
+#ifndef LIBGIT2_FILENAME
+# define LIBGIT2_FILENAME "git2.dll"
#endif
VS_VERSION_INFO VERSIONINFO MOVEABLE IMPURE LOADONCALL DISCARDABLE