mirror of
https://github.com/reactos/reactos.git
synced 2025-08-11 06:05:49 +00:00
Linker warning fixed.
svn path=/trunk/; revision=2778
This commit is contained in:
parent
1bac32612a
commit
1c80c9b655
5 changed files with 58 additions and 39 deletions
|
@ -8,13 +8,14 @@ DESCRIPTION "Part of the ReactOS OS/2 sub system, provides base kernel services
|
|||
EXPORTS
|
||||
; FIXME: fill in all exports
|
||||
|
||||
Dos32Sleep=Dos32Sleep@4 @229
|
||||
Dos32Close=Dos32Close@4 @257
|
||||
Dos32Open=Dos32Open@32 @273
|
||||
Dos32Read=Dos32Read@16 @281
|
||||
Dos32Write=Dos32Write@16 @282
|
||||
Dos32DevIOCtl=Dos32DevIOCtl@36 @284
|
||||
Dos32Beep=Dos32Beep@8 @286
|
||||
Dos32Exit=Dos32Exit@8 @234
|
||||
Dos32CreateThread=Dos32CreateThread@20 @311
|
||||
Dos32Sleep@4 @229
|
||||
Dos32Close@4 @257
|
||||
Dos32Open@32 @273
|
||||
Dos32Read@16 @281
|
||||
Dos32Write@16 @282
|
||||
Dos32DevIOCtl@36 @284
|
||||
Dos32Beep@8 @286
|
||||
Dos32Exit@8 @234
|
||||
Dos32CreateThread@20 @311
|
||||
|
||||
; EOF
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue