In 4.15.p2, I can no longer use win32 functions in C++ project such as:-
There are many others - but these are just some of them. I figure this has got to do with more efficient use of header files, but I cannot figure it out.
Code:
'GetLocalTime': identifier not found 'SYSTEMTIME': undeclared identifier InterlockedIncrement': is not a member of '`global namespace' 'InterlockedIncrement': identifier not found
Comment