note about using near far variable names

This commit is contained in:
Diederick Niehorster 2014-01-11 13:38:16 +08:00
parent de5b5ddf74
commit 7bf204a28d

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
==================================