Browse Source

* shellapi has pshpack1 for win32. There is a structure defined after poppack(NC_ADDRESS), but that is not in this unit.
Patch from mantis #34441


git-svn-id: trunk@40020 -

marco 6 years ago
parent
commit
587b980169
1 changed files with 5 additions and 1 deletions
  1. 5 1
      packages/winunits-base/src/shellapi.pp

+ 5 - 1
packages/winunits-base/src/shellapi.pp

@@ -18,7 +18,11 @@
 {$smartlink on}
 {$smartlink on}
 {$endif}
 {$endif}
 
 
-{$PACKRECORDS C}
+{$ifdef WIN64}
+  {$PACKRECORDS C}
+{$else}
+  {$PACKRECORDS 1}
+$endif}
 {$calling stdcall}
 {$calling stdcall}
 {$mode objfpc}
 {$mode objfpc}