30 #ifdef LIBARDOUR_DLL_EXPORTS 
   31 # define LuaBridge_API __declspec(dllexport) 
   33 # define LuaBridge_API __declspec(dllimport) 
   36 # define LuaBridge_API  
   49 #ifdef PLATFORM_WINDOWS 
   54   static void const* getStaticKey ();
 
   55   static void const* getClassKey ();
 
   56   static void const* getConstKey ();
 
static void const  * getStaticKey()
 
static void const  * getConstKey()
 
static void const  * getClassKey()