VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Setup
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2018-03-04 18:40:37 +0100
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2018-03-04 18:50:20 +0100
commit95d682a60f452967e225957268ebfc4726db747e (patch)
tree6fd73d5890f3938b5b075bd32473fe505a95925b /src/Setup
parent21ef23498946d9e39323919183e4f105baf5e993 (diff)
downloadVeraCrypt-95d682a60f452967e225957268ebfc4726db747e.tar.gz
VeraCrypt-95d682a60f452967e225957268ebfc4726db747e.zip
Windows: remove dependency to afxres.h header to allow build on community edition of Visual Studio.
Diffstat (limited to 'src/Setup')
-rw-r--r--src/Setup/Portable.rc2
-rw-r--r--src/Setup/Setup.rc2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/Setup/Portable.rc b/src/Setup/Portable.rc
index 2241f07c..b5574d30 100644
--- a/src/Setup/Portable.rc
+++ b/src/Setup/Portable.rc
@@ -7,7 +7,7 @@
//
// Generated from the TEXTINCLUDE 2 resource.
//
-#include "afxres.h"
+#include "winres.h"
#include "..\\common\\resource.h"
/////////////////////////////////////////////////////////////////////////////
diff --git a/src/Setup/Setup.rc b/src/Setup/Setup.rc
index e9f4c409..c1720e8b 100644
--- a/src/Setup/Setup.rc
+++ b/src/Setup/Setup.rc
@@ -7,7 +7,7 @@
//
// Generated from the TEXTINCLUDE 2 resource.
//
-#include "afxres.h"
+#include "winres.h"
#include "..\\common\\resource.h"
/////////////////////////////////////////////////////////////////////////////