Commit 6bc8bbd3 authored by Eric Pouech's avatar Eric Pouech Committed by Alexandre Julliard

Temporary #if 0'ed part for builtin modules in MSACM to make it

compile with the patch for loadable drivers.
parent 0248381a
......@@ -180,6 +180,7 @@ PWINE_ACMOBJ32 MSACM_GetObj32(HACMOBJ32 hObj)
*/
HDRVR32 MSACM_OpenDriverProc32(DRIVERPROC32 pfnDriverProc)
{
#if 0
LPDRIVERITEM32A pDrvr;
/* FIXME: This is a very bad solution */
......@@ -190,6 +191,9 @@ HDRVR32 MSACM_OpenDriverProc32(DRIVERPROC32 pfnDriverProc)
/* FIXME: Send DRV_OPEN among others to DriverProc */
return (HDRVR32) pDrvr;
#else
return (HDRVR32) 0;
#endif
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment