build: define PROGSHAREDIR to an empty string for UWP

Change-Id: Ice28ea19aa1e7597b90695ce4ba690b5860cd00f
Tuleap: #790
This commit is contained in:
atraczyk
2017-01-20 12:39:16 -05:00
parent d23a987eea
commit 23f4bdf7de

View File

@ -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 */