From 23f4bdf7dee758e1a7dedcce3f8cb8baf606de77 Mon Sep 17 00:00:00 2001 From: atraczyk <andreastraczyk@gmail.com> Date: Fri, 20 Jan 2017 12:39:16 -0500 Subject: [PATCH] build: define PROGSHAREDIR to an empty string for UWP Change-Id: Ice28ea19aa1e7597b90695ce4ba690b5860cd00f Tuleap: #790 --- MSVC/config.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/MSVC/config.h b/MSVC/config.h index 6dc8524dc2..b1e3bf138b 100644 --- a/MSVC/config.h +++ b/MSVC/config.h @@ -202,6 +202,9 @@ STACK_DIRECTION = 0 => direction of growth unknown */ /* Version number of package */ #define VERSION "2.3.0" +// UWP compatability +#define PROGSHAREDIR "" + /* Define to limit the scope of <windows.h>. */ /* #undef WIN32_LEAN_AND_MEAN */ -- GitLab