~ubuntu-branches/ubuntu/trusty/scribus-ng/trusty

« back to all changes in this revision

Viewing changes to win32/vc9/gettext-pdbim/gettext-pdbim.cpp

  • Committer: Package Import Robot
  • Author(s): Oleksandr Moskalenko
  • Date: 2012-02-15 15:57:12 UTC
  • mfrom: (4.2.10 sid)
  • Revision ID: package-import@ubuntu.com-20120215155712-biimoc8o875jht80
Tags: 1.4.0.dfsg+r17300-1
* Prepare a dummy transitional package to converge on the 1.4.0 release.
* debian/NEWS: update the news.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
// gettext-pdbim.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