Browse Source

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

git-svn-id: trunk@15021 -
marco 15 years ago
parent
commit
5af46c2357
1 changed files with 8 additions and 0 deletions
  1. 8 0
      packages/opengl/src/glu.pp

+ 8 - 0
packages/opengl/src/glu.pp

@@ -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}