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
|
@@ -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}
|
|
|
|
|