summaryrefslogtreecommitdiffstats
path: root/codec-cfg.h
diff options
context:
space:
mode:
Diffstat (limited to 'codec-cfg.h')
-rw-r--r--codec-cfg.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/codec-cfg.h b/codec-cfg.h
index e346d55f2e..6e983fbace 100644
--- a/codec-cfg.h
+++ b/codec-cfg.h
@@ -24,10 +24,10 @@
#warning nem kellene ket typedef GUID-nak...
typedef struct {
- long f1;
- short f2;
- short f3;
- char f4[8];
+ unsigned long f1;
+ unsigned short f2;
+ unsigned short f3;
+ unsigned char f4[8];
} GUID;
typedef struct {