~ubuntu-branches/ubuntu/natty/perl-tk/natty

« back to all changes in this revision

Viewing changes to pTk/mTk/generic/tkBitmap.c

  • Committer: Bazaar Package Importer
  • Author(s): Stephen Zander
  • Date: 2004-03-14 13:54:44 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040314135444-prc09u2or4dbr3to
Tags: 1:800.025-2
Add xlibs-dev to Build-Depends:,
Closes: #237942

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
 * temporarily turn off that warning message.
27
27
 */
28
28
 
29
 
#if defined(__WIN32__) || defined(_WIN32)
 
29
#if (defined(__WIN32__) || defined(_WIN32)) && !defined(__GNUC__)
30
30
#pragma warning (disable : 4305)
31
31
#endif
32
32
 
43
43
#include "warning.bmp"
44
44
#include "tk.bmp"
45
45
 
46
 
#if defined(__WIN32__) || defined(_WIN32)
 
46
#if (defined(__WIN32__) || defined(_WIN32)) && !defined(__GNUC__)
47
47
#pragma warning (default : 4305)
48
48
#endif
49
49