[D3DX9_37] => [D3DX9_43]

* Sync with Wine 1.7.17.
CORE-8080

svn path=/trunk/; revision=62818
This commit is contained in:
Amine Khaldi 2014-04-19 18:55:57 +00:00
parent 61411ec7fd
commit 482c3d3d9b
8 changed files with 20 additions and 16 deletions

View 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

View 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

View 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

View 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

View 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

View 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

View 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
@ -20,17 +20,21 @@
*
*/
#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.

View 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