mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
Export CPlApplet() as stdcall
patch from Thomas Weidenmueller svn path=/trunk/; revision=23293
This commit is contained in:
parent
986d920762
commit
c4abac4743
9 changed files with 11 additions and 11 deletions
|
@ -1,6 +1,6 @@
|
|||
LIBRARY access.cpl
|
||||
|
||||
EXPORTS
|
||||
CPlApplet
|
||||
CPlApplet@16
|
||||
|
||||
; EOF
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
LIBRARY appwiz.cpl
|
||||
|
||||
EXPORTS
|
||||
CPlApplet
|
||||
CPlApplet@16
|
||||
|
||||
; EOF
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
LIBRARY cplsample.cpl
|
||||
|
||||
EXPORTS
|
||||
CPlApplet
|
||||
CPlApplet@16
|
||||
|
||||
; EOF
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
LIBRARY hdwwiz.cpl
|
||||
|
||||
EXPORTS
|
||||
CPlApplet
|
||||
CPlApplet@16
|
||||
|
||||
; EOF
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
LIBRARY intl.cpl
|
||||
|
||||
EXPORTS
|
||||
CPlApplet
|
||||
RegOptsProc
|
||||
ExtraOptsProc
|
||||
CPlApplet@16
|
||||
RegOptsProc@16
|
||||
ExtraOptsProc@16
|
||||
|
||||
; EOF
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
LIBRARY mmsys.cpl
|
||||
|
||||
EXPORTS
|
||||
CPlApplet
|
||||
CPlApplet@16
|
||||
|
||||
; EOF
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
LIBRARY powercfg.cpl
|
||||
|
||||
EXPORTS
|
||||
CPlApplet
|
||||
CPlApplet@16
|
||||
|
||||
; EOF
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
LIBRARY sysdm.cpl
|
||||
|
||||
EXPORTS
|
||||
CPlApplet
|
||||
CPlApplet@16
|
||||
|
||||
; EOF
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
LIBRARY timedate.cpl
|
||||
|
||||
EXPORTS
|
||||
CPlApplet
|
||||
CPlApplet@16
|
||||
|
||||
; EOF
|
||||
|
|
Loading…
Reference in a new issue