[CABINET_WINETEST] Sync with Wine Staging 3.3. CORE-14434

This commit is contained in:
Amine Khaldi 2018-03-09 12:49:13 +01:00
parent afb6bca511
commit ca1d7c82da
2 changed files with 9 additions and 9 deletions

View file

@ -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

View file

@ -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