From 044acd0ee49b35a76b4366f90308d98084038a24 Mon Sep 17 00:00:00 2001 From: Gerard Patel Date: Wed, 14 Jun 2000 21:15:22 +0000 Subject: [PATCH] Set the base for the ordinals of olepro32 to 248. --- dlls/olepro32/olepro32.spec | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) rewrite dlls/olepro32/olepro32.spec (93%) diff --git a/dlls/olepro32/olepro32.spec b/dlls/olepro32/olepro32.spec dissimilarity index 93% index d3ae3699fc9..be39dece299 100644 --- a/dlls/olepro32/olepro32.spec +++ b/dlls/olepro32/olepro32.spec @@ -1,16 +1,16 @@ -name olepro32 -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 +name olepro32 +type win32 + +import oleaut32.dll + +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 -- 2.11.4.GIT