mirror of
https://github.com/Kbz-8/Pulse.git
synced 2026-01-11 15:33:34 +00:00
yes
This commit is contained in:
@@ -83,6 +83,14 @@ extern "C" {
|
||||
#define PULSE_API
|
||||
#endif
|
||||
|
||||
#ifdef PULSE_COMPILER_MSVC
|
||||
#define PULSE_IMPORT_API __declspec(dllimport)
|
||||
#elif defined(PULSE_COMPILER_MINGW)
|
||||
#define PULSE_IMPORT_API __attribute__((dllimport))
|
||||
#else
|
||||
#define PULSE_IMPORT_API
|
||||
#endif
|
||||
|
||||
#ifndef __cplusplus // if we compile in C
|
||||
#ifdef __STDC__
|
||||
#ifdef __STDC_VERSION__
|
||||
|
||||
Reference in New Issue
Block a user