summaryrefslogtreecommitdiff
path: root/qmake/include/quuid.h
Side-by-side diff
Diffstat (limited to 'qmake/include/quuid.h') (more/less context) (show whitespace changes)
-rw-r--r--qmake/include/quuid.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/qmake/include/quuid.h b/qmake/include/quuid.h
index 591d2f1..664c149 100644
--- a/qmake/include/quuid.h
+++ b/qmake/include/quuid.h
@@ -5,7 +5,7 @@
**
** Created: 010523
**
-** Copyright (C) 1992-2001 Trolltech AS. All rights reserved.
+** Copyright (C) 1992-2003 Trolltech AS. All rights reserved.
**
** This file is part of the tools module of the Qt GUI Toolkit.
**
@@ -53,7 +53,7 @@ typedef struct _GUID
ushort Data2;
ushort Data3;
uchar Data4[ 8 ];
-} GUID;
+} GUID, *REFGUID, *LPGUID;
#endif
#endif