mirror of
https://github.com/reactos/reactos.git
synced 2025-06-01 07:28:19 +00:00
[QUERY] Sync with Wine Staging 3.3. CORE-14434
This commit is contained in:
parent
c851a1bf2e
commit
842783003a
2 changed files with 11 additions and 14 deletions
|
@ -18,25 +18,22 @@
|
|||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
#define WIN32_NO_STATUS
|
||||
#define _INC_WINDOWS
|
||||
|
||||
#define COBJMACROS
|
||||
|
||||
#include <config.h>
|
||||
#include "config.h"
|
||||
|
||||
#include <stdarg.h>
|
||||
|
||||
#include <windef.h>
|
||||
#include <winbase.h>
|
||||
//#include "winuser.h"
|
||||
//#include "winreg.h"
|
||||
#include <ole2.h>
|
||||
#include <ntquery.h>
|
||||
#include <cierror.h>
|
||||
//#include "initguid.h"
|
||||
#include "windef.h"
|
||||
#include "winbase.h"
|
||||
#include "winuser.h"
|
||||
#include "winreg.h"
|
||||
#include "ole2.h"
|
||||
#include "ntquery.h"
|
||||
#include "cierror.h"
|
||||
#include "initguid.h"
|
||||
|
||||
#include <wine/debug.h>
|
||||
#include "wine/debug.h"
|
||||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(query);
|
||||
|
||||
|
|
|
@ -155,7 +155,7 @@ reactos/dll/win32/propsys # Synced to WineStaging-3.3
|
|||
reactos/dll/win32/pstorec # Synced to WineStaging-3.3
|
||||
reactos/dll/win32/qmgr # Synced to WineStaging-3.3
|
||||
reactos/dll/win32/qmgrprxy # Synced to WineStaging-2.9
|
||||
reactos/dll/win32/query # Synced to WineStaging-2.9
|
||||
reactos/dll/win32/query # Synced to WineStaging-3.3
|
||||
reactos/dll/win32/rasapi32 # Synced to WineStaging-2.9
|
||||
reactos/dll/win32/resutils # Synced to WineStaging-2.9
|
||||
reactos/dll/win32/riched20 # Synced to Wine-3.0
|
||||
|
|
Loading…
Reference in a new issue