Browse Source

+ enabled the asm version of DirectPutPixelX

git-svn-id: trunk@41057 -
nickysn 6 years ago
parent
commit
b71f815a9a
1 changed files with 0 additions and 1 deletions
  1. 0 1
      packages/graph/src/msdos/graph.pp

+ 0 - 1
packages/graph/src/msdos/graph.pp

@@ -2661,7 +2661,6 @@ const CrtAddress: word = 0;
 {$endif asmgraph}
 {$endif asmgraph}
 
 
 
 
-{$undef asmgraph}
 {$ifndef asmgraph}
 {$ifndef asmgraph}
  Procedure DirectPutPixelX(X,Y: smallint);
  Procedure DirectPutPixelX(X,Y: smallint);
  { x,y -> must be in global coordinates. No clipping. }
  { x,y -> must be in global coordinates. No clipping. }