mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2025-03-10 03:51:41 +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
|
#ifndef XMP_H
|
||||||
#define XMP_H
|
#define XMP_H
|
||||||
|
|
||||||
|
#if defined(EMSCRIPTEN)
|
||||||
|
# include <emscripten.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
@ -26,7 +30,6 @@ extern "C" {
|
||||||
#elif defined(__SUNPRO_C) && defined(XMP_LDSCOPE_GLOBAL)
|
#elif defined(__SUNPRO_C) && defined(XMP_LDSCOPE_GLOBAL)
|
||||||
# define LIBXMP_EXPORT __global
|
# define LIBXMP_EXPORT __global
|
||||||
#elif defined(EMSCRIPTEN)
|
#elif defined(EMSCRIPTEN)
|
||||||
# include <emscripten.h>
|
|
||||||
# define LIBXMP_EXPORT EMSCRIPTEN_KEEPALIVE
|
# define LIBXMP_EXPORT EMSCRIPTEN_KEEPALIVE
|
||||||
# define LIBXMP_EXPORT_VAR
|
# define LIBXMP_EXPORT_VAR
|
||||||
#else
|
#else
|
||||||
|
|
|
@ -1,6 +1,10 @@
|
||||||
#ifndef XMP_H
|
#ifndef XMP_H
|
||||||
#define XMP_H
|
#define XMP_H
|
||||||
|
|
||||||
|
#if defined(EMSCRIPTEN)
|
||||||
|
# include <emscripten.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
@ -26,7 +30,6 @@ extern "C" {
|
||||||
#elif defined(__SUNPRO_C) && defined(XMP_LDSCOPE_GLOBAL)
|
#elif defined(__SUNPRO_C) && defined(XMP_LDSCOPE_GLOBAL)
|
||||||
# define LIBXMP_EXPORT __global
|
# define LIBXMP_EXPORT __global
|
||||||
#elif defined(EMSCRIPTEN)
|
#elif defined(EMSCRIPTEN)
|
||||||
# include <emscripten.h>
|
|
||||||
# define LIBXMP_EXPORT EMSCRIPTEN_KEEPALIVE
|
# define LIBXMP_EXPORT EMSCRIPTEN_KEEPALIVE
|
||||||
# define LIBXMP_EXPORT_VAR
|
# define LIBXMP_EXPORT_VAR
|
||||||
#else
|
#else
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in a new issue