mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-12 22:09:25 +08:00
build: define PROGSHAREDIR to an empty string for UWP
Change-Id: Ice28ea19aa1e7597b90695ce4ba690b5860cd00f Tuleap: #790
This commit is contained in:
@ -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 */
|
||||
|
||||
|
Reference in New Issue
Block a user