Fixed potential issue with trying to open AppxManifest with exclusive access.

master_legacy
John Simpson 4 years ago
parent 3b2ba7a22d
commit cb3b6b5b11

@ -600,7 +600,7 @@ void GloSC::on_pbUWP_clicked()
hr = SHCreateStreamOnFileEx(
pathBuf,
STGM_READ | STGM_SHARE_EXCLUSIVE,
STGM_READ,
0, // default file attributes
FALSE, // do not create new file
NULL, // no template

@ -59,7 +59,7 @@ private:
QList<UWPPair> uwp_pairs_;
constexpr static const unsigned int GLOSC_VERSION = 0x00000207; //Version Number in as bytes, just remove the dots.
constexpr static const unsigned int GLOSC_VERSION = 0x00000208; //Version Number in as bytes, just remove the dots.
int wide_x_ = 711;
int small_x_ = 302;

Binary file not shown.
Loading…
Cancel
Save