vxdcall calling convention

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Corrects this line in winapi_check:
win32/device.c:544: kernel32: void VxDCall(DWORD,CONTEXT86 *): calling
convention mismatch: cdecl != stdcall

Vincent
Index: win32/device.c
===================================================================
RCS file: /home/wine/wine/win32/device.c,v
retrieving revision 1.72
diff -u -r1.72 device.c
--- win32/device.c	15 Nov 2002 01:35:52 -0000	1.72
+++ win32/device.c	18 Nov 2002 03:02:54 -0000
@@ -541,7 +541,7 @@
  *		VxDCall7 (KERNEL32.8)
  *		VxDCall8 (KERNEL32.9)
  */
-void VxDCall( DWORD service, CONTEXT86 *context )
+void WINAPI VxDCall( DWORD service, CONTEXT86 *context )
 {
     DWORD ret = 0xffffffff; /* FIXME */
     int i;

[Index of Archives]     [Gimp for Windows]     [Red Hat]     [Samba]     [Yosemite Camping]     [Graphics Cards]     [Wine Home]

  Powered by Linux