diff options
| author | marco <marco@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2010-03-19 16:45:51 +0000 |
|---|---|---|
| committer | marco <marco@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2010-03-19 16:45:51 +0000 |
| commit | 5008eaf5f511789711c2122a911e53314502c8f9 (patch) | |
| tree | bfd0b230689da11c68e98eef25448df725f4dbb2 /packages/opengl | |
| parent | 2e7fd5a8215c9da9898c192cd17d9578c483ac2a (diff) | |
| download | fpc-5008eaf5f511789711c2122a911e53314502c8f9.tar.gz | |
* added a warning about callback calling conventions in glu under Windows
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@15021 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'packages/opengl')
| -rw-r--r-- | packages/opengl/src/glu.pp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/packages/opengl/src/glu.pp b/packages/opengl/src/glu.pp index 707aef743f..51963cb83d 100644 --- a/packages/opengl/src/glu.pp +++ b/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} |
