[D3DX9_37] => [D3DX9_43]
authorAmine Khaldi <amine.khaldi@reactos.org>
Sat, 19 Apr 2014 18:55:57 +0000 (18:55 +0000)
committerAmine Khaldi <amine.khaldi@reactos.org>
Sat, 19 Apr 2014 18:55:57 +0000 (18:55 +0000)
* Sync with Wine 1.7.17.
CORE-8080

svn path=/trunk/; revision=62818

reactos/dll/directx/wine/d3dx9_37/version.rc
reactos/dll/directx/wine/d3dx9_38/version.rc
reactos/dll/directx/wine/d3dx9_39/version.rc
reactos/dll/directx/wine/d3dx9_40/version.rc
reactos/dll/directx/wine/d3dx9_41/version.rc
reactos/dll/directx/wine/d3dx9_42/version.rc
reactos/dll/directx/wine/d3dx9_43/d3dx9_43_main.c
reactos/dll/directx/wine/d3dx9_43/version.rc

index aeb99d2..996388e 100644 (file)
@@ -17,7 +17,7 @@
  */
 
 #define WINE_FILEDESCRIPTION_STR "Wine D3DX9"
-#define WINE_FILENAME_STR "d3dx9.dll"
+#define WINE_FILENAME_STR "d3dx9_37.dll"
 #define WINE_FILEVERSION 9,22,949,2248
 #define WINE_FILEVERSION_STR "9.22.949.2248"
 #define WINE_PRODUCTVERSION 9,22,949,2248
index a8fdca8..5c33e25 100644 (file)
@@ -17,7 +17,7 @@
  */
 
 #define WINE_FILEDESCRIPTION_STR "Wine D3DX9"
-#define WINE_FILENAME_STR "d3dx9.dll"
+#define WINE_FILENAME_STR "d3dx9_38.dll"
 #define WINE_FILEVERSION 9,23,949,2378
 #define WINE_FILEVERSION_STR "9.23.949.2378"
 #define WINE_PRODUCTVERSION 9,23,949,2378
index 234dcb9..d33fc41 100644 (file)
@@ -17,7 +17,7 @@
  */
 
 #define WINE_FILEDESCRIPTION_STR "Wine D3DX9"
-#define WINE_FILENAME_STR "d3dx9.dll"
+#define WINE_FILENAME_STR "d3dx9_39.dll"
 #define WINE_FILEVERSION 9,24,949,2307
 #define WINE_FILEVERSION_STR "9.24.949.2307"
 #define WINE_PRODUCTVERSION 9,24,949,2307
index f951079..79894fd 100644 (file)
@@ -18,7 +18,7 @@
  */
 
 #define WINE_FILEDESCRIPTION_STR "Wine D3DX9"
-#define WINE_FILENAME_STR "d3dx9.dll"
+#define WINE_FILENAME_STR "d3dx9_40.dll"
 #define WINE_FILEVERSION 9,24,950,2656
 #define WINE_FILEVERSION_STR "9.24.950.2656"
 #define WINE_PRODUCTVERSION 9,24,950,2656
index 6db7842..2419a7d 100644 (file)
@@ -18,7 +18,7 @@
  */
 
 #define WINE_FILEDESCRIPTION_STR "Wine D3DX9"
-#define WINE_FILENAME_STR "d3dx9.dll"
+#define WINE_FILENAME_STR "d3dx9_41.dll"
 #define WINE_FILEVERSION 9,26,952,2844
 #define WINE_FILEVERSION_STR "9.26.952.2844"
 #define WINE_PRODUCTVERSION 9,26,952,2844
index 5733eb9..16afffc 100644 (file)
@@ -19,7 +19,7 @@
  */
 
 #define WINE_FILEDESCRIPTION_STR "Wine D3DX9"
-#define WINE_FILENAME_STR "d3dx9.dll"
+#define WINE_FILENAME_STR "d3dx9_42.dll"
 #define WINE_FILEVERSION 9,27,952,3001
 #define WINE_FILEVERSION_STR "9.27.952.3001"
 #define WINE_PRODUCTVERSION 9,27,952,3001
index b3d74cb..67cc17a 100644 (file)
@@ -2,7 +2,7 @@
  * Direct3D X 9 main file
  *
  * Copyright (C) 2007 David Adam
- * Copyright (C) 2009 Rico Schأ¼ller
+ * Copyright (C) 2009 Rico Schüller
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  *
  */
 
-#include "config.h"
-#include "wine/port.h"
+#define WIN32_NO_STATUS
+#define _INC_WINDOWS
+#define COM_NO_WINDOWS_H
+
+#include <config.h>
+//#include "wine/port.h"
 
 #include <stdarg.h>
 
-#include "windef.h"
-#include "winbase.h"
-#include "wingdi.h"
-#include "winuser.h"
+#include <windef.h>
+#include <winbase.h>
+#include <wingdi.h>
+//#include "winuser.h"
 
-#include "d3dx9.h"
+#include <d3dx9.h>
 
 /***********************************************************************
  * DllMain.
index 90a4c2b..7220bd2 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Copyright 2008 Louis Lenders
- * Copyright 2009 Rico Schأ¼ller
+ * Copyright 2009 Rico Schüller
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
@@ -18,7 +18,7 @@
  */
 
 #define WINE_FILEDESCRIPTION_STR "Wine D3DX9"
-#define WINE_FILENAME_STR "d3dx9.dll"
+#define WINE_FILENAME_STR "d3dx9_43.dll"
 #define WINE_FILEVERSION 9,29,952,3111
 #define WINE_FILEVERSION_STR "9.29.952.3111"
 #define WINE_PRODUCTVERSION 9,29,952,3111