forked from KolibriOS/kolibrios
bugfix
git-svn-id: svn://kolibrios.org@1011 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
a1d301efb2
commit
6ed3fc627e
@ -87,7 +87,6 @@ START: ; start of execution
|
|||||||
mov ecx, 5
|
mov ecx, 5
|
||||||
rep movsb
|
rep movsb
|
||||||
|
|
||||||
mcall 64,1,I_END_2
|
|
||||||
mcall 68,11
|
mcall 68,11
|
||||||
|
|
||||||
stdcall dll.Load,@IMPORT
|
stdcall dll.Load,@IMPORT
|
||||||
@ -454,12 +453,7 @@ library \
|
|||||||
libini,'libini.obj'
|
libini,'libini.obj'
|
||||||
|
|
||||||
import libini, \
|
import libini, \
|
||||||
ini.get_str,'ini.get_str',\
|
ini.get_str,'ini.get_str'
|
||||||
ini.set_str,'ini.set_str',\
|
|
||||||
ini.get_int,'ini.get_int',\
|
|
||||||
ini.set_int,'ini.set_int',\
|
|
||||||
ini.enum_sections,'ini.enum_sections',\
|
|
||||||
ini.enum_keys,'ini.enum_keys'
|
|
||||||
|
|
||||||
include_debug_strings
|
include_debug_strings
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user