mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
[MSXML] Sync with Wine Staging 3.3. CORE-14434
This commit is contained in:
parent
6067ff2f47
commit
e5f6578011
2 changed files with 5 additions and 9 deletions
|
@ -18,15 +18,11 @@
|
|||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
#define WIN32_NO_STATUS
|
||||
#define _INC_WINDOWS
|
||||
#define COM_NO_WINDOWS_H
|
||||
|
||||
#include <stdarg.h>
|
||||
#include <windef.h>
|
||||
#include <winbase.h>
|
||||
#include <objbase.h>
|
||||
#include <rpcproxy.h>
|
||||
#include "windef.h"
|
||||
#include "winbase.h"
|
||||
#include "objbase.h"
|
||||
#include "rpcproxy.h"
|
||||
|
||||
static HINSTANCE instance;
|
||||
|
||||
|
|
|
@ -127,7 +127,7 @@ reactos/dll/win32/msvcrt20 # Out of sync
|
|||
reactos/dll/win32/msvcrt40 # Out of sync
|
||||
reactos/dll/win32/msvfw32 # Synced to WineStaging-3.3
|
||||
reactos/dll/win32/msvidc32 # Synced to WineStaging-3.3
|
||||
reactos/dll/win32/msxml # Synced to WineStaging-2.9
|
||||
reactos/dll/win32/msxml # Synced to WineStaging-3.3
|
||||
reactos/dll/win32/msxml2 # Synced to WineStaging-2.9
|
||||
reactos/dll/win32/msxml3 # Synced to Wine-3.0
|
||||
reactos/dll/win32/msxml4 # Synced to WineStaging-2.9
|
||||
|
|
Loading…
Reference in a new issue