Skip to content

Commit

Permalink
Fixed Common_inline.h def to allow compilation of Io on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
jcowgar committed Jul 28, 2011
1 parent 07e0e77 commit 2f75a4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/basekit/source/Common_inline.h
Expand Up @@ -58,7 +58,7 @@ Kudos to Daniel A. Koepke
#define IO_DECLARE_INLINES
#define IOINLINE static inline
#endif
#elif defined(__LINUX__)
#elif defined(__linux__)
#ifdef IO_IN_C_FILE
// in .c
#define IO_DECLARE_INLINES
Expand Down

0 comments on commit 2f75a4c

Please sign in to comment.