[SETUPLIB][REACTOS][USETUP] Don't export setup data. Make IsUnattendedSetup local to the installer.

This commit is contained in:
Hermès Bélusca-Maïto 2025-03-14 13:52:22 +01:00
parent 8d80203d65
commit 8e53386de9
No known key found for this signature in database
GPG key ID: 3B2539C65E7B93D0
10 changed files with 89 additions and 99 deletions

View file

@ -1,8 +1,4 @@
@ extern IsUnattendedSetup
@ extern MbrPartitionTypes
@ extern GptPartitionTypes
;; fileqsup and infsupp function pointers to be initialized by the user of this library
;;@ extern SpFileExports
;;@ extern SpInfExports
@ -10,7 +6,6 @@
;; infsupp
@ cdecl INF_GetDataField(ptr long ptr) ## -private
;; filesup
@ cdecl ConcatPathsV(ptr long long ptr)
@ cdecl CombinePathsV(ptr long long ptr)
@ -44,6 +39,9 @@
@ cdecl IsPartitionActive(ptr) ## -private
@ cdecl SelectPartition(ptr long long)
;; partinfo
@ stdcall LookupPartitionTypeString(long ptr)
;; osdetect
@ stdcall CreateNTOSInstallationsList(ptr)
@ stdcall FindSubStrI(wstr wstr)