Select the types of activity you want to include in your feed.
Fix MSVC not knowing inline for C code.
MSVC needs to use __inline instead of inline when compiling C code (the inline keyword is only avaliable in C++). Use the preprocessor to work around this.