Skip to content
Snippets Groups Projects
Commit 12dfb65e authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf
Browse files

ASF: help stupid compiler

parent f1ce311c
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,7 @@
*****************************************************************************/
#define GUID_FMT "0x%x-0x%x-0x%x-0x%2.2x%2.2x%2.2x%2.2x%2.2x%2.2x%2.2x%2.2x"
#define GUID_PRINT( guid ) \
(guid).Data1, \
(unsigned)(guid).Data1, \
(guid).Data2, \
(guid).Data3, \
(guid).Data4[0],(guid).Data4[1],(guid).Data4[2],(guid).Data4[3], \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment