diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2018-03-04 18:40:37 +0100 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2018-03-04 18:50:20 +0100 |
commit | 95d682a60f452967e225957268ebfc4726db747e (patch) | |
tree | 6fd73d5890f3938b5b075bd32473fe505a95925b /src/Common/Common.rc | |
parent | 21ef23498946d9e39323919183e4f105baf5e993 (diff) | |
download | VeraCrypt-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/Common/Common.rc')
-rw-r--r-- | src/Common/Common.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Common/Common.rc b/src/Common/Common.rc index c5c9614f..af93b8d8 100644 --- a/src/Common/Common.rc +++ b/src/Common/Common.rc @@ -7,7 +7,7 @@ // // Generated from the TEXTINCLUDE 2 resource. // -#include "afxres.h" +#include "winres.h" ///////////////////////////////////////////////////////////////////////////// #undef APSTUDIO_READONLY_SYMBOLS |