diff options
author | Fneufneu <fneufneu@xbmc.org> | 2011-01-31 18:27:11 +0100 |
---|---|---|
committer | spiff <spiff@xbmc.org> | 2011-03-19 09:17:52 +0100 |
commit | 8a86e96b5b005e1b4fdaf5d093bb7d128f2aba4a (patch) | |
tree | 903f194fd25e08e1b5cb6743998e81f35cf8809d /lib/nosefart | |
parent | 30281d9b6c81b45f8bdaf2f4a1c79c4f5f3403bf (diff) |
added: FreeBSD support in nosefart
Diffstat (limited to 'lib/nosefart')
-rw-r--r-- | lib/nosefart/NoseFartDLL.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/nosefart/NoseFartDLL.cpp b/lib/nosefart/NoseFartDLL.cpp index e67fdf54f4..6a2edfb295 100644 --- a/lib/nosefart/NoseFartDLL.cpp +++ b/lib/nosefart/NoseFartDLL.cpp @@ -19,7 +19,7 @@ * */ -#ifdef __linux__ +#if defined(__linux__) || defined(__FreeBSD__) #define __declspec(x) #endif extern "C" |