Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 5597 → Rev 5598

/programs/cmm/lib/dll.h
1,3 → 1,6
#ifndef INCLUDE_DLL_H
#define INCLUDE_DLL_H
 
char a_libdir[43] = "/sys/lib/\0";
 
:inline void error_init(dword text)
234,4 → 237,7
@exit01:
return -1;
//error_init(dllname);
}
}
 
 
#endif