Fixed segstr to str proto.

This commit is contained in:
Eric Pouech 2000-12-01 20:46:23 +00:00 committed by Alexandre Julliard
parent afce9213b9
commit ec1ece111a
1 changed files with 1 additions and 1 deletions

View File

@ -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