Changed to include Producer/Types. Windows compiled fine before, however.
-don
If <windows.h> gets included anywhere before gl.h, then it will work. So chances are some other header file included windows.h before it got to PipeTimer. Or maybe you're using Cygwin? I don't know how Cygwin works. (But Msys is not exempt from this problem in my experience.) Or maybe you have a newer version of Visual Studio (8+) and Microsoft finally fixed this? Though I have serious doubts of the latter. -Eric _______________________________________________ osg-users mailing list [email protected] http://openscenegraph.net/mailman/listinfo/osg-users http://www.openscenegraph.org/
