Subversion Repositories Kolibri OS

Rev

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

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