Is it posible: #include

 

Hi,

how is it possible to include the "windows.h" bib?

 
Including a C/C++ header into a MQL4 program makes no sense.
 
Why? I want to use some windows functions. Is this only possible with using a dll?
 
You'll have to convert the headers to mql4 language (#defines, #import)
Reason: