summaryrefslogtreecommitdiffstats
path: root/include/wntgcci/sehandler.hxx
Commit message (Collapse)AuthorAgeFilesLines
* Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold2014-05-151-3/+3
| | | | | | | Change-Id: I3e51a62710bb46c8255fd228d41d9300c90a1fb5 Reviewed-on: https://gerrit.libreoffice.org/9360 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
* fix gcc inline assembler operands usageLuboš Luňák2013-06-051-1/+1
| | | | | | | | | | | | Apparently whoever did these didn't get the gcc docs and specified every operand only as input, and then added volatile, explicit initialization and what not until it worked. Specify output operands correctly instead. I couldn't verify all assembler variants, as I don't know them, but the ones I don't know had at least some proper usage of output operands, so I'll assume those are all correct. Change-Id: I2910308b5e00cce8db756496df50ed26cfe35bb6
* Some more sal_IntPtr dance, but enough for todayFridrich Štrba2013-06-041-2/+2
| | | | Change-Id: Ic772181321e74713244223cc3d4542bd4cd2dc88
* move headers from solenv/inc/ to include/Matúš Kukan2013-04-161-0/+128
Change-Id: Ieb6cba645b3535f7d683d2aefa5599d04d9994f3 Reviewed-on: https://gerrit.libreoffice.org/3403 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>