diff codec-cfg.h @ 300:df3f7a25584c

audio format support, realloc() cleanup
author arpi_esp
date Sat, 07 Apr 2001 00:51:38 +0000
parents 3343fb3e4f49
children 828ec81e0d64
line wrap: on
line diff
--- a/codec-cfg.h	Fri Apr 06 23:56:42 2001 +0000
+++ b/codec-cfg.h	Sat Apr 07 00:51:38 2001 +0000
@@ -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 {