summaryrefslogtreecommitdiff
path: root/dbus/dbus-sysdeps-wince-glue.h
Commit message (Collapse)AuthorAgeFilesLines
* Add SPDX license marker for the AFL-2.1 OR GPL-2.0-or-later licenseRalf Habacker2023-01-041-0/+2
| | | | | | | | | The full license texts are not added because they were already added in a previous commit. Signed-off-by: Ralf Habacker <ralf.habacker@freenet.de> see #394
* trivial: Remove trailing whitespace from copyright noticesSimon McVittie2018-12-171-3/+3
| | | | | | | | | | | | | | We don't usually mass-remove trailing whitespace from the actual source code because it would complicate cherry-picking bug fixes to older branches, but that reasoning doesn't really apply to the comments containing copyright and licensing notices. Removing trailing whitespace makes it much easier to move code around: we have a commit hook that rejects commits containing trailing whitespace, but that commit hook counts moving a file as a delete + add pair, so it objects to moving code that contains trailing whitespace. Signed-off-by: Simon McVittie <smcv@collabora.com>
* Wrap OutputDebugString for Windows CE builds, and add cast for MSVC.Marcus Brinkmann2010-07-191-0/+4
|
* Move definition of _WIN32_WCE to configure.in (cmake defines it already).Marcus Brinkmann2010-05-071-1/+1
|
* fix {u}intptr_t usage on wince with msvcRomain Pokrzywka2010-05-051-1/+9
|
* Fix warnings on Windows CE target.Marcus Brinkmann2010-04-141-1/+3
|
* Add support for Windows CE to the code base.Marcus Brinkmann2010-04-131-0/+232