Actually "@X" were removed from all .def files to maintain
compatibility with MSVC compiler, and GCC will do this silently with
"--enable-stdcall-fixup" (which didn't work for some reason when
enabled a few month ago).
WBR,
Aleksey Bragin.
On Nov 11, 2006, at 11:33 PM, ekohl(a)svn.reactos.org wrote:
Author: ekohl
Date: Sat Nov 11 23:33:06 2006
New Revision: 24722
URL:
http://svn.reactos.org/svn/reactos?rev=24722&view=rev
Log:
KbdLayerDescriptor is a STDCALL function.
-=skip=-
Modified: trunk/reactos/dll/keyboard/kbdbe/kbdbe.def
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/keyboard/
kbdbe/kbdbe.def?rev=24722&r1=24721&r2=24722&view=diff
======================================================================
========
--- trunk/reactos/dll/keyboard/kbdbe/kbdbe.def (original)
+++ trunk/reactos/dll/keyboard/kbdbe/kbdbe.def Sat Nov 11 23:33:06
2006
@@ -4,5 +4,5 @@
LIBRARY kbdbe.dll
EXPORTS
-KbdLayerDescriptor
+KbdLayerDescriptor@0
;EOF
-=skip=-