Gcc and visual studio

Edit:Nevermind this entire post, it turns out I needed boost, rather than GCC. They both had the <tr1/memory> that a header wanted to include, but I didn’t know that beforehand…

For some reason this person’s Maya plugin source code requires gcc headers which visual studio doesn’t like. Specifically with the header c++config.h I run into this:

C:\gcc-4.6.0\libstdc++-v3\include\bits\c++config.h|68|fatal error C1017: invalid integer constant expression|

The line it doesn’t like just says:

#if _GLIBCXX_HAVE_ATTRIBUTE_VISIBILITY

Is there another vision of c++config that’s Visual Studio friendly?