Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/premake-4.x-stable.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Schneider <oliver@assarbad.net>2019-11-05 01:00:39 +0300
committerOliver Schneider <oliver@assarbad.net>2019-11-05 01:00:39 +0300
commitcb37cf2f3f9552d47a0070cd06c8e7c2bc931b76 (patch)
tree982e02bf77c8eec8a42819ced0209560169f3b90
parent50d732a1cfe96b90d83e0714db3f1c40ff992275 (diff)
Little reminder for myself and others
--HG-- branch : vs2019_support
-rw-r--r--src/host/premake4.rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/host/premake4.rc b/src/host/premake4.rc
index deb8a51..aac4c27 100644
--- a/src/host/premake4.rc
+++ b/src/host/premake4.rc
@@ -3,7 +3,7 @@
#endif //APSTUDIO_INVOKED
#include <winnt.rh>
-#include <verrsrc.h>
+#include <verrsrc.h> /* if this header is missing you should integrate the Windows 7 SP1 SDK in VS2005, later toolchains should have this file anyway */
#ifdef HAVE_HGTIP
# include "hgtip.h"
#endif