mirror of
https://github.com/modernw/App-Installer-For-Windows-8.x-Reset.git
synced 2026-04-11 17:57:19 +10:00
Remove unused mmsyscom include from appxinfo.h
Drop the #include <mmsyscom.h> line from appinstaller/appxinfo.h to eliminate an unnecessary dependency and reduce potential compilation issues. No functional changes to code behavior.
This commit is contained in:
@@ -11,7 +11,6 @@
|
|||||||
#include <locale>
|
#include <locale>
|
||||||
#include "nstring.h"
|
#include "nstring.h"
|
||||||
#include "../priformatcli/priformatcli.h"
|
#include "../priformatcli/priformatcli.h"
|
||||||
#include <mmsyscom.h>
|
|
||||||
#include "../pkgread/pkgread.h"
|
#include "../pkgread/pkgread.h"
|
||||||
|
|
||||||
static std::string ws2utf8 (const std::wstring &ws)
|
static std::string ws2utf8 (const std::wstring &ws)
|
||||||
|
|||||||
Reference in New Issue
Block a user