mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 08:32:58 +00:00
[CABINET_WINETEST] Sync with Wine Staging 3.3. CORE-14434
This commit is contained in:
parent
afb6bca511
commit
ca1d7c82da
2 changed files with 9 additions and 9 deletions
|
@ -18,11 +18,11 @@
|
||||||
* 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 <stdio.h>
|
||||||
//#include <windows.h>
|
#include <windows.h>
|
||||||
#include <wine/test.h>
|
#include "fci.h"
|
||||||
#include <fci.h>
|
#include "fdi.h"
|
||||||
#include <fdi.h>
|
#include "wine/test.h"
|
||||||
|
|
||||||
/* make the max size large so there is only one cab file */
|
/* make the max size large so there is only one cab file */
|
||||||
#define MEDIA_SIZE 999999999
|
#define MEDIA_SIZE 999999999
|
||||||
|
|
|
@ -20,10 +20,10 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
//#include <windows.h>
|
#include <windows.h>
|
||||||
#include <wine/test.h>
|
#include "fci.h"
|
||||||
#include <fci.h>
|
#include "fdi.h"
|
||||||
#include <fdi.h>
|
#include "wine/test.h"
|
||||||
|
|
||||||
/* make the max size large so there is only one cab file */
|
/* make the max size large so there is only one cab file */
|
||||||
#define MEDIA_SIZE 999999999
|
#define MEDIA_SIZE 999999999
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue