Hi Thomas,
On 9/12/2014 9:59 PM, Thomas Stüfe wrote:
Hi David,
Everything before the precompiled header gets ignored, I think.
Thank you! Now I recall that little detail on windows.
David
Cheers, Thomas
On Dec 9, 2014 10:12 AM, "David Holmes" mailto:[email protected]>> wrote:
Hi David,
Everything before the precompiled header gets ignored, I think.
Cheers, Thomas
On Dec 9, 2014 10:12 AM, "David Holmes" wrote:
> This is driving me nuts :)
>
> Here's the code from start of file (header excluded):
>
> #include "utilities/macros.hpp"
>
> #if INCLUDE_NMT
> #include "pre
This is driving me nuts :)
Here's the code from start of file (header excluded):
#include "utilities/macros.hpp"
#if INCLUDE_NMT
#include "precompiled.hpp"
#include "oops/instanceKlass.hpp"
#include "runtime/atomic.hpp"
#include "runtime/interfaceSupport.hpp"
#include "runtime/mutexLocker.hpp"