ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/SIDPlayer/src/types.h
(Generate patch)

Comparing SIDPlayer/src/types.h (file contents):
Revision 1.1.1.1 by cebix, 2000-07-28T12:42:30Z vs.
Revision 1.5 by cebix, 2004-01-12T15:15:49Z

# Line 1 | Line 1
1   /*
2   *  types.h - Definitions of data types
3   *
4 < *  SIDPlayer (C) Copyright 1996-2000 Christian Bauer
4 > *  SIDPlayer (C) Copyright 1996-2004 Christian Bauer
5   *
6   *  This program is free software; you can redistribute it and/or modify
7   *  it under the terms of the GNU General Public License as published by
# Line 25 | Line 25
25   #include "config.h"
26   #endif
27  
28 < #ifdef __BEOS__
28 > #if defined(__BEOS__)
29   #include <support/SupportDefs.h>
30 + #elif defined(SDL)
31 + #include <SDL_types.h>
32 + typedef Uint8 uint8;
33 + typedef Sint8 int8;
34 + typedef Uint16 uint16;
35 + typedef Sint16 int16;
36 + typedef Uint32 uint32;
37 + typedef Sint32 int32;
38 + typedef Uint64 uint64;
39 + typedef Sint64 int64;
40   #endif
41  
42   // Cycle count

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines