d3drm: Don't import libdxguid and libuuid.
Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
217516ce79
commit
ca49f8f120
|
@ -1,6 +1,6 @@
|
|||
MODULE = d3drm.dll
|
||||
IMPORTLIB = d3drm
|
||||
IMPORTS = dxguid uuid d3dxof ddraw
|
||||
IMPORTS = d3dxof ddraw
|
||||
|
||||
C_SRCS = \
|
||||
d3drm.c \
|
||||
|
|
|
@ -20,11 +20,8 @@
|
|||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
#include "wine/debug.h"
|
||||
|
||||
#include "winbase.h"
|
||||
#include "wingdi.h"
|
||||
#include "rmxfguid.h"
|
||||
#include "config.h"
|
||||
#include "wine/port.h"
|
||||
|
||||
#include "d3drm_private.h"
|
||||
|
||||
|
|
|
@ -17,15 +17,11 @@
|
|||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
#include <stdarg.h>
|
||||
#include "d3d.h"
|
||||
#include "config.h"
|
||||
#include "wine/port.h"
|
||||
|
||||
#include "dxfile.h"
|
||||
#include "initguid.h"
|
||||
#include "d3drm.h"
|
||||
|
||||
#include "d3drm_private.h"
|
||||
#include "wine/list.h"
|
||||
|
||||
/***********************************************************************
|
||||
* DllMain (D3DRM.@)
|
||||
|
|
|
@ -29,6 +29,7 @@
|
|||
#include "d3drm.h"
|
||||
#include "dxfile.h"
|
||||
#include "d3drmwin.h"
|
||||
#include "rmxfguid.h"
|
||||
#include "wine/debug.h"
|
||||
#include "wine/list.h"
|
||||
|
||||
|
|
|
@ -23,7 +23,6 @@
|
|||
#include "wine/port.h"
|
||||
|
||||
#include "d3drm_private.h"
|
||||
#include "rmxfguid.h"
|
||||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(d3drm);
|
||||
|
||||
|
|
Loading…
Reference in New Issue