From ec1ece111a5519abc643390eb679712fec5777da Mon Sep 17 00:00:00 2001 From: Eric Pouech Date: Fri, 1 Dec 2000 20:46:23 +0000 Subject: [PATCH] Fixed segstr to str proto. --- dlls/kernel/kernel.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/kernel/kernel.spec b/dlls/kernel/kernel.spec index 4e3f972a193..2a51f675c64 100644 --- a/dlls/kernel/kernel.spec +++ b/dlls/kernel/kernel.spec @@ -65,7 +65,7 @@ owner kernel32 57 pascal16 GetProfileInt(str str s_word) GetProfileInt16 58 pascal16 GetProfileString(str str str ptr word) GetProfileString16 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 62 pascal LockResource(word) WIN16_LockResource16 63 pascal16 FreeResource(word) FreeResource16 -- 2.11.4.GIT