mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 13:28:05 +02:00
7 lines
145 B
ActionScript
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
|