d3drm: Don't import libdxguid and libuuid.

Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
oldstable
Henri Verbeet 2016-11-10 16:17:41 +01:00 committed by Alexandre Julliard
parent 217516ce79
commit ca49f8f120
5 changed files with 6 additions and 13 deletions

View File

@ -1,6 +1,6 @@
MODULE = d3drm.dll
IMPORTLIB = d3drm
IMPORTS = dxguid uuid d3dxof ddraw
IMPORTS = d3dxof ddraw
C_SRCS = \
d3drm.c \

View File

@ -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"

View File

@ -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.@)

View File

@ -29,6 +29,7 @@
#include "d3drm.h"
#include "dxfile.h"
#include "d3drmwin.h"
#include "rmxfguid.h"
#include "wine/debug.h"
#include "wine/list.h"

View File

@ -23,7 +23,6 @@
#include "wine/port.h"
#include "d3drm_private.h"
#include "rmxfguid.h"
WINE_DEFAULT_DEBUG_CHANNEL(d3drm);