[CABINET_WINETEST]
authorAmine Khaldi <amine.khaldi@reactos.org>
Fri, 31 May 2013 16:57:58 +0000 (16:57 +0000)
committerAmine Khaldi <amine.khaldi@reactos.org>
Fri, 31 May 2013 16:57:58 +0000 (16:57 +0000)
* Sync with Wine 1.5.26.

svn path=/trunk/; revision=59128

rostests/winetests/cabinet/CMakeLists.txt
rostests/winetests/cabinet/extract.c
rostests/winetests/cabinet/fdi.c
rostests/winetests/cabinet/testlist.c

index 9a80c8b..e30a550 100644 (file)
@@ -1,8 +1,5 @@
 
 
-add_definitions(
-    -D__ROS_LONG64__
-    -D_DLL -D__USE_CRTIMP)
-
+add_definitions(-D__ROS_LONG64__)
 add_executable(cabinet_winetest extract.c fdi.c testlist.c)
 target_link_libraries(cabinet_winetest wine)
 set_module_type(cabinet_winetest win32cui)
 add_executable(cabinet_winetest extract.c fdi.c testlist.c)
 target_link_libraries(cabinet_winetest wine)
 set_module_type(cabinet_winetest win32cui)
index aedbdd4..45387be 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 "fci.h"
-#include "fdi.h"
-#include "wine/test.h"
+//#include <stdio.h>
+//#include <windows.h>
+#include <wine/test.h>
+#include <fci.h>
+#include <fdi.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 4e1c9e0..507d9c1 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 "fci.h"
-#include "fdi.h"
-#include "wine/test.h"
+//#include <stdio.h>
+//#include <windows.h>
+#include <wine/test.h>
+#include <fci.h>
+#include <fdi.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 992cd35..fd041cd 100644 (file)
@@ -1,10 +1,7 @@
 /* Automatically generated file; DO NOT EDIT!! */
 
 /* Automatically generated file; DO NOT EDIT!! */
 
-#define WIN32_LEAN_AND_MEAN
-#include <windows.h>
-
 #define STANDALONE
 #define STANDALONE
-#include "wine/test.h"
+#include <wine/test.h>
 
 extern void func_extract(void);
 extern void func_fdi(void);
 
 extern void func_extract(void);
 extern void func_fdi(void);