From 36df88668d1607ef8a6ffe6562529943f24289b9 Mon Sep 17 00:00:00 2001 From: Eric Kohl Date: Sun, 15 Aug 1999 00:36:59 +0000 Subject: [PATCH] Fixed STDCALL bug. svn path=/trunk/; revision=615 --- reactos/drivers/fs/vfat/iface.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reactos/drivers/fs/vfat/iface.c b/reactos/drivers/fs/vfat/iface.c index e3a99598cce..99208060683 100644 --- a/reactos/drivers/fs/vfat/iface.c +++ b/reactos/drivers/fs/vfat/iface.c @@ -2110,8 +2110,8 @@ NTSTATUS FsdQueryVolumeInformation(PDEVICE_OBJECT DeviceObject, PIRP Irp) } -STDCALL NTSTATUS DriverEntry(PDRIVER_OBJECT _DriverObject, - PUNICODE_STRING RegistryPath) +NTSTATUS STDCALL +DriverEntry(PDRIVER_OBJECT _DriverObject, PUNICODE_STRING RegistryPath) /* * FUNCTION: Called by the system to initalize the driver * ARGUMENTS: