From: Diederick Niehorster Date: Wed, 15 Jan 2014 03:22:37 +0000 (+0000) Subject: note about using near far variable names X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=commitdiff_plain;h=640ac101ebc6f2e8a75ada6967f8c0d38c09c04f;p=freeglut 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 --- diff --git a/README.win32 b/README.win32 index ce7a9ee..87247b1 100644 --- a/README.win32 +++ b/README.win32 @@ -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 ==================================