MSIX: implement initial msix installer

This commit is contained in:
yuyoyuppe
2019-12-18 13:19:15 +03:00
committed by yuyoyuppe
parent b58d4e306a
commit 860087d291
12 changed files with 105 additions and 0 deletions

3
src/common/winstore.h Normal file
View File

@@ -0,0 +1,3 @@
#pragma once
bool running_as_packaged();