dpnet/tests: Use dxguid for tests.

This commit is contained in:
Alistair Leslie-Hughes 2014-04-11 09:00:46 +10:00 committed by Alexandre Julliard
parent 2d7848b0ee
commit daac5b1f41
2 changed files with 1 additions and 2 deletions

View File

@ -1,5 +1,5 @@
TESTDLL = dpnet.dll
IMPORTS = dpnet ole32
IMPORTS = dpnet ole32 dxguid
C_SRCS = \
peer.c \

View File

@ -16,7 +16,6 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#define INITGUID
#define WIN32_LEAN_AND_MEAN
#include <stdio.h>