mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 08:29:20 +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 }
|
{ 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}
|
{$MACRO ON}
|
||||||
{$MODE Delphi}
|
{$MODE Delphi}
|
||||||
{$IFDEF Windows}
|
{$IFDEF Windows}
|
||||||
|
Loading…
Reference in New Issue
Block a user