Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 2970 → Rev 2971

/kernel/branches/kolibri_pe/core/dll.c
235,6 → 235,7
 
int sys_exec(char *path, char *cmdline, u32_t flags)
{
 
PIMAGE_DOS_HEADER dos;
PIMAGE_NT_HEADERS32 nt;
 
241,6 → 242,7
size_t img_size;
count_t img_pages;
count_t img_tabs;
 
addr_t ex_pg_dir;
addr_t ex_stack_page;
addr_t ex_pl0_stack;
588,6 → 590,7
exp_dll = find_dll(&core_dll.link, libname);
if(exp_dll == NULL)
{
 
exp_dll = find_dll(&current_slot->dll_list, libname);
if(exp_dll == NULL)
{