Browse Source

* prefix and suffixes are only required for StdCall callining convention which is only available for i386-Win32

git-svn-id: trunk@44953 -
svenbarth 5 years ago
parent
commit
6dc7e28604
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/httpd22/src/apr/apr.pas

+ 1 - 1
packages/httpd22/src/apr/apr.pas

@@ -56,7 +56,7 @@ const
   LibAPR = '';
   LibAPR = '';
 {$ENDIF}
 {$ENDIF}
 
 
-{$IFDEF WINDOWS}
+{$IFDEF WIN32}
   LibNamePrefix = '_';
   LibNamePrefix = '_';
   LibSuff0 = '@0';
   LibSuff0 = '@0';
   LibSuff4 = '@4';
   LibSuff4 = '@4';