mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 16:52:59 +00:00
-use msvc compatible def files
svn path=/trunk/; revision=22931
This commit is contained in:
parent
3e7b4d7fc2
commit
a9a4a3d059
31 changed files with 39 additions and 36 deletions
|
@ -1,6 +1,6 @@
|
||||||
LIBRARY cplsample.cpl
|
LIBRARY cplsample.cpl
|
||||||
|
|
||||||
EXPORTS
|
EXPORTS
|
||||||
CPlApplet@16
|
CPlApplet
|
||||||
|
|
||||||
; EOF
|
; EOF
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
LIBRARY appwiz.cpl
|
LIBRARY appwiz.cpl
|
||||||
|
|
||||||
EXPORTS
|
EXPORTS
|
||||||
CPlApplet@16
|
CPlApplet
|
||||||
|
|
||||||
; EOF
|
; EOF
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
LIBRARY cplsample.cpl
|
LIBRARY cplsample.cpl
|
||||||
|
|
||||||
EXPORTS
|
EXPORTS
|
||||||
CPlApplet@16
|
CPlApplet
|
||||||
|
|
||||||
; EOF
|
; EOF
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
LIBRARY desk.cpl
|
LIBRARY desk.cpl
|
||||||
|
|
||||||
EXPORTS
|
EXPORTS
|
||||||
CPlApplet@16
|
CPlApplet
|
||||||
DisplayClassInstaller@12
|
DisplayClassInstaller
|
||||||
|
|
||||||
; EOF
|
; EOF
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
LIBRARY hdwwiz.cpl
|
LIBRARY hdwwiz.cpl
|
||||||
|
|
||||||
EXPORTS
|
EXPORTS
|
||||||
CPlApplet@16
|
CPlApplet
|
||||||
|
|
||||||
; EOF
|
; EOF
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
LIBRARY intl.cpl
|
LIBRARY intl.cpl
|
||||||
|
|
||||||
EXPORTS
|
EXPORTS
|
||||||
CPlApplet@16
|
CPlApplet
|
||||||
LocalePageProc@16
|
LocalePageProc
|
||||||
|
|
||||||
; EOF
|
; EOF
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
LIBRARY intl.cpl
|
LIBRARY intl.cpl
|
||||||
|
|
||||||
EXPORTS
|
EXPORTS
|
||||||
CPlApplet@16
|
CPlApplet
|
||||||
RegOptsProc@16
|
RegOptsProc
|
||||||
ExtraOptsProc@16
|
ExtraOptsProc
|
||||||
|
|
||||||
; EOF
|
; EOF
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
LIBRARY liccpa.cpl
|
LIBRARY liccpa.cpl
|
||||||
|
|
||||||
EXPORTS
|
EXPORTS
|
||||||
CPlApplet@16
|
CPlApplet
|
||||||
|
|
||||||
; EOF
|
; EOF
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
LIBRARY main.cpl
|
LIBRARY main.cpl
|
||||||
|
|
||||||
EXPORTS
|
EXPORTS
|
||||||
CPlApplet@16
|
CPlApplet
|
||||||
|
|
||||||
; EOF
|
; EOF
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
LIBRARY mmsys.cpl
|
LIBRARY mmsys.cpl
|
||||||
|
|
||||||
EXPORTS
|
EXPORTS
|
||||||
CPlApplet@16
|
CPlApplet
|
||||||
|
|
||||||
; EOF
|
; EOF
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
LIBRARY ncpa.cpl
|
LIBRARY ncpa.cpl
|
||||||
|
|
||||||
EXPORTS
|
EXPORTS
|
||||||
CPlApplet@16
|
CPlApplet
|
||||||
|
|
||||||
; EOF
|
; EOF
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
LIBRARY powercfg.cpl
|
LIBRARY powercfg.cpl
|
||||||
|
|
||||||
EXPORTS
|
EXPORTS
|
||||||
CPlApplet@16
|
CPlApplet
|
||||||
|
|
||||||
; EOF
|
; EOF
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
LIBRARY cplsample.cpl
|
LIBRARY cplsample.cpl
|
||||||
|
|
||||||
EXPORTS
|
EXPORTS
|
||||||
CPlApplet@16
|
CPlApplet
|
||||||
|
|
||||||
; EOF
|
; EOF
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
LIBRARY timedate.cpl
|
LIBRARY timedate.cpl
|
||||||
|
|
||||||
EXPORTS
|
EXPORTS
|
||||||
CPlApplet@16
|
CPlApplet
|
||||||
|
|
||||||
; EOF
|
; EOF
|
||||||
|
|
|
@ -4,5 +4,5 @@
|
||||||
LIBRARY kbdbe.dll
|
LIBRARY kbdbe.dll
|
||||||
|
|
||||||
EXPORTS
|
EXPORTS
|
||||||
KbdLayerDescriptor@0
|
KbdLayerDescriptor
|
||||||
;EOF
|
;EOF
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
LIBRARY kbdda.dll
|
LIBRARY kbdda.dll
|
||||||
EXPORTS
|
EXPORTS
|
||||||
KbdLayerDescriptor@0
|
KbdLayerDescriptor
|
||||||
|
|
|
@ -4,5 +4,5 @@
|
||||||
LIBRARY kbddvorak.dll
|
LIBRARY kbddvorak.dll
|
||||||
|
|
||||||
EXPORTS
|
EXPORTS
|
||||||
KbdLayerDescriptor@0
|
KbdLayerDescriptor
|
||||||
;EOF
|
;EOF
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
LIBRARY kbdda.dll
|
LIBRARY kbdda.dll
|
||||||
EXPORTS
|
|
||||||
KbdLayerDescriptor@0
|
|
||||||
|
EXPORTS
|
||||||
|
|
||||||
|
KbdLayerDescriptor
|
|
@ -4,5 +4,5 @@
|
||||||
LIBRARY kbdfr.dll
|
LIBRARY kbdfr.dll
|
||||||
|
|
||||||
EXPORTS
|
EXPORTS
|
||||||
KbdLayerDescriptor@0
|
KbdLayerDescriptor
|
||||||
;EOF
|
;EOF
|
||||||
|
|
|
@ -4,5 +4,5 @@
|
||||||
LIBRARY kbdgr.dll
|
LIBRARY kbdgr.dll
|
||||||
|
|
||||||
EXPORTS
|
EXPORTS
|
||||||
KbdLayerDescriptor@0
|
KbdLayerDescriptor
|
||||||
;EOF
|
;EOF
|
||||||
|
|
|
@ -4,5 +4,5 @@
|
||||||
LIBRARY kbdhe.dll
|
LIBRARY kbdhe.dll
|
||||||
|
|
||||||
EXPORTS
|
EXPORTS
|
||||||
KbdLayerDescriptor@0
|
KbdLayerDescriptor
|
||||||
;EOF
|
;EOF
|
|
@ -4,5 +4,5 @@
|
||||||
LIBRARY kbdheb.dll
|
LIBRARY kbdheb.dll
|
||||||
|
|
||||||
EXPORTS
|
EXPORTS
|
||||||
KbdLayerDescriptor@0
|
KbdLayerDescriptor
|
||||||
;EOF
|
;EOF
|
|
@ -4,5 +4,5 @@
|
||||||
LIBRARY kbdhu.dll
|
LIBRARY kbdhu.dll
|
||||||
|
|
||||||
EXPORTS
|
EXPORTS
|
||||||
KbdLayerDescriptor@0
|
KbdLayerDescriptor
|
||||||
;EOF
|
;EOF
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
LIBRARY kbdpo.dll
|
LIBRARY kbdpo.dll
|
||||||
EXPORTS
|
EXPORTS
|
||||||
KbdLayerDescriptor@0
|
KbdLayerDescriptor
|
||||||
|
|
|
@ -4,5 +4,5 @@
|
||||||
LIBRARY kbdru.dll
|
LIBRARY kbdru.dll
|
||||||
|
|
||||||
EXPORTS
|
EXPORTS
|
||||||
KbdLayerDescriptor@0
|
KbdLayerDescriptor
|
||||||
;EOF
|
;EOF
|
||||||
|
|
|
@ -4,5 +4,5 @@
|
||||||
LIBRARY kbdse.dll
|
LIBRARY kbdse.dll
|
||||||
|
|
||||||
EXPORTS
|
EXPORTS
|
||||||
KbdLayerDescriptor@0
|
KbdLayerDescriptor
|
||||||
;EOF
|
;EOF
|
||||||
|
|
|
@ -4,5 +4,5 @@
|
||||||
LIBRARY kbdsg.dll
|
LIBRARY kbdsg.dll
|
||||||
|
|
||||||
EXPORTS
|
EXPORTS
|
||||||
KbdLayerDescriptor@0
|
KbdLayerDescriptor
|
||||||
;EOF
|
;EOF
|
||||||
|
|
|
@ -4,5 +4,5 @@
|
||||||
LIBRARY kbdsk.dll
|
LIBRARY kbdsk.dll
|
||||||
|
|
||||||
EXPORTS
|
EXPORTS
|
||||||
KbdLayerDescriptor@0
|
KbdLayerDescriptor
|
||||||
;EOF
|
;EOF
|
||||||
|
|
|
@ -4,5 +4,5 @@
|
||||||
LIBRARY kbduk.dll
|
LIBRARY kbduk.dll
|
||||||
|
|
||||||
EXPORTS
|
EXPORTS
|
||||||
KbdLayerDescriptor@0
|
KbdLayerDescriptor
|
||||||
;EOF
|
;EOF
|
||||||
|
|
|
@ -4,5 +4,5 @@
|
||||||
LIBRARY kbdur.dll
|
LIBRARY kbdur.dll
|
||||||
|
|
||||||
EXPORTS
|
EXPORTS
|
||||||
KbdLayerDescriptor@0
|
KbdLayerDescriptor
|
||||||
;EOF
|
;EOF
|
||||||
|
|
|
@ -4,5 +4,5 @@
|
||||||
LIBRARY kbdus.dll
|
LIBRARY kbdus.dll
|
||||||
|
|
||||||
EXPORTS
|
EXPORTS
|
||||||
KbdLayerDescriptor@0
|
KbdLayerDescriptor
|
||||||
;EOF
|
;EOF
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue