dpnet/tests: Use dxguid for tests.
This commit is contained in:
parent
2d7848b0ee
commit
daac5b1f41
|
@ -1,5 +1,5 @@
|
||||||
TESTDLL = dpnet.dll
|
TESTDLL = dpnet.dll
|
||||||
IMPORTS = dpnet ole32
|
IMPORTS = dpnet ole32 dxguid
|
||||||
|
|
||||||
C_SRCS = \
|
C_SRCS = \
|
||||||
peer.c \
|
peer.c \
|
||||||
|
|
|
@ -16,7 +16,6 @@
|
||||||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define INITGUID
|
|
||||||
#define WIN32_LEAN_AND_MEAN
|
#define WIN32_LEAN_AND_MEAN
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue