mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
NO-OP fix typo in comment and header guard
This commit is contained in:
parent
f744b5fc12
commit
811dd0e6b4
1 changed files with 3 additions and 3 deletions
|
|
@ -1,5 +1,5 @@
|
|||
#ifndef __libzreampler_visibility_h__
|
||||
#define __libzreampler_visibility_h__
|
||||
#ifndef __libzresampler_visibility_h__
|
||||
#define __libzresampler_visibility_h__
|
||||
|
||||
#if defined(COMPILER_MSVC)
|
||||
#define LIBZRESAMPLER_DLL_IMPORT __declspec(dllimport)
|
||||
|
|
@ -11,7 +11,7 @@
|
|||
#define LIBZRESAMPLER_DLL_LOCAL __attribute__ ((visibility ("hidden")))
|
||||
#endif
|
||||
|
||||
#ifdef LIBZRESAMPLER_STATIC // libzita-reampler is a DLL
|
||||
#ifdef LIBZRESAMPLER_STATIC // libzita-resampler is a DLL
|
||||
#define LIBZRESAMPLER_API
|
||||
#define LIBZRESAMPLER_LOCAL
|
||||
#define LIBZRESAMPLER_TEMPLATE_API
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue