appveyor: /constexpr/const/

This commit is contained in:
Daniel Marjamäki 2019-04-10 21:27:07 +02:00
parent cb55ccb9b0
commit 3c1f6ae5c2
1 changed files with 4 additions and 0 deletions

View File

@ -25,6 +25,10 @@
#include "projectfile.h"
#include "common.h"
#ifdef _MSC_VER
#define constexpr const // TODO what handling of constexpr is there is MSC
#endif
static constexpr char ProjectElementName[] = "project";
static constexpr char ProjectVersionAttrib[] = "version";
static constexpr char ProjectFileVersion[] = "1";