reactos/rosapps/lib/dflat32/dflat32.def
Steven Edwards 63e2886299 Making dflat32 a dll. Its a little broken ATM.
svn path=/trunk/; revision=2789
2002-03-28 12:15:40 +00:00

68 lines
1.3 KiB
Modula-2

;
; ReactOS dflat32 COnsole Windowing Library
;
LIBRARY DFLAT32.DLL
EXPORTS
AllocError ; dfalloc.c
AltConvert ; console.c
beep ; console.c
cursor ; console.c
curr_cursor ; console.c
CopyTextToClipboard ; clipbord.c
CopyToClipboard ; clipbord.c
ClearClipboard ; clipbord.c
DFcalloc ; dfalloc.c
DFmalloc ; dfalloc.c
DFrealloc ; dfalloc.c
GetKey ; console.c
getshift ; console.c
hidecursor ; console.c
normalcursor ; console.c
PasteText ; clipbord.c
restorecursor ; console.c
savecursor ; console.c
set_cursor_size ; console.c
SetStandardColor ; config.c
SetReverseColor ; config.c
SwapCursorStack ; console.c
unhidecursor ; console.c
; Update this stuff below from message.c
DfDispatchMessage ; message.c
handshake ; message.c
DfSendMessage ; message.c
DfPostMessage ; message.c
DfTerminate ; message.c
DfInitialize ; message.c
DfGetScreenWidth ; message.c
DfGetScreenHeight ; message.c
; Update this stuff below from Rect.c
subRectangle
ClientRect
RelativeWindowRect
ClipRectangle
; stuff from video.c
GetVideo
StoreVideo
GetVideoChar
PutVideoChar
CharInView
wputch
wputs
scroll_window
; stuff from window.c
DfCreateWindow
AddTitle
InsertTitle
writeline
AdjustRectangle
DisplayTitle
PaintShadow
RepaintBorder
ClearWindow
LineLength
InitWindowColors
PutWindowChar
PutWindowLine
; exports from the stubs
classdefs