note about using near far variable names
authorDiederick Niehorster <dcnieho@gmail.com>
Wed, 15 Jan 2014 03:22:37 +0000 (03:22 +0000)
committerDiederick Niehorster <dcnieho@gmail.com>
Wed, 15 Jan 2014 03:22:37 +0000 (03:22 +0000)
git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@1631 7f0cb862-5218-0410-a997-914c9d46530a

README.win32

index ce7a9ee..87247b1 100644 (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
 ==================================