(Windows) Buildfix
This commit is contained in:
parent
3678c4e72a
commit
8cd2d1deff
|
@ -114,7 +114,6 @@ void convert_float_to_s16_ALLEGREX(int16_t *out,
|
|||
#define convert_float_to_s16 convert_float_to_s16_C
|
||||
#endif
|
||||
|
||||
|
||||
RETRO_END_DECLS
|
||||
|
||||
#endif
|
||||
|
|
|
@ -22,10 +22,6 @@
|
|||
#ifndef __LIBRETRO_SDK_CONVERSION_S16_TO_FLOAT_H__
|
||||
#define __LIBRETRO_SDK_CONVERSION_S16_TO_FLOAT_H__
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stddef.h>
|
||||
|
||||
|
|
Loading…
Reference in New Issue