From ab0afb77b2a0bb9d5dd3eb27ea98c6f9f4e938c2 Mon Sep 17 00:00:00 2001 From: Pixel Date: Sun, 23 Jun 2002 15:47:03 +0000 Subject: fixed u_* types for Windows. --- psxdev/bs.h | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'psxdev/bs.h') diff --git a/psxdev/bs.h b/psxdev/bs.h index 47a3762..4d66e0c 100644 --- a/psxdev/bs.h +++ b/psxdev/bs.h @@ -1,4 +1,4 @@ -/* $Id: bs.h,v 1.2 2002-06-23 11:19:06 Pixel Exp $ */ +/* $Id: bs.h,v 1.3 2002-06-23 15:47:03 Pixel Exp $ */ /* libbs - library for the bitstream image format @@ -36,6 +36,7 @@ #include #include +#include "generic.h" typedef struct { int width,height; @@ -48,10 +49,10 @@ typedef struct { #define BS_TYPE 2 typedef struct { - u_short length; - u_short magic; - u_short q_scale; - u_short type; + Uint16 length; + Uint16 magic; + Uint16 q_scale; + Uint16 type; } bs_header_t; /* prototypes */ -- cgit v1.2.3