mirror of
https://github.com/reactos/reactos.git
synced 2025-08-07 05:52:57 +00:00
[WMIC] Sync with Wine Staging 3.3. CORE-14434
This commit is contained in:
parent
a8d963ab0d
commit
94b1980b6b
2 changed files with 9 additions and 9 deletions
|
@ -19,16 +19,16 @@
|
|||
|
||||
#define COBJMACROS
|
||||
|
||||
//#include <stdio.h>
|
||||
//#include "windows.h"
|
||||
//#include "ocidl.h"
|
||||
#include <initguid.h>
|
||||
//#include "objidl.h"
|
||||
#include <wbemcli.h>
|
||||
#include <stdio.h>
|
||||
#include "windows.h"
|
||||
#include "ocidl.h"
|
||||
#include "initguid.h"
|
||||
#include "objidl.h"
|
||||
#include "wbemcli.h"
|
||||
#include "wmic.h"
|
||||
|
||||
#include <wine/debug.h>
|
||||
#include <wine/unicode.h>
|
||||
#include "wine/debug.h"
|
||||
#include "wine/unicode.h"
|
||||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(wmic);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue