bleh
[mqlkit.git] / DLLSample / StdAfx.h
blob5d80d823f06c01f17de3f614d1f0fe1c6ea307c7
1 //+------------------------------------------------------------------+
2 //| Sample DLL for MQL4 |
3 //| Copyright © 2004, MetaQuotes Software Corp. |
4 //| http://www.metaquotes.net |
5 //+------------------------------------------------------------------+
6 #pragma once
8 #define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
9 #include <windows.h>
10 //+------------------------------------------------------------------+