source:
trunk/Erasext/Erasext.def
@
18
| Revision 18, 268 bytes checked in by lowjoel, 6 years ago (diff) |
|---|
| Line | |
|---|---|
| 1 | ; Erasext.def : Declares the module parameters for the DLL. |
| 2 | |
| 3 | LIBRARY "ERASEXT" |
| 4 | ;DESCRIPTION 'ERASEXT Windows Dynamic Link Library' |
| 5 | |
| 6 | EXPORTS |
| 7 | ; Explicit exports can go here |
| 8 | DllCanUnloadNow PRIVATE |
| 9 | DllGetClassObject PRIVATE |
| 10 | DllRegisterServer PRIVATE |
Note: See TracBrowser
for help on using the repository browser.
