NMPB08 Shared Libraries
RailwayEmissionNMPB.cpp
Go to the documentation of this file.
00001 // RailwayEmissionNMPB.cpp : définit le point d'entrée pour l'application DLL.
00002 //
00003 
00004 #include "stdafx.h"
00005 
00006 
00007 #ifdef _MANAGED
00008 #pragma managed(push, off)
00009 #endif
00010 
00011 BOOL APIENTRY DllMain( HMODULE hModule,
00012                        DWORD  ul_reason_for_call,
00013                        LPVOID lpReserved
00014                                          )
00015 {
00016     return TRUE;
00017 }
00018 
00019 #ifdef _MANAGED
00020 #pragma managed(pop)
00021 #endif
00022 
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines