13
0

NO-OP fix typo in comment and header guard

This commit is contained in:
Robin Gareus 2020-03-26 16:12:25 +01:00
parent f744b5fc12
commit 811dd0e6b4
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -1,5 +1,5 @@
#ifndef __libzreampler_visibility_h__ #ifndef __libzresampler_visibility_h__
#define __libzreampler_visibility_h__ #define __libzresampler_visibility_h__
#if defined(COMPILER_MSVC) #if defined(COMPILER_MSVC)
#define LIBZRESAMPLER_DLL_IMPORT __declspec(dllimport) #define LIBZRESAMPLER_DLL_IMPORT __declspec(dllimport)
@ -11,7 +11,7 @@
#define LIBZRESAMPLER_DLL_LOCAL __attribute__ ((visibility ("hidden"))) #define LIBZRESAMPLER_DLL_LOCAL __attribute__ ((visibility ("hidden")))
#endif #endif
#ifdef LIBZRESAMPLER_STATIC // libzita-reampler is a DLL #ifdef LIBZRESAMPLER_STATIC // libzita-resampler is a DLL
#define LIBZRESAMPLER_API #define LIBZRESAMPLER_API
#define LIBZRESAMPLER_LOCAL #define LIBZRESAMPLER_LOCAL
#define LIBZRESAMPLER_TEMPLATE_API #define LIBZRESAMPLER_TEMPLATE_API