Skip to content
Snippets Groups Projects
Commit 6bc8bbd3 authored by Eric Pouech's avatar Eric Pouech Committed by Alexandre Julliard
Browse files

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

compile with the patch for loadable drivers.
parent 0248381a
No related branches found
No related tags found
No related merge requests found
......@@ -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
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment