mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 17:05:46 +00:00
Disable mmdevapi from build.
Its Vista+, called by apps, and relies on wine-only dlls like winepulse.drv,winealsa.drv,wineoss.drv. CORE-10418 svn path=/trunk/; revision=69716
This commit is contained in:
parent
43cec2d41c
commit
db95aa6bd3
2 changed files with 2 additions and 2 deletions
|
@ -85,7 +85,7 @@ add_subdirectory(mciseq)
|
||||||
add_subdirectory(mciwave)
|
add_subdirectory(mciwave)
|
||||||
add_subdirectory(mgmtapi)
|
add_subdirectory(mgmtapi)
|
||||||
add_subdirectory(mlang)
|
add_subdirectory(mlang)
|
||||||
add_subdirectory(mmdevapi)
|
#add_subdirectory(mmdevapi)
|
||||||
add_subdirectory(mmdrv)
|
add_subdirectory(mmdrv)
|
||||||
add_subdirectory(modemui)
|
add_subdirectory(modemui)
|
||||||
add_subdirectory(mpr)
|
add_subdirectory(mpr)
|
||||||
|
|
|
@ -61,7 +61,7 @@ AddReg=Classes
|
||||||
11,,jscript.dll,1
|
11,,jscript.dll,1
|
||||||
;11,,ksproxy.ax,1
|
;11,,ksproxy.ax,1
|
||||||
11,,mlang.dll,1
|
11,,mlang.dll,1
|
||||||
11,,mmdevapi.dll,1
|
;11,,mmdevapi.dll,1
|
||||||
11,,mscat32.dll,1
|
11,,mscat32.dll,1
|
||||||
11,,msctf.dll,1
|
11,,msctf.dll,1
|
||||||
11,,mshtml.dll,3
|
11,,mshtml.dll,3
|
||||||
|
|
Loading…
Reference in a new issue