aboutsummaryrefslogtreecommitdiff
path: root/hidio_windows.c
AgeCommit message (Collapse)Author
2007-01-03more orless working Windows code, needs to be adapted to work with global ↵Olaf Matthes
element[][] array svn path=/trunk/externals/io/hidio/; revision=7158
2007-01-03builds on all platforms now, but doesn't link on MinGWHans-Christoph Steiner
svn path=/trunk/externals/io/hidio/; revision=7146
2007-01-02added plattform_specific_new and a pointer to my Windows specific stuff in ↵Olaf Matthes
t_hid struct svn path=/trunk/externals/io/hidio/; revision=7128
2007-01-02fixed ff function return values across filesHans-Christoph Steiner
svn path=/trunk/externals/io/hidio/; revision=7127
2007-01-02Olaf's first code for windowsHans-Christoph Steiner
svn path=/trunk/externals/io/hidio/; revision=7126
2007-01-02I cleaned up the return values. This is what I used:Hans-Christoph Steiner
* EXIT_SUCCESS for successful conditions * -1 for failure when a device number is being returned * EXIT_FAILURE for all other failures EXIT_SUCCESS and EXIT_FAILURE are defined in stdlib.h svn path=/trunk/externals/io/hidio/; revision=7121
2007-01-01renamed debug_print() to debug_post() since its a wrapper to post()Hans-Christoph Steiner
svn path=/trunk/externals/io/hidio/; revision=7116
2006-11-30did lots of renaming to the new [hidio] name, removed a little bit of cruft. ↵Hans-Christoph Steiner
Builds on Mac OS X, but doesn't load yet :-/. hidio_setup() gets called successfully, but for some reason hidio_new() does not seem to get called svn path=/trunk/externals/io/hidio/; revision=6533