Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stdint on vs2008 fix #2

Merged
merged 2 commits into from
Mar 6, 2012
Merged

Stdint on vs2008 fix #2

merged 2 commits into from
Mar 6, 2012

Conversation

alanxz
Copy link
Owner

@alanxz alanxz commented Mar 6, 2012

  • Correct usage of #include <boost/cstdint.hpp>
  • Reorder includes to squash macro redefinition warnings.

Note: For this this fix to work you need at least alanxz/rabbitmq-c@9c34844 of rabbitmq-c

Need to be using the typedefs that are in the boost:: namespace
not the ones in the global namespace as they're not portable
Reordering the includes to avoid macro redefintions on MSVC 2008
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant