mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 01:48:00 +02:00
* added a warning about callback calling conventions in glu under Windows
git-svn-id: trunk@15021 -
This commit is contained in:
parent
49d94c5a16
commit
5af46c2357
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user