2025-04-27 07:49:33 -04:00

14 lines
416 B
Modula-2

;Copyright (c) 2000 Microsoft Corporation. All Rights Reserved.
;wsdu.def : declares module exports for wsdu.dll
LIBRARY "WSDUENG"
EXPORTS
DllMain @1 PRIVATE
DuInitializeA @2
DuDoDetection @3
DuBeginDownload @4
DuAbortDownload @5
DuUninitialize @6
SetEstimatedDownloadSpeed @7
DuQueryUnsupportedDriversA @8