https://git.reactos.org/?p=reactos.git;a=commitdiff;h=ca1d7c82da24c8ecb493a…
commit ca1d7c82da24c8ecb493affa82c1e87b2d4a304e
Author: Amine Khaldi <amine.khaldi(a)reactos.org>
AuthorDate: Fri Mar 9 12:49:13 2018 +0100
Commit: Amine Khaldi <amine.khaldi(a)reactos.org>
CommitDate: Fri Mar 9 12:49:13 2018 +0100
[CABINET_WINETEST] Sync with Wine Staging 3.3. CORE-14434
---
modules/rostests/winetests/cabinet/extract.c | 10 +++++-----
modules/rostests/winetests/cabinet/fdi.c | 8 ++++----
2 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/modules/rostests/winetests/cabinet/extract.c
b/modules/rostests/winetests/cabinet/extract.c
index 2911e9e95c..c3d45102f2 100644
--- a/modules/rostests/winetests/cabinet/extract.c
+++ b/modules/rostests/winetests/cabinet/extract.c
@@ -18,11 +18,11 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
-//#include <stdio.h>
-//#include <windows.h>
-#include <wine/test.h>
-#include <fci.h>
-#include <fdi.h>
+#include <stdio.h>
+#include <windows.h>
+#include "fci.h"
+#include "fdi.h"
+#include "wine/test.h"
/* make the max size large so there is only one cab file */
#define MEDIA_SIZE 999999999
diff --git a/modules/rostests/winetests/cabinet/fdi.c
b/modules/rostests/winetests/cabinet/fdi.c
index 741283afe6..80f6a3c571 100644
--- a/modules/rostests/winetests/cabinet/fdi.c
+++ b/modules/rostests/winetests/cabinet/fdi.c
@@ -20,10 +20,10 @@
*/
#include <stdio.h>
-//#include <windows.h>
-#include <wine/test.h>
-#include <fci.h>
-#include <fdi.h>
+#include <windows.h>
+#include "fci.h"
+#include "fdi.h"
+#include "wine/test.h"
/* make the max size large so there is only one cab file */
#define MEDIA_SIZE 999999999