Fixed segstr to str proto.
This commit is contained in:
parent
afce9213b9
commit
ec1ece111a
|
@ -65,7 +65,7 @@ owner kernel32
|
||||||
57 pascal16 GetProfileInt(str str s_word) GetProfileInt16
|
57 pascal16 GetProfileInt(str str s_word) GetProfileInt16
|
||||||
58 pascal16 GetProfileString(str str str ptr word) GetProfileString16
|
58 pascal16 GetProfileString(str str str ptr word) GetProfileString16
|
||||||
59 pascal16 WriteProfileString(str str str) WriteProfileString16
|
59 pascal16 WriteProfileString(str str str) WriteProfileString16
|
||||||
60 pascal16 FindResource(word segstr segstr) FindResource16
|
60 pascal16 FindResource(word str str) FindResource16
|
||||||
61 pascal16 LoadResource(word word) LoadResource16
|
61 pascal16 LoadResource(word word) LoadResource16
|
||||||
62 pascal LockResource(word) WIN16_LockResource16
|
62 pascal LockResource(word) WIN16_LockResource16
|
||||||
63 pascal16 FreeResource(word) FreeResource16
|
63 pascal16 FreeResource(word) FreeResource16
|
||||||
|
|
Loading…
Reference in New Issue