When I export to mq4 yeseterday and this morning
I suddenly have to correct a mistake in metaeditor by hand
I have to replace
#import "kernel32.dll"
with
#import "kernel32.dll"
bool SleepEx(int ms, bool bAlertable);
#import
to get it to work again
before no issues
did I change something?