Carsten Neumann wrote: > Hi, > > I just discovered that applications or other libraries (VRJuggler being > one of them) that include windows.h with WIN32_LEAN_AND_MEAN defined > before OSGConfig can do so *without* the definition break inside > OSGTime.inl because timeGetTime is not declared then :( > Below is a possible fallback implementation [1], but I was wondering if > we could just move the code to a .cpp and not have to worry about > differing precision, availability of the fallback across windows > versions etc. > Opinions? How about not inlining the function? That would solve the issue, no?
/Marcus ------------------------------------------------------------------------------ Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies to boost innovation and cut costs with open source participation -Receive a $600 discount off the registration fee with the source code: SFAD http://p.sf.net/sfu/XcvMzF8H _______________________________________________ Opensg-core mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensg-core
