~ubuntu-branches/ubuntu/wily/scribus/wily

« back to all changes in this revision

Viewing changes to win32/vc9/gettext-sxwim/gettext-sxwimdll.cpp

  • Committer: Package Import Robot
  • Author(s): Mattia Rizzolo
  • Date: 2014-06-13 09:50:56 UTC
  • mfrom: (3.2.13 sid)
  • Revision ID: package-import@ubuntu.com-20140613095056-ym1hudn35qm0vmww
Tags: 1.4.2.dfsg.2+r18267-0.1ubuntu1
* Merge from Debian unstable. (LP: #1329662) Remaining changes:
  + Build-depend on libtiff-dev rather than libtiff4-dev.
  + Recommend icc-profiles-free.
  + Add call to dh_python2 in debian/rules, version build-dep for
    python-all-dev, and remove hard coded python dependency. This is to
    generate the proper python:Depends basend on the content of the scripts,
    instead of use a generic, non-versioned, python depends.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
// gettext-sxwim-1.3.0.cpp : d�finit le point d'entr�e pour l'application DLL.
2
 
//
3
 
 
4
 
#define WIN32_LEAN_AND_MEAN             // Exclure les en-t�tes Windows rarement utilis�s
5
 
// Fichiers d'en-t�te Windows�:
6
 
#include <windows.h>
7
 
 
8
 
BOOL APIENTRY DllMain( HANDLE hModule, 
9
 
                       DWORD  ul_reason_for_call, 
10
 
                       LPVOID lpReserved
11
 
                                         )
12
 
{
13
 
    return TRUE;
14
 
}
15