gta.h   gta.h 
skipping to change at line 128 skipping to change at line 128
# else # else
# define GTA_EXPORT # define GTA_EXPORT
# endif # endif
# else # else
# if defined _MSVC && !defined GTA_STATIC # if defined _MSVC && !defined GTA_STATIC
# define GTA_EXPORT __declspec(dllimport) # define GTA_EXPORT __declspec(dllimport)
# else # else
# define GTA_EXPORT # define GTA_EXPORT
# endif # endif
# endif # endif
#elif defined GTA_BUILD && defined HAVE_VISIBILITY
# define GTA_EXPORT __attribute__((visibility("default")))
#else #else
# define GTA_EXPORT # define GTA_EXPORT
#endif #endif
/* Several attributes that may help the compiler to optimize the code or to /* Several attributes that may help the compiler to optimize the code or to
* produce better warnings. * produce better warnings.
* See http://gcc.gnu.org/onlinedocs/gcc/Function-Attributes.html * See http://gcc.gnu.org/onlinedocs/gcc/Function-Attributes.html
* and http://gcc.gnu.org/onlinedocs/gcc/Variable-Attributes.html * and http://gcc.gnu.org/onlinedocs/gcc/Variable-Attributes.html
*/ */
#ifdef __GNUC__ #ifdef __GNUC__
 End of changes. 1 change blocks. 
2 lines changed or deleted 0 lines changed or added


 gta_version.h   gta_version.h 
skipping to change at line 27 skipping to change at line 27
* A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more * A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
* details. * details.
* *
* You should have received a copy of the GNU Lesser General Public License * You should have received a copy of the GNU Lesser General Public License
* along with Libgta. If not, see <http://www.gnu.org/licenses/>. * along with Libgta. If not, see <http://www.gnu.org/licenses/>.
*/ */
#ifndef GTA_VERSION_H #ifndef GTA_VERSION_H
#define GTA_VERSION_H #define GTA_VERSION_H
#define GTA_VERSION "1.0.2" #define GTA_VERSION "1.0.3"
#define GTA_VERSION_MAJOR 1 #define GTA_VERSION_MAJOR 1
#define GTA_VERSION_MINOR 0 #define GTA_VERSION_MINOR 0
#define GTA_VERSION_PATCH 2 #define GTA_VERSION_PATCH 3
#define GTA_VERSION_NUMBER 0x010002 #define GTA_VERSION_NUMBER 0x010003
#endif #endif
 End of changes. 2 change blocks. 
3 lines changed or deleted 3 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/