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

Change uint32_t to google::protobuf::uint32 in ruby_generator.cc #183

Closed
wants to merge 1 commit into from
Closed

Change uint32_t to google::protobuf::uint32 in ruby_generator.cc #183

wants to merge 1 commit into from

Conversation

exjam
Copy link

@exjam exjam commented Jan 29, 2015

This fixes compiling on Windows (tested with msvc2013).

@@ -47,7 +47,7 @@ namespace compiler {
namespace ruby {

// Forward decls.
std::string IntToString(uint32_t value);
std::string IntToString(google::protobuf::uint32 value);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just unit32 should be good enough.

@exjam
Copy link
Author

exjam commented Feb 3, 2015

Closing because #186 did it for me

@exjam exjam closed this Feb 3, 2015
@exjam exjam deleted the fix-ruby-generator branch February 3, 2015 16:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants