Add a missing #ifdef to try to fix the build under Qt's hacked version of the MinGW tools.

This commit is contained in:
David Betz 2015-03-08 10:49:44 -04:00
parent 4926011779
commit 6e65d1e731
1 changed files with 2 additions and 0 deletions

View File

@ -39,7 +39,9 @@
#include <objbase.h>
#include <setupapi.h>
#ifndef GUID_DEVINTERFACE_COMPORT
DEFINE_GUID(GUID_DEVINTERFACE_COMPORT, 0x86e0d1e0L, 0x8089, 0x11d0, 0x9c, 0xe4, 0x08, 0x00, 0x3e, 0x30, 0x1f, 0x73);
#endif
#ifdef MAIN
int CheckPort(const char* port, void* data)