aboutsummaryrefslogtreecommitdiffstats
path: root/modules/windows-sens/evolution-windows-sens.c
Commit message (Collapse)AuthorAgeFilesLines
* Use PVOID instead of gpointer when working with COM+ function pointersFridrich Štrba2010-07-271-6/+6
|
* Coding style and whitespace cleanup.Matthew Barnes2010-05-021-23/+19
|
* [win32] Test for eventsys.h and sensevts.h properlyFridrich Štrba2010-04-011-13/+22
|
* Reformat code so that it looks okFridrich Štrba2010-03-291-8/+8
|
* [win32] Don't brew your own macro if glib has one suitable availableFridrich Štrba2010-03-291-3/+1
|
* [win32] Windows SENS module cannot be built with C++ compilerFridrich Štrba2010-03-291-4/+1
|
* [win32] Some buildability tweaks for Windows SENS moduleFridrich Štrba2010-03-291-1/+161
| | | | | | | Don't try to build Windows SENS when not building for Windows. Extract the relevant COM structs and typedefs from mingw-w64 headers to allow to build the module with mingw.org toolchain and fix build breakages with Microsoft compilers.
* [win32] Remove the C++ dependencyFridrich Štrba2010-03-271-133/+249
| | | | Implement the Windows SENS network monitoring in plain C
* [win32] Converting the Windows SENS from C++ to plain CFridrich Štrba2010-03-271-0/+322