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:
-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