mirror of
https://github.com/modernw/App-Installer-For-Windows-8.x-Reset.git
synced 2026-04-11 17:57:19 +10:00
Use external headers; remove local header links
Replace local header placeholders in appinstaller with direct references to upstream headers. Deleted the gitlink/header stubs (certmgr.h, notice.h, pkgmgr.h, pkgread.h, priformatcli.h) from appinstaller, updated main.cpp and appxinfo.h to include the ../path to those headers, and adjusted appinstaller.vcxproj.filters to point to the new locations. Cleans up redundant local links and ensures the project references the original header files.
This commit is contained in:
@@ -72,6 +72,12 @@
|
||||
<ClInclude Include="appxinfo.h">
|
||||
<Filter>头文件</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="localeex.h">
|
||||
<Filter>头文件</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="bridge.h">
|
||||
<Filter>头文件</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\certmgr\certmgr.h">
|
||||
<Filter>头文件</Filter>
|
||||
</ClInclude>
|
||||
@@ -84,12 +90,6 @@
|
||||
<ClInclude Include="..\pkgread\pkgread.h">
|
||||
<Filter>头文件</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="localeex.h">
|
||||
<Filter>头文件</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="bridge.h">
|
||||
<Filter>头文件</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\priformatcli\priformatcli.h">
|
||||
<Filter>头文件</Filter>
|
||||
</ClInclude>
|
||||
|
||||
@@ -10,8 +10,7 @@
|
||||
#include <codecvt>
|
||||
#include <locale>
|
||||
#include "nstring.h"
|
||||
#include "priformatcli.h"
|
||||
#include "pkgread.h"
|
||||
#include "../priformatcli/priformatcli.h"
|
||||
#include <mmsyscom.h>
|
||||
#include "../pkgread/pkgread.h"
|
||||
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
D:/GitHub/App-Installer-For-Windows-8.x-Reset/certmgr/certmgr.h
|
||||
@@ -20,9 +20,9 @@
|
||||
#include "resmap.h"
|
||||
#include "appxinfo.h"
|
||||
#include "localeex.h"
|
||||
#include "pkgmgr.h"
|
||||
#include "notice.h"
|
||||
#include "certmgr.h"
|
||||
#include "../pkgmgr/pkgmgr.h"
|
||||
#include "../notice/notice.h"
|
||||
#include "../certmgr/certmgr.h"
|
||||
#include "bridge.h"
|
||||
#include "filepath.h"
|
||||
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
D:/GitHub/App-Installer-For-Windows-8.x-Reset/notice/notice.h
|
||||
@@ -1 +0,0 @@
|
||||
D:/GitHub/App-Installer-For-Windows-8.x-Reset/pkgmgr/pkgmgr.h
|
||||
@@ -1 +0,0 @@
|
||||
D:/GitHub/App-Installer-For-Windows-8.x-Reset/pkgread/pkgread.h
|
||||
@@ -1 +0,0 @@
|
||||
D:/GitHub/App-Installer-For-Windows-8.x-Reset/priformatcli/priformatcli.h
|
||||
Reference in New Issue
Block a user