c9469b64fc3933d0565ffba8a45be8a39df6b927
Stefan Schuermans add IPv6 support to Blinken...

Stefan Schuermans authored 10 years ago

BlinkenLib/Tools2.h  1) /* BlinkenLib
Stefan Schuermans update email address of author

Stefan Schuermans authored 10 years ago

BlinkenLib/Tools2.h  2)    Copyright 2004-2014 Stefan Schuermans <stefan@schuermans.info>
Stefan Schuermans add IPv6 support to Blinken...

Stefan Schuermans authored 10 years ago

BlinkenLib/Tools2.h  3)    Copyleft GNU public license - http://www.gnu.org/copyleft/gpl.html
BlinkenLib/Tools2.h  4)    a blinkenarea.org project */
BlinkenLib/Tools2.h  5) 
BlinkenLib/Tools2.h  6) #ifndef INC_BlinkenLib_Tools2
BlinkenLib/Tools2.h  7) #define INC_BlinkenLib_Tools2
BlinkenLib/Tools2.h  8) 
BlinkenLib/Tools2.h  9) #ifdef WIN32
BlinkenLib/Tools2.h 10) #include <winsock2.h>
Stefan Schuermans update Windows support

Stefan Schuermans authored 7 years ago

BlinkenLib/Tools2.h 11) #include <ws2tcpip.h>