Author: sserapion Date: Sat Oct 25 02:04:51 2008 New Revision: 36930
URL: http://svn.reactos.org/svn/reactos?rev=36930&view=rev Log: Fix more rbuild files and fix up gdi32 and glu32 spec files.
Modified: branches/ros-amd64-bringup/reactos/dll/win32/fmifs/fmifs.rbuild branches/ros-amd64-bringup/reactos/dll/win32/gdi32/gdi32.spec branches/ros-amd64-bringup/reactos/dll/win32/glu32/glu32.spec branches/ros-amd64-bringup/reactos/dll/win32/lsasrv/lsasrv.rbuild
Modified: branches/ros-amd64-bringup/reactos/dll/win32/fmifs/fmifs.rbuild URL: http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/dll/wi... ============================================================================== --- branches/ros-amd64-bringup/reactos/dll/win32/fmifs/fmifs.rbuild [iso-8859-1] (original) +++ branches/ros-amd64-bringup/reactos/dll/win32/fmifs/fmifs.rbuild [iso-8859-1] Sat Oct 25 02:04:51 2008 @@ -1,5 +1,5 @@ <module name="fmifs" type="win32dll" entrypoint="InitializeFmIfs@12" baseaddress="${BASEADDRESS_FMIFS}" installbase="system32" installname="fmifs.dll"> - <importlibrary definition="fmifs.spec.def" /> + <importlibrary definition="fmifs.spec" /> <include base="fmifs">.</include> <define name="_DISABLE_TIDENTS" /> <define name="_WIN32_WINNT">0x0600</define>
Modified: branches/ros-amd64-bringup/reactos/dll/win32/gdi32/gdi32.spec URL: http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/dll/wi... ============================================================================== --- branches/ros-amd64-bringup/reactos/dll/win32/gdi32/gdi32.spec [iso-8859-1] (original) +++ branches/ros-amd64-bringup/reactos/dll/win32/gdi32/gdi32.spec [iso-8859-1] Sat Oct 25 02:04:51 2008 @@ -288,22 +288,22 @@ @ stdcall GdiDrawStream(ptr long ptr) @ stdcall GdiEndDocEMF(ptr) @ stdcall GdiEndPageEMF(ptr long) -#@ stdcall GdiEntry1 -#@ stdcall GdiEntry10 -#@ stdcall GdiEntry11 -#@ stdcall GdiEntry12 -#@ stdcall GdiEntry13 -#@ stdcall GdiEntry14 -#@ stdcall GdiEntry15 -#@ stdcall GdiEntry16 -#@ stdcall GdiEntry2 -#@ stdcall GdiEntry3 -#@ stdcall GdiEntry4 -#@ stdcall GdiEntry5 -#@ stdcall GdiEntry6 -#@ stdcall GdiEntry7 -#@ stdcall GdiEntry8 -#@ stdcall GdiEntry9 +@ stdcall GdiEntry1(ptr ptr) gdi32.DdCreateDirectDrawObject +@ stdcall GdiEntry10(ptr long) gdi32.DdReenableDirectDrawObject +@ stdcall GdiEntry11(ptr ptr) gdi32.DdAttachSurface +@ stdcall GdiEntry12(ptr ptr) gdi32.DdUnattachSurface +@ stdcall GdiEntry13() gdi32.DdQueryDisplaySettingsUniqueness +@ stdcall GdiEntry14(ptr ptr long) gdi32.DdGetDxHandle +@ stdcall GdiEntry15(ptr ptr ptr) gdi32.DdSetGammaRamp +@ stub GdiEntry16 +@ stdcall GdiEntry2(ptr ptr ptr ptr ptr ptr ptr ptr ptr ptr ptr) gdi32.DdQueryDirectDrawObject +@ stdcall GdiEntry3(ptr) gdi32.DdDeleteDirectDrawObject +@ stdcall GdiEntry4(ptr long) gdi32.DdCreateSurfaceObject +@ stdcall GdiEntry5(ptr) gdi32.DdDeleteSurfaceObject +@ stdcall GdiEntry6(ptr ptr) gdi32.DdResetVisrgn +@ stdcall GdiEntry7(ptr ptr) gdi32.DdGetDC +@ stdcall GdiEntry8(ptr) gdi32.DdReleaseDC +@ stdcall GdiEntry9(ptr ptr ptr ptr ptr ptr) gdi32.DdCreateDIBSection @ stdcall GdiFixUpHandle(ptr) @ stdcall GdiFlush() @ stdcall GdiFullscreenControl(ptr ptr long ptr ptr) NtGdiFullscreenControl
Modified: branches/ros-amd64-bringup/reactos/dll/win32/glu32/glu32.spec URL: http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/dll/wi... ============================================================================== --- branches/ros-amd64-bringup/reactos/dll/win32/glu32/glu32.spec [iso-8859-1] (original) +++ branches/ros-amd64-bringup/reactos/dll/win32/glu32/glu32.spec [iso-8859-1] Sat Oct 25 02:04:51 2008 @@ -18,7 +18,7 @@ @ stub gluErrorUnicodeStringEXT @ stdcall gluGetNurbsProperty(ptr long ptr) @ stdcall gluGetString(long) -@ stdcall gluGetTessProperty(ptr long double) +@ stdcall gluGetTessProperty(ptr ptr ptr) @ stdcall gluLoadSamplingMatrices(ptr ptr ptr ptr) @ stdcall gluLookAt(double double double double double double double double double) @ stdcall gluNewNurbsRenderer()
Modified: branches/ros-amd64-bringup/reactos/dll/win32/lsasrv/lsasrv.rbuild URL: http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/dll/wi... ============================================================================== --- branches/ros-amd64-bringup/reactos/dll/win32/lsasrv/lsasrv.rbuild [iso-8859-1] (original) +++ branches/ros-amd64-bringup/reactos/dll/win32/lsasrv/lsasrv.rbuild [iso-8859-1] Sat Oct 25 02:04:51 2008 @@ -1,5 +1,5 @@ <module name="lsasrv" type="win32dll" entrypoint="0" baseaddress="${BASEADDRESS_LSASRV}" installbase="system32" installname="lsasrv.dll" unicode="yes"> - <importlibrary definition="lsasrv.spec.def" /> + <importlibrary definition="lsasrv.spec" /> <include base="lsasrv">.</include> <include base="lsa_server">.</include> <define name="WINVER">0x600</define>