mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 00:09:25 +02:00
* fixed win32 compilation
git-svn-id: trunk@8320 -
This commit is contained in:
parent
685810c18c
commit
ae364ab187
@ -2114,7 +2114,7 @@ begin
|
||||
{ This installs an exit procedure which cleans up the mode list...}
|
||||
ExitSave := ExitProc;
|
||||
ExitProc := @GraphExitProc;
|
||||
{$ifdef win32}
|
||||
{$if defined(win32) and not defined(sdlgraph)}
|
||||
charmessagehandler:=nil;
|
||||
{$endif win32}
|
||||
{$endif win32 and not sdlgraph}
|
||||
end;
|
||||
|
@ -146,6 +146,8 @@ uses {$ifdef unix}cthreads,{$endif}
|
||||
const
|
||||
InternalDriverName = 'SDL';
|
||||
|
||||
{$define sdlgraph}
|
||||
|
||||
{$i graph.inc}
|
||||
|
||||
var
|
||||
|
Loading…
Reference in New Issue
Block a user