mirror of
https://github.com/reactos/reactos.git
synced 2025-06-14 12:59:29 +00:00
[MSACM32] Sync with Wine Staging 3.3. CORE-14434
This commit is contained in:
parent
68430db462
commit
168ccfac22
12 changed files with 137 additions and 23 deletions
|
@ -21,8 +21,20 @@
|
|||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
#include <stdarg.h>
|
||||
|
||||
#include "windef.h"
|
||||
#include "winbase.h"
|
||||
#include "wine/debug.h"
|
||||
#include "mmsystem.h"
|
||||
#define NOBITMAP
|
||||
#include "mmreg.h"
|
||||
#include "msacm.h"
|
||||
#include "msacmdrv.h"
|
||||
#include "wineacm.h"
|
||||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(msacm);
|
||||
|
||||
/**********************************************************************/
|
||||
|
||||
HINSTANCE MSACM_hInstance32 = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue