mirror of https://github.com/lianthony/NT4.0
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
495 B
22 lines
495 B
LIBRARY SERIALUI
|
|
EXETYPE WINDOWS
|
|
PROTMODE
|
|
|
|
DESCRIPTION 'Windows Serial Port Properties'
|
|
|
|
CODE MOVEABLE DISCARDABLE PRELOAD
|
|
DATA MOVEABLE PRELOAD SINGLE
|
|
|
|
HEAPSIZE 1024
|
|
|
|
EXPORTS
|
|
; Stubs to KERNEL32
|
|
drvCommConfigDialogW @2
|
|
drvCommConfigDialogA @3
|
|
drvSetDefaultCommConfigW @4
|
|
drvSetDefaultCommConfigA @5
|
|
drvGetDefaultCommConfigW @6
|
|
drvGetDefaultCommConfigA @7
|
|
|
|
; Private entry point for FIFO
|
|
;FeFiFoFum @8
|