forked from tsai/mathnet-numerics
1 changed files with 7 additions and 9 deletions
@ -1,10 +1,8 @@ |
|||
#ifdef _WINDOWS |
|||
#ifndef VC_EXTRALEAN |
|||
#define VC_EXTRALEAN |
|||
#endif |
|||
#include "windows.h" |
|||
|
|||
BOOL APIENTRY DllMain( HANDLE, DWORD, LPVOID ){ |
|||
return TRUE; |
|||
} |
|||
#ifndef VC_EXTRALEAN |
|||
#define VC_EXTRALEAN |
|||
#endif |
|||
#include "windows.h" |
|||
|
|||
BOOL APIENTRY DllMain( HANDLE, DWORD, LPVOID ){ |
|||
return TRUE; |
|||
} |
|||
|
|||
Loading…
Reference in new issue