include relative full path for vectormath_aos.h, and fix minor typo in glut.h

This commit is contained in:
erwin.coumans
2009-09-07 17:42:12 +00:00
parent 52971076f5
commit df550730da
3 changed files with 4 additions and 3 deletions

View File

@@ -58,7 +58,6 @@ typedef unsigned short int wchar_t;
#else
#pragma message("Note: including lib: glut32.lib\n")
#pragma comment (lib, "glut32.lib") /* link with Win32 GLUT lib */
asb
#endif
#pragma warning (disable:4244) /* Disable bogus conversion warnings. */