~ubuntu-branches/ubuntu/jaunty/psi/jaunty

« back to all changes in this revision

Viewing changes to iris/libidn/stringprep.h

  • Committer: Bazaar Package Importer
  • Author(s): Jan Niehusmann
  • Date: 2008-04-14 18:57:30 UTC
  • mfrom: (2.1.9 hardy)
  • Revision ID: james.westby@ubuntu.com-20080414185730-528re3zp0m2hdlhi
Tags: 0.11-8
* added CONFIG -= link_prl to .pro files and removed dependencies
  which are made unnecessary by this change
* Fix segfault when closing last chat tab with qt4.4
  (This is from upstream svn, rev. 1101) (Closes: Bug#476122)

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
 
30
30
#include <stddef.h>             /* size_t */
31
31
 
32
 
#include<qglobal.h>
33
 
#ifdef Q_OS_WIN32
 
32
#include <qglobal.h>
 
33
#if defined(Q_OS_WIN32) && !defined(Q_CC_GNU)
34
34
typedef int ssize_t;
35
35
#else
36
36
#include <unistd.h>             /* ssize_t */
37
37
#endif
38
38
 
39
 
#include <idn-int.h>            /* my_uint32_t */
 
39
#include <libidn/idn-int.h>             /* my_uint32_t */
40
40
#include "qint.h"
41
41
 
42
42
#define STRINGPREP_VERSION "0.3.1"