~niemeyer/goyaml/cross-type-fixes

Viewing all changes in revision 37.

  • Committer: John Arbash Meinel
  • Author(s): John A Meinel
  • Date: 2013-03-26 11:00:47 UTC
  • mfrom: (36.1.3 goyaml)
  • Revision ID: john@arbash-meinel.com-20130326110047-d83sk4a65wequkad
decode: add some flags for windows

We are doing a static compile of libyaml, so set the
YAML_STATIC_DECLARE compile macro. Also, strdup
is only available in the common run time (CRT) as
_strdup, so use another macro for that.

We could do it in other ways if there is something
more appropriate for the yaml library. Originally I
was doing it in an #ifdef macro, but this makes it
nice and minimal and doesn't touch the yaml files
directly.

R=
CC=
https://codereview.appspot.com/7719045

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: