try to resolve ambigious GUID with mingw

This commit is contained in:
Michael Davidsaver
2017-07-04 16:33:18 +02:00
parent 2709866215
commit 3ea8d7c71c

View File

@@ -11,9 +11,9 @@ namespace pvAccess {
/**
* Globally unique ID.
*/
typedef struct {
struct GUID {
char value[12];
} GUID;
};
typedef epicsInt32 pvAccessID;