Browse Source

* turn on imagehlp64 for win64

git-svn-id: trunk@15118 -
marco 15 years ago
parent
commit
f684edd010
1 changed files with 4 additions and 0 deletions
  1. 4 0
      packages/winunits-base/src/imagehlp.pp

+ 4 - 0
packages/winunits-base/src/imagehlp.pp

@@ -24,6 +24,10 @@ Interface
 
 Uses Windows;
 
+{$ifdef win64}
+ {$define imagehlp64}
+{$endif}
+
 Const 
      IMAGE_SEPARATION    = 64*1024;  	
      DBHHEADER_DEBUGDIRS = $1;