[CABINET_WINETEST] Sync with Wine Staging 3.3. CORE-14434
authorAmine Khaldi <amine.khaldi@reactos.org>
Fri, 9 Mar 2018 11:49:13 +0000 (12:49 +0100)
committerAmine Khaldi <amine.khaldi@reactos.org>
Fri, 9 Mar 2018 11:49:13 +0000 (12:49 +0100)
modules/rostests/winetests/cabinet/extract.c
modules/rostests/winetests/cabinet/fdi.c

index 2911e9e..c3d4510 100644 (file)
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
  * 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
 
 /* make the max size large so there is only one cab file */
 #define MEDIA_SIZE          999999999
index 741283a..80f6a3c 100644 (file)
  */
 
 #include <stdio.h>
  */
 
 #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
 
 /* make the max size large so there is only one cab file */
 #define MEDIA_SIZE          999999999