mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 20:59:54 +00:00
Set the base for the ordinals of olepro32 to 248.
This commit is contained in:
parent
d2201355b3
commit
044acd0ee4
@ -3,14 +3,14 @@ type win32
|
||||
|
||||
import oleaut32.dll
|
||||
|
||||
@ forward OleIconToCursor OLEAUT32.OleIconToCursor
|
||||
@ forward OleCreatePropertyFrameIndirect OLEAUT32.OleCreatePropertyFrameIndirect
|
||||
@ forward OleCreatePropertyFrame OLEAUT32.OleCreatePropertyFrame
|
||||
@ forward OleLoadPicture OLEAUT32.OleLoadPicture
|
||||
@ forward OleCreatePictureIndirect OLEAUT32.OleCreatePictureIndirect
|
||||
@ forward OleCreateFontIndirect OLEAUT32.OleCreateFontIndirect
|
||||
@ forward OleTranslateColor OLEAUT32.OleTranslateColor
|
||||
@ stdcall DllCanUnloadNow() OLEPRO32_DllCanUnloadNow
|
||||
@ stdcall DllGetClassObject( ptr ptr ptr ) OLEPRO32_DllGetClassObject
|
||||
@ stdcall DllRegisterServer() OLEPRO32_DllRegisterServer
|
||||
@ stdcall DllUnregisterServer() OLEPRO32_DllUnregisterServer
|
||||
248 forward OleIconToCursor OLEAUT32.OleIconToCursor
|
||||
249 forward OleCreatePropertyFrameIndirect OLEAUT32.OleCreatePropertyFrameIndirect
|
||||
250 forward OleCreatePropertyFrame OLEAUT32.OleCreatePropertyFrame
|
||||
251 forward OleLoadPicture OLEAUT32.OleLoadPicture
|
||||
252 forward OleCreatePictureIndirect OLEAUT32.OleCreatePictureIndirect
|
||||
253 forward OleCreateFontIndirect OLEAUT32.OleCreateFontIndirect
|
||||
254 forward OleTranslateColor OLEAUT32.OleTranslateColor
|
||||
255 stdcall DllCanUnloadNow() OLEPRO32_DllCanUnloadNow
|
||||
256 stdcall DllGetClassObject( ptr ptr ptr ) OLEPRO32_DllGetClassObject
|
||||
257 stdcall DllRegisterServer() OLEPRO32_DllRegisterServer
|
||||
258 stdcall DllUnregisterServer() OLEPRO32_DllUnregisterServer
|
||||
|
Loading…
Reference in New Issue
Block a user