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.
17 lines
383 B
17 lines
383 B
; MODULE: SW_Effct.def
|
|
;
|
|
; Copyright 1995, 1996, 1999, Microsoft Corporation, All Rights Reserved.
|
|
;
|
|
; Date Author Description
|
|
; 12-Mar-99 waltw Removed unused FFD_xxx exports
|
|
;
|
|
LIBRARY SW_EFFCT
|
|
|
|
EXPORTS
|
|
DllGetClassObject PRIVATE
|
|
DllCanUnloadNow PRIVATE
|
|
DllRegisterServer PRIVATE
|
|
DllUnregisterServer PRIVATE
|
|
|
|
|
|
|