~ubuntu-branches/ubuntu/wily/smplayer/wily

« back to all changes in this revision

Viewing changes to src/screensaver.h

  • Committer: Package Import Robot
  • Author(s): Mateusz Łukasik, Mateusz Łukasik, Alessio Treglia
  • Date: 2014-09-10 13:50:48 UTC
  • mfrom: (20.2.4 sid)
  • Revision ID: package-import@ubuntu.com-20140910135048-sylwe889q2pvjfey
Tags: 14.9.0~ds0-1
[ Mateusz Łukasik ]
* New upstream release.

[ Alessio Treglia ]
* Repackaging upstream sources to get rid of
  zlib/contrib/dotzlib/DotZLib.chm.
* Enable parallel builds.

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
#ifdef Q_OS_OS2
25
25
#include <QLibrary>
26
26
#else
 
27
#undef _WIN32_WINNT
27
28
#define _WIN32_WINNT 0x0501
28
29
#endif
29
30