ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/libio/irc_libio.h
(Generate patch)

Comparing ircd-hybrid/libio/irc_libio.h (file contents):
Revision 153 by adx, Mon Oct 17 21:20:34 2005 UTC vs.
Revision 185 by adx, Sun Oct 23 15:39:00 2005 UTC

# Line 23 | Line 23
23   */
24  
25   #ifndef _WIN32
26 < #define LIBIO_EXTERN extern
26 > # define LIBIO_EXTERN extern
27   #else
28 < #ifdef IN_LIBIO
29 < #define LIBIO_EXTERN extern __declspec(dllexport)
30 < #else
31 < #define LIBIO_EXTERN extern __declspec(dllimport)
32 < #endif
28 > # ifdef IN_LIBIO
29 > #  define LIBIO_EXTERN extern __declspec(dllexport)
30 > # else
31 > #  define LIBIO_EXTERN extern __declspec(dllimport)
32 > # endif
33   #endif
34  
35   #include "misc/event.h"

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)