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.
18 lines
294 B
18 lines
294 B
"\n\
|
|
LIBRARY z%s\n\
|
|
\n\
|
|
DESCRIPTION 'A Wrapper produced DLL!'\n\
|
|
\n\
|
|
EXPORTS\n\
|
|
\n\
|
|
_WrapperDLLInit\n\
|
|
; These are the Wrapped API\n\
|
|
%a %a=z%A @%o\n\
|
|
\n\
|
|
; These are data and simply mapped through\n\
|
|
%d %d=%l.%D @%O\n\
|
|
\n\
|
|
; Included entries from wrapper.def\n\
|
|
%iwrapper.def\n\
|
|
\n\
|
|
"
|