Subversion Repositories Kolibri OS

Rev

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

Rev 3809 Rev 3900
Line 1... Line 1...
1
void _pei386_runtime_relocator (void);
1
extern void _pei386_runtime_relocator (void);
2
 
-
 
3
int DllStartup(void *module, int reason);
-
 
4
 
-
 
Line 5... Line 2...
5
 
2
 
6
int DllStartup(void *module, int reason)
3
int DllStartup(void *module, int reason)
7
{
4
{
8
    _pei386_runtime_relocator();
5
    _pei386_runtime_relocator();