summaryrefslogtreecommitdiffstats
path: root/win32/vc9/pixmapexport/pixmapexportdll.cpp
blob: bdd04a0d4105b8b51379a0acad4a005b43f80e3a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// pixmapexport-1.3.0.cpp : définit le point d'entrée pour l'application DLL.
//

#define WIN32_LEAN_AND_MEAN		// Exclure les en-têtes Windows rarement utilisés
// Fichiers d'en-tête Windows :
#include <windows.h>

BOOL APIENTRY DllMain( HANDLE hModule, 
                       DWORD  ul_reason_for_call, 
                       LPVOID lpReserved
					 )
{
    return TRUE;
}