mirror of
https://github.com/reactos/reactos.git
synced 2025-07-30 15:22:21 +00:00
[SETUPLIB][REACTOS][USETUP] Don't export setup data. Make IsUnattendedSetup local to the installer.
This commit is contained in:
parent
8d80203d65
commit
8e53386de9
10 changed files with 89 additions and 99 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue