mirror of
https://github.com/reactos/reactos.git
synced 2026-05-31 16:31:07 +08:00
[MSGSM32.ACM] Sync with Wine Staging 3.3. CORE-14434
This commit is contained in:
@@ -20,14 +20,12 @@
|
||||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
#define WIN32_NO_STATUS
|
||||
#include "config.h"
|
||||
#include <wine/port.h>
|
||||
|
||||
#include <config.h>
|
||||
//#include <wine/port.h>
|
||||
|
||||
//#include <assert.h>
|
||||
#include <assert.h>
|
||||
#include <stdarg.h>
|
||||
//#include <string.h>
|
||||
#include <string.h>
|
||||
|
||||
#ifdef HAVE_GSM_GSM_H
|
||||
#include <gsm/gsm.h>
|
||||
@@ -35,17 +33,17 @@
|
||||
#include <gsm.h>
|
||||
#endif
|
||||
|
||||
#include <windef.h>
|
||||
#include <winbase.h>
|
||||
#include <wingdi.h>
|
||||
#include <winuser.h>
|
||||
#include <winnls.h>
|
||||
//#include "mmsystem.h"
|
||||
//#include "mmreg.h"
|
||||
//#include "msacm.h"
|
||||
#include <msacmdrv.h>
|
||||
//#include "wine/library.h"
|
||||
#include <wine/debug.h>
|
||||
#include "windef.h"
|
||||
#include "winbase.h"
|
||||
#include "wingdi.h"
|
||||
#include "winuser.h"
|
||||
#include "winnls.h"
|
||||
#include "mmsystem.h"
|
||||
#include "mmreg.h"
|
||||
#include "msacm.h"
|
||||
#include "msacmdrv.h"
|
||||
#include "wine/library.h"
|
||||
#include "wine/debug.h"
|
||||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(gsm);
|
||||
|
||||
|
||||
@@ -109,7 +109,7 @@ reactos/dll/win32/mscoree # Synced to Wine-1.5.4
|
||||
reactos/dll/win32/msctf # Synced to WineStaging-3.3
|
||||
reactos/dll/win32/msftedit # Synced to WineStaging-3.3
|
||||
reactos/dll/win32/msg711.acm # Synced to WineStaging-3.3
|
||||
reactos/dll/win32/msgsm32.acm # Synced to WineStaging-2.9
|
||||
reactos/dll/win32/msgsm32.acm # Synced to WineStaging-3.3
|
||||
reactos/dll/win32/mshtml # Synced to WineStaging-1.7.55
|
||||
reactos/dll/win32/mshtml.tlb # Synced to WineStaging-1.7.55
|
||||
reactos/dll/win32/msi # Synced to WineStaging-3.3
|
||||
|
||||
Reference in New Issue
Block a user