nwl_dlle.as 145 B

123456
  1. //for a non-library we should not have DllMain
  2. //link this only for libraries
  3. .text
  4. .globl DllMain
  5. DllMain:
  6. jmp _FPC_DLL_Entry