Subversion Repositories Kolibri OS

Rev

Rev 4349 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4349 Rev 4382
Line 13... Line 13...
13
      c++;
13
      c++;
14
    }
14
    }
15
}
15
}
16
 
16
 
Line 17... Line 17...
17
int DllStartup(void *module, int reason)
17
int __attribute__((externally_visible)) DllStartup(void *module, int reason)
18
{
18
{
19
    if(reason == 1)
19
    if(reason == 1)
20
    {
20
    {
21
        _pei386_runtime_relocator();
21
        _pei386_runtime_relocator();
22
        __do_global_ctors();
22
        __do_global_ctors();