~ubuntu-branches/ubuntu/precise/exiv2/precise

« back to all changes in this revision

Viewing changes to xmpsdk/src/ExpatAdapter.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Mark Purcell
  • Date: 2010-07-09 19:43:59 UTC
  • mfrom: (1.1.12 upstream) (11.1.7 sid)
  • Revision ID: james.westby@ubuntu.com-20100709194359-7w1hbf33l7d2rgmq
Tags: 0.20-2
Upload to unstable - cleared with debian-release

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
using namespace std;
20
20
 
21
21
#if XMP_WinBuild
22
 
        #pragma warning ( disable : 4996 )      // '...' was declared deprecated
 
22
#   ifdef _MSC_VER
 
23
        #pragma warning ( disable : 4996 )      // '...' was declared deprecated
 
24
#   endif
23
25
#endif
24
26
 
25
27
// *** Set memory handlers.