~ubuntu-branches/ubuntu/saucy/openal-soft/saucy

« back to all changes in this revision

Viewing changes to include/AL/alc.h

  • Committer: Bazaar Package Importer
  • Author(s): Andres Mejia
  • Date: 2011-04-22 18:30:58 UTC
  • mfrom: (7.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20110422183058-pgxqd8022xk3vwao
Tags: 1:1.13-2
Don't build with ALSA compatibility on non-Linux architectures.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
extern "C" {
6
6
#endif
7
7
 
8
 
#if defined(_WIN32) && !defined(_XBOX)
 
8
#if defined(AL_LIBTYPE_STATIC)
 
9
 #define ALC_API
 
10
#elif defined(_WIN32) && !defined(_XBOX)
9
11
 #if defined(AL_BUILD_LIBRARY)
10
12
  #define ALC_API __declspec(dllexport)
11
13
 #else