Set the base for the ordinals of olepro32 to 248.

This commit is contained in:
Gerard Patel 2000-06-14 21:15:22 +00:00 committed by Alexandre Julliard
parent d2201355b3
commit 044acd0ee4
1 changed files with 11 additions and 11 deletions

View File

@ -3,14 +3,14 @@ type win32
import oleaut32.dll import oleaut32.dll
@ forward OleIconToCursor OLEAUT32.OleIconToCursor 248 forward OleIconToCursor OLEAUT32.OleIconToCursor
@ forward OleCreatePropertyFrameIndirect OLEAUT32.OleCreatePropertyFrameIndirect 249 forward OleCreatePropertyFrameIndirect OLEAUT32.OleCreatePropertyFrameIndirect
@ forward OleCreatePropertyFrame OLEAUT32.OleCreatePropertyFrame 250 forward OleCreatePropertyFrame OLEAUT32.OleCreatePropertyFrame
@ forward OleLoadPicture OLEAUT32.OleLoadPicture 251 forward OleLoadPicture OLEAUT32.OleLoadPicture
@ forward OleCreatePictureIndirect OLEAUT32.OleCreatePictureIndirect 252 forward OleCreatePictureIndirect OLEAUT32.OleCreatePictureIndirect
@ forward OleCreateFontIndirect OLEAUT32.OleCreateFontIndirect 253 forward OleCreateFontIndirect OLEAUT32.OleCreateFontIndirect
@ forward OleTranslateColor OLEAUT32.OleTranslateColor 254 forward OleTranslateColor OLEAUT32.OleTranslateColor
@ stdcall DllCanUnloadNow() OLEPRO32_DllCanUnloadNow 255 stdcall DllCanUnloadNow() OLEPRO32_DllCanUnloadNow
@ stdcall DllGetClassObject( ptr ptr ptr ) OLEPRO32_DllGetClassObject 256 stdcall DllGetClassObject( ptr ptr ptr ) OLEPRO32_DllGetClassObject
@ stdcall DllRegisterServer() OLEPRO32_DllRegisterServer 257 stdcall DllRegisterServer() OLEPRO32_DllRegisterServer
@ stdcall DllUnregisterServer() OLEPRO32_DllUnregisterServer 258 stdcall DllUnregisterServer() OLEPRO32_DllUnregisterServer