Skip to content

Commit

Permalink
NO-OP fix typo in comment and header guard
Browse files Browse the repository at this point in the history
  • Loading branch information
x42 committed Mar 26, 2020
1 parent f744b5f commit 811dd0e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions libs/zita-resampler/zita-resampler/zresampler_visibility.h
Original file line number Diff line number Diff line change
@@ -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)
Expand All @@ -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
Expand Down

0 comments on commit 811dd0e

Please sign in to comment.