mirror of
https://github.com/ZDoom/ZMusic.git
synced 2025-04-19 07:21:21 +00:00
Remove unneeded integer typedefs
This commit is contained in:
parent
0bd339d737
commit
248fe17343
2 changed files with 0 additions and 16 deletions
8
thirdparty/adlmidi/wopl/wopl_file.h
vendored
8
thirdparty/adlmidi/wopl/wopl_file.h
vendored
|
@ -32,14 +32,6 @@
|
|||
extern "C" {
|
||||
#endif
|
||||
|
||||
#if !defined(__STDC_VERSION__) || (defined(__STDC_VERSION__) && (__STDC_VERSION__ < 199901L)) \
|
||||
|| defined(__STRICT_ANSI__) || !defined(__cplusplus)
|
||||
typedef signed char int8_t;
|
||||
typedef unsigned char uint8_t;
|
||||
typedef signed short int int16_t;
|
||||
typedef unsigned short int uint16_t;
|
||||
#endif
|
||||
|
||||
/* Global OPL flags */
|
||||
typedef enum WOPLFileFlags
|
||||
{
|
||||
|
|
8
thirdparty/opnmidi/wopn/wopn_file.h
vendored
8
thirdparty/opnmidi/wopn/wopn_file.h
vendored
|
@ -32,14 +32,6 @@
|
|||
extern "C" {
|
||||
#endif
|
||||
|
||||
#if !defined(__STDC_VERSION__) || (defined(__STDC_VERSION__) && (__STDC_VERSION__ < 199901L)) \
|
||||
|| defined(__STRICT_ANSI__) || !defined(__cplusplus)
|
||||
typedef signed char int8_t;
|
||||
typedef unsigned char uint8_t;
|
||||
typedef signed short int int16_t;
|
||||
typedef unsigned short int uint16_t;
|
||||
#endif
|
||||
|
||||
/* Type of chip for which a bank has been designed */
|
||||
typedef enum WOPN_ChipType
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue