~ubuntu-branches/ubuntu/vivid/fribidi/vivid-proposed

« back to all changes in this revision

Viewing changes to lib/common.h

  • Committer: Package Import Robot
  • Author(s): أحمد المحمودي (Ahmed El-Mahmoudy)
  • Date: 2013-12-09 09:32:00 UTC
  • mfrom: (9.1.1 sid)
  • Revision ID: package-import@ubuntu.com-20131209093200-59udtoatl3svcqb5
Tags: 0.19.6-1
* New upstream release.
* Removed autotools-dev since upstream updated libtools autohelper files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
# define FRIBIDI_PRIVATESPACE(SYMBOL) FRIBIDI_PRIVATESPACE0(_,FRIBIDI_NAMESPACE(_##SYMBOL##__internal__))
46
46
#endif /* !FRIBIDI_PRIVATESPACE */
47
47
 
48
 
#if (defined(WIN32)) || (defined(_WIN32_WCE))
49
 
# define FRIBIDI_ENTRY __declspec(dllexport)
50
 
#endif /* WIN32 */
51
 
 
52
48
#if FRIBIDI_USE_GLIB+0
53
49
# ifndef SIZEOF_LONG
54
50
#  define SIZEOF_LONG GLIB_SIZEOF_LONG