assembly procedure problem

Edward Di Geronimo Jr. (edwdig@bergen.org)
Sun, 9 Mar 1997 23:26:50 -0500

Hi everyone,

This seems like a pretty stupid question, but, how come this works:

PluginUpdateObjectList proc far curitem:optr, objtype:dword
.enter
.leave
ret
PluginUpdateObjectList endp

But this doesn't:

UpdateGenInteractionProperties proc far curitem:optr
.enter
.leave
ret
UpdateGenInteractionProperties endp

The first is in a library, the second an application.

------------------------------------------------------------------------
| Edward Di Geronimo Jr. edwdig@bergen.org |
------------------------------------------------------------------------