note about using near far variable names

git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@1631 7f0cb862-5218-0410-a997-914c9d46530a
This commit is contained in:
dcnieho 2014-01-15 03:22:37 +00:00
parent de5b5ddf74
commit 792de931b7

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