mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +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
|
LIBRARY access.cpl
|
||||||
|
|
||||||
EXPORTS
|
EXPORTS
|
||||||
CPlApplet
|
CPlApplet@16
|
||||||
|
|
||||||
; EOF
|
; EOF
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
LIBRARY appwiz.cpl
|
LIBRARY appwiz.cpl
|
||||||
|
|
||||||
EXPORTS
|
EXPORTS
|
||||||
CPlApplet
|
CPlApplet@16
|
||||||
|
|
||||||
; EOF
|
; EOF
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
LIBRARY cplsample.cpl
|
LIBRARY cplsample.cpl
|
||||||
|
|
||||||
EXPORTS
|
EXPORTS
|
||||||
CPlApplet
|
CPlApplet@16
|
||||||
|
|
||||||
; EOF
|
; EOF
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
LIBRARY hdwwiz.cpl
|
LIBRARY hdwwiz.cpl
|
||||||
|
|
||||||
EXPORTS
|
EXPORTS
|
||||||
CPlApplet
|
CPlApplet@16
|
||||||
|
|
||||||
; EOF
|
; EOF
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
LIBRARY intl.cpl
|
LIBRARY intl.cpl
|
||||||
|
|
||||||
EXPORTS
|
EXPORTS
|
||||||
CPlApplet
|
CPlApplet@16
|
||||||
RegOptsProc
|
RegOptsProc@16
|
||||||
ExtraOptsProc
|
ExtraOptsProc@16
|
||||||
|
|
||||||
; EOF
|
; EOF
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
LIBRARY mmsys.cpl
|
LIBRARY mmsys.cpl
|
||||||
|
|
||||||
EXPORTS
|
EXPORTS
|
||||||
CPlApplet
|
CPlApplet@16
|
||||||
|
|
||||||
; EOF
|
; EOF
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
LIBRARY powercfg.cpl
|
LIBRARY powercfg.cpl
|
||||||
|
|
||||||
EXPORTS
|
EXPORTS
|
||||||
CPlApplet
|
CPlApplet@16
|
||||||
|
|
||||||
; EOF
|
; EOF
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
LIBRARY sysdm.cpl
|
LIBRARY sysdm.cpl
|
||||||
|
|
||||||
EXPORTS
|
EXPORTS
|
||||||
CPlApplet
|
CPlApplet@16
|
||||||
|
|
||||||
; EOF
|
; EOF
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
LIBRARY timedate.cpl
|
LIBRARY timedate.cpl
|
||||||
|
|
||||||
EXPORTS
|
EXPORTS
|
||||||
CPlApplet
|
CPlApplet@16
|
||||||
|
|
||||||
; EOF
|
; EOF
|
||||||
|
|
Loading…
Reference in a new issue