https://git.reactos.org/?p=reactos.git;a=commitdiff;h=d9b4957fdd065e275cb63…
commit d9b4957fdd065e275cb63de5b7b10e6c09515833
Author: Amine Khaldi <amine.khaldi(a)reactos.org>
AuthorDate: Thu Mar 8 13:31:41 2018 +0100
Commit: Amine Khaldi <amine.khaldi(a)reactos.org>
CommitDate: Thu Mar 8 13:31:41 2018 +0100
[DEVENUM_WINETEST] Sync with Wine Staging 3.3. CORE-14434
---
modules/rostests/winetests/devenum/devenum.c | 17 ++++++-----------
1 file changed, 6 insertions(+), 11 deletions(-)
diff --git a/modules/rostests/winetests/devenum/devenum.c
b/modules/rostests/winetests/devenum/devenum.c
index fc6759da84..5a41183655 100644
--- a/modules/rostests/winetests/devenum/devenum.c
+++ b/modules/rostests/winetests/devenum/devenum.c
@@ -18,20 +18,15 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
-#define WIN32_NO_STATUS
-#define _INC_WINDOWS
-#define COM_NO_WINDOWS_H
-
#define COBJMACROS
-//#include <stdio.h>
+#include <stdio.h>
-#include <wine/test.h>
-#include <wingdi.h>
-#include <initguid.h>
-#include <ole2.h>
-#include <strmif.h>
-#include <uuids.h>
+#include "wine/test.h"
+#include "initguid.h"
+#include "ole2.h"
+#include "strmif.h"
+#include "uuids.h"
static const WCHAR friendly_name[] =
{'F','r','i','e','n','d','l','y','N','a','m','e',0};
static const WCHAR fcc_handlerW[] =
{'F','c','c','H','a','n','d','l','e','r',0};