Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Blame | Last modification | View Log | RSS feed

  1.  
  2. extern void _pei386_runtime_relocator (void);
  3.  
  4. int DllStartup(void *module, int reason)
  5. {
  6.     _pei386_runtime_relocator();
  7.     return 1;
  8. };
  9.  
  10. void  ___dll_start ()
  11.  
  12. {
  13.     _pei386_runtime_relocator();
  14.  
  15. }
  16.