|
Urbi SDK Remote for C++
2.7.5
|
00001 /* 00002 * Copyright (C) 2009, 2010, Gostai S.A.S. 00003 * 00004 * This software is provided "as is" without warranty of any kind, 00005 * either expressed or implied, including but not limited to the 00006 * implied warranties of fitness for a particular purpose. 00007 * 00008 * See the LICENSE file for more information. 00009 */ 00010 00011 #ifndef URBI_EXPORT_HH 00012 # define URBI_EXPORT_HH 00013 00014 # include <libport/compiler.hh> 00015 00016 # ifdef BUILDING_URBI_SDK 00017 # define URBI_SDK_API ATTRIBUTE_DLLEXPORT 00018 # else 00019 # define URBI_SDK_API ATTRIBUTE_DLLIMPORT 00020 # endif 00021 00022 #endif // URBI_EXPORT_HH