Add a missing #ifdef to try to fix the build under Qt's hacked version of the MinGW tools.
This commit is contained in:
parent
4926011779
commit
6e65d1e731
@ -39,7 +39,9 @@
|
|||||||
#include <objbase.h>
|
#include <objbase.h>
|
||||||
#include <setupapi.h>
|
#include <setupapi.h>
|
||||||
|
|
||||||
|
#ifndef GUID_DEVINTERFACE_COMPORT
|
||||||
DEFINE_GUID(GUID_DEVINTERFACE_COMPORT, 0x86e0d1e0L, 0x8089, 0x11d0, 0x9c, 0xe4, 0x08, 0x00, 0x3e, 0x30, 0x1f, 0x73);
|
DEFINE_GUID(GUID_DEVINTERFACE_COMPORT, 0x86e0d1e0L, 0x8089, 0x11d0, 0x9c, 0xe4, 0x08, 0x00, 0x3e, 0x30, 0x1f, 0x73);
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef MAIN
|
#ifdef MAIN
|
||||||
int CheckPort(const char* port, void* data)
|
int CheckPort(const char* port, void* data)
|
||||||
|
Loading…
Reference in New Issue
Block a user