mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 21:36:11 +00:00
remove stdcall declaration
svn path=/trunk/; revision=25577
This commit is contained in:
parent
6ebc412a03
commit
c353557eea
1 changed files with 5 additions and 5 deletions
|
@ -1,10 +1,10 @@
|
|||
LIBRARY clb.dll
|
||||
|
||||
EXPORTS
|
||||
ClbAddData@12 @1
|
||||
ClbSetColumnWidths@12 @2
|
||||
ClbStyleW@8 @3
|
||||
ClbWndProc@16 @4
|
||||
CustomControlInfoW@4 @5
|
||||
ClbAddData @1
|
||||
ClbSetColumnWidths @2
|
||||
ClbStyleW @3
|
||||
ClbWndProc @4
|
||||
CustomControlInfoW @5
|
||||
|
||||
; EOF
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue