mirror of
https://github.com/reactos/reactos.git
synced 2025-07-24 13:53:41 +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
|
||||
*/
|
||||
|
||||
//#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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue