* added a warning about callback calling conventions in glu under Windows

git-svn-id: trunk@15021 -
This commit is contained in:
marco 2010-03-19 16:45:51 +00:00
parent 49d94c5a16
commit 5af46c2357

View File

@ -52,6 +52,14 @@ Abstract:
{ For the latest updates, visit Delphi3D: http://www.delphi3d.net }
{******************************************************************************}
{******************************************************************************}
{ }
{ WARNING: CALLBACKS IN THIS UNIT MIGHT REQUIRE STDCALL; AS CC WITH SOME }
{ GLU/GLUT DLLS IN ROULATION }
{ }
{******************************************************************************}
{$MACRO ON}
{$MODE Delphi}
{$IFDEF Windows}