Merge pull request #6 from dcnieho/bugfix_nearfar_defines

note about using near far variable names
This commit is contained in:
Diederick C. Niehorster 2014-01-13 07:52:34 -08:00
commit f3371afb96

View File

@ -1,3 +1,9 @@
NB
==================================
For ancient 16bit compatibility, windef.h (included through windows.h in
freeglut_std.h) defines near and far. Its best to avoid using variables
with these names in your own program.
Installing the Libraries with MSVC Installing the Libraries with MSVC
================================== ==================================