Subj : jsd.h: "extern void JS_DLL_CALLBACK" To : netscape.public.mozilla.jseng From : Sterling Bates Date : Fri Jun 04 2004 05:29 pm I'm translating the js debugger headers into Delphi and cannot figure out what the statement "extern void JS_DLL_CALLBACK" means. You can see an example of it here: http://lxr.mozilla.org/mozilla/source/js/jsd/jsd.h#1016 How would such a declaration differ from the other "extern void" functions? Thanks, Sterling .