From a553ba4adc86b4a347e67d2158b59636dc6869e7 Mon Sep 17 00:00:00 2001 From: Stefan Ginsberg Date: Fri, 7 Aug 2009 21:27:45 +0000 Subject: [PATCH] - Use APIENTRY compatible -- wdmaud now builds svn path=/trunk/; revision=42485 --- reactos/dll/win32/wdmaud.drv/wdmaud.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/reactos/dll/win32/wdmaud.drv/wdmaud.c b/reactos/dll/win32/wdmaud.drv/wdmaud.c index c69f9007c9f..94f0c7674b6 100644 --- a/reactos/dll/win32/wdmaud.drv/wdmaud.c +++ b/reactos/dll/win32/wdmaud.drv/wdmaud.c @@ -484,7 +484,8 @@ PopulateWdmDeviceList( -APIENTRY LONG +LONG +APIENTRY DriverProc( DWORD DriverId, HANDLE DriverHandle,