18 lines
458 B
Modula-2
18 lines
458 B
Modula-2
;//+-------------------------------------------------------------------------
|
|
;//
|
|
;// Microsoft Windows
|
|
;//
|
|
;// Copyright (C) Microsoft Corporation, 1998 - 1998
|
|
;//
|
|
;// File: rtrfiltr.def
|
|
;//
|
|
;//--------------------------------------------------------------------------
|
|
|
|
; rtrfiltr.def : Declares the module parameters for the DLL.
|
|
|
|
LIBRARY "RTRFILTR"
|
|
EXPORTS
|
|
; Explicit exports can go here
|
|
MprUIFilterConfig
|
|
MprUIFilterConfigInfoBase
|