Skip to content

Commit

Permalink
Enable dllexport only on MSVC
Browse files Browse the repository at this point in the history
  • Loading branch information
r9y9 committed Oct 27, 2015
1 parent f3e609e commit 2a4abfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/SPTK.h
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
#define SPTK_H_

#ifndef DLLEXPORT
# ifdef _WIN32
# ifdef _MSC_VER
# define DLLEXPORT __declspec(dllexport)
# else
# define DLLEXPORT
Expand Down

0 comments on commit 2a4abfe

Please sign in to comment.