Subversion Repositories Kolibri OS

Rev

Rev 7219 | Rev 7356 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7219 Rev 7291
Line 80... Line 80...
80
 
80
 
81
 
81
 
82
void GetDiskSizesFromIni()
82
void GetDiskSizesFromIni()
83
{
83
{
84
	char i, key[2];
84
	char i, key[2];
85
	if (load_dll2(libini, #lib_init,1)!=0) notify("Error: library doesn't exists - libini");
85
	load_dll(libini, #lib_init, 1);
86
	key[1]=0;
86
	key[1]=0;
87
	for (i=0; i<=9; i++)
87
	for (i=0; i<=9; i++)
88
	{
88
	{