[xiph-cvs] cvs commit: libshout/include/shout shout.h
Jack Moffitt
jack at xiph.org
Sat Oct 20 15:34:58 PDT 2001
jack 01/10/20 15:34:58
Modified: include/shout shout.h
Log:
Gar. Fix typedefs.
Revision Changes Path
1.4 +2 -2 libshout/include/shout/shout.h
Index: shout.h
===================================================================
RCS file: /usr/local/cvsroot/libshout/include/shout/shout.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- shout.h 2001/10/20 21:47:00 1.3
+++ shout.h 2001/10/20 22:34:57 1.4
@@ -6,8 +6,8 @@
#define __LIBSHOUT_SHOUT_H__
#ifdef _WIN32
-typedef int64_t __int64
-typedef uint64_t unsigned __int64
+typedef __int64 int64_t;
+typedef unsigned __int64 uint64_t;
#else
# ifdef __GLIBC__
# include <stdint.h>
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the commits
mailing list