Author: akhaldi
Date: Fri Feb 11 17:07:01 2011
New Revision: 50658

URL: http://svn.reactos.org/svn/reactos?rev=50658&view=rev
Log:
[CMAKE]
- Mark fastcall exports correctly, now that we have proper support in spec2def.

Modified:
    branches/cmake-bringup/drivers/video/videoprt/videoprt.spec

Modified: branches/cmake-bringup/drivers/video/videoprt/videoprt.spec
URL: 
http://svn.reactos.org/svn/reactos/branches/cmake-bringup/drivers/video/videoprt/videoprt.spec?rev=50658&r1=50657&r2=50658&view=diff
==============================================================================
--- branches/cmake-bringup/drivers/video/videoprt/videoprt.spec [iso-8859-1] 
(original)
+++ branches/cmake-bringup/drivers/video/videoprt/videoprt.spec [iso-8859-1] 
Fri Feb 11 17:07:01 2011
@@ -44,9 +44,9 @@
 @ stdcall VideoPortGetVgaStatus(ptr ptr)
 @ stdcall VideoPortInitialize(ptr ptr ptr ptr)
 @ stdcall VideoPortInt10(ptr ptr)
-@ stdcall -norelay VideoPortInterlockedDecrement(ptr) 
NTOSKRNL.InterlockedDecrement
-@ stdcall -norelay VideoPortInterlockedExchange(ptr long) 
NTOSKRNL.InterlockedExchange
-@ stdcall -norelay VideoPortInterlockedIncrement(ptr) 
NTOSKRNL.InterlockedIncrement
+@ fastcall VideoPortInterlockedDecrement(ptr) NTOSKRNL.InterlockedDecrement
+@ fastcall VideoPortInterlockedExchange(ptr long) NTOSKRNL.InterlockedExchange
+@ fastcall VideoPortInterlockedIncrement(ptr) NTOSKRNL.InterlockedIncrement
 @ stdcall VideoPortIsNoVesa()
 @ stdcall VideoPortLockBuffer(ptr ptr long long)
 @ stdcall VideoPortLockPages(ptr ptr ptr ptr long)


Reply via email to