note about using near far variable names

git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@1631 7f0cb862-5218-0410-a997-914c9d46530a
pull/98/head
Diederick Niehorster 2014-01-15 03:22:37 +00:00
parent 9679db1f80
commit 640ac101eb
1 changed files with 6 additions and 0 deletions

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