Subversion Repositories Kolibri OS

Rev

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

Rev 5576 Rev 5598
Line -... Line 1...
-
 
1
#ifndef INCLUDE_DLL_H
-
 
2
#define INCLUDE_DLL_H
-
 
3
 
1
char a_libdir[43]  = "/sys/lib/\0";
4
char a_libdir[43]  = "/sys/lib/\0";
Line 2... Line 5...
2
 
5
 
3
:inline void error_init(dword text)
6
:inline void error_init(dword text)
4
{
7
{
Line 233... Line 236...
233
        return 0;
236
        return 0;
234
@exit01:
237
@exit01:
235
        return -1;
238
        return -1;
236
		//error_init(dllname);
239
		//error_init(dllname);
237
}
240
}
238
241
 
-
 
242
 
-
 
243
#endif
-
 
244
239
245