mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2024-11-10 07:21:58 +00:00
oslibs, codecs: rebuilt libxmp from newer sources.
This commit is contained in:
parent
13704c9713
commit
b61a736c8c
5 changed files with 8 additions and 2 deletions
|
@ -1,6 +1,10 @@
|
|||
#ifndef XMP_H
|
||||
#define XMP_H
|
||||
|
||||
#if defined(EMSCRIPTEN)
|
||||
# include <emscripten.h>
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
@ -26,7 +30,6 @@ extern "C" {
|
|||
#elif defined(__SUNPRO_C) && defined(XMP_LDSCOPE_GLOBAL)
|
||||
# define LIBXMP_EXPORT __global
|
||||
#elif defined(EMSCRIPTEN)
|
||||
# include <emscripten.h>
|
||||
# define LIBXMP_EXPORT EMSCRIPTEN_KEEPALIVE
|
||||
# define LIBXMP_EXPORT_VAR
|
||||
#else
|
||||
|
|
|
@ -1,6 +1,10 @@
|
|||
#ifndef XMP_H
|
||||
#define XMP_H
|
||||
|
||||
#if defined(EMSCRIPTEN)
|
||||
# include <emscripten.h>
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
@ -26,7 +30,6 @@ extern "C" {
|
|||
#elif defined(__SUNPRO_C) && defined(XMP_LDSCOPE_GLOBAL)
|
||||
# define LIBXMP_EXPORT __global
|
||||
#elif defined(EMSCRIPTEN)
|
||||
# include <emscripten.h>
|
||||
# define LIBXMP_EXPORT EMSCRIPTEN_KEEPALIVE
|
||||
# define LIBXMP_EXPORT_VAR
|
||||
#else
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in a new issue