16bit user GetProp/SetProp get strings or atoms, so we can use 'str'.

This commit is contained in:
Marcus Meissner 2001-01-02 20:28:25 +00:00 committed by Alexandre Julliard
parent 97ad5a7e02
commit 0fb5457516

View file

@ -26,8 +26,8 @@ owner user32
22 pascal16 SetFocus(word) SetFocus16
23 pascal16 GetFocus() GetFocus16
24 pascal16 RemoveProp(word ptr) RemoveProp16
25 pascal16 GetProp(word ptr) GetProp16
26 pascal16 SetProp(word ptr word) SetProp16
25 pascal16 GetProp(word str) GetProp16
26 pascal16 SetProp(word str word) SetProp16
27 pascal16 EnumProps(word segptr) THUNK_EnumProps16
28 pascal16 ClientToScreen(word ptr) ClientToScreen16
29 pascal16 ScreenToClient(word ptr) ScreenToClient16