fpc/rtl/netwlibc/nwl_dlle.as

7 lines
145 B
ActionScript

//for a non-library we should not have DllMain
//link this only for libraries
.text
.globl DllMain
DllMain:
jmp _FPC_DLL_Entry