~ubuntu-branches/debian/experimental/spice/experimental

« back to all changes in this revision

Viewing changes to common/backtrace.h

  • Committer: Package Import Robot
  • Author(s): Liang Guo
  • Date: 2012-01-27 23:28:26 UTC
  • mfrom: (0.4.1) (0.2.3)
  • Revision ID: package-import@ubuntu.com-20120127232826-jrdcr7331v69h5jz
Tags: 0.10.1-1
* New upstream release
* Refresh libspice-server1.symbols

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
 
24
24
SPICE_BEGIN_DECLS
25
25
 
26
 
#ifdef WIN32
 
26
#if defined(WIN32) && !defined(__MINGW32__)
27
27
#define spice_backtrace()
28
28
#else
29
29
void spice_backtrace(void);