add missing STDCALL decorations

svn path=/trunk/; revision=30589
This commit is contained in:
Christoph von Wittich
2007-11-20 08:12:33 +00:00
parent 2d54e54552
commit 28960f40d7
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -2,8 +2,8 @@ LIBRARY appwiz.cpl
EXPORTS
CPlApplet@16
NewLinkHere
NewLinkHereA
NewLinkHereW
NewLinkHere@16
NewLinkHereA@16
NewLinkHereW@16
; EOF
+1 -1
View File
@@ -3,6 +3,6 @@ LIBRARY desk.cpl
EXPORTS
CPlApplet@16
DisplayClassInstaller@12
DisplaySaveSettings
DisplaySaveSettings@8
; EOF