mirror of
https://git.code.sf.net/p/mingw-w64/mingw-w64
synced 2024-12-18 22:38:41 +08:00
* lib64/kernel32.def (RegUnLoadKeyA): Comment out advapi32 export.
(RegUnLoadKeyW): Likewise. git-svn-id: svn+ssh://svn.code.sf.net/p/mingw-w64/code/trunk@4606 4407c894-4637-0410-b4f5-ada5f102cad1
This commit is contained in:
parent
1263c92b3b
commit
b4248ac79f
@ -1,7 +1,11 @@
|
|||||||
|
2011-11-15 Ozkan Sezer <sezeroz@gmail.com>
|
||||||
|
|
||||||
|
* lib64/kernel32.def (RegUnLoadKeyA): Comment out advapi32 export.
|
||||||
|
(RegUnLoadKeyW): Likewise.
|
||||||
|
|
||||||
2011-11-09 Kai Tietz <ktietz@redhat.com>
|
2011-11-09 Kai Tietz <ktietz@redhat.com>
|
||||||
|
|
||||||
* lib32/msvcr*.def: Make sure _assert and _wassert are marked
|
* lib32/msvcr*.def: Make sure _assert and _wassert are marked DATA.
|
||||||
DATA.
|
|
||||||
* lib64/msvcr*.def: Likewise.
|
* lib64/msvcr*.def: Likewise.
|
||||||
|
|
||||||
2011-11-04 Ozkan Sezer <sezeroz@gmail.com>
|
2011-11-04 Ozkan Sezer <sezeroz@gmail.com>
|
||||||
|
@ -1042,8 +1042,8 @@ RegKrnInitialize
|
|||||||
;RegSetKeySecurity
|
;RegSetKeySecurity
|
||||||
;RegSetValueExA
|
;RegSetValueExA
|
||||||
;RegSetValueExW
|
;RegSetValueExW
|
||||||
RegUnLoadKeyA
|
;RegUnLoadKeyA
|
||||||
RegUnLoadKeyW
|
;RegUnLoadKeyW
|
||||||
RegisterApplicationRecoveryCallback
|
RegisterApplicationRecoveryCallback
|
||||||
RegisterApplicationRestart
|
RegisterApplicationRestart
|
||||||
RegisterConsoleIME
|
RegisterConsoleIME
|
||||||
|
Loading…
Reference in New Issue
Block a user