Subversion Repositories Kolibri OS

Rev

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

Rev 5190 Rev 6536
Line 343... Line 343...
343
 
343
 
344
int link_image(void *img_base, PIMAGE_IMPORT_DESCRIPTOR imp)
344
int link_image(void *img_base, PIMAGE_IMPORT_DESCRIPTOR imp)
345
{
345
{
346
    static jmp_buf loader_env;
346
    static jmp_buf loader_env;
347
    static recursion = -1;
347
    static int recursion = -1;
Line 348... Line 348...
348
    int warn = 0;
348
    int warn = 0;
349
 
349
 
350
    recursion++;
350
    recursion++;