</head>\r
<body>\r
<h2>Windows specific notes for JSON-C</h2>\r
- <p>Please send Win32 bug reports to <a href="mailto:christopher.watford@gmail.com">christopher.watford@gmail.com</a></p>\r
<p><b>Win32 Specific Changes:</b></p>\r
<ul>\r
+ <li>\r
+ Use <tt>json_config.h.win32</tt> to define Windows specific differences.</li>\r
<li>\r
Various functions have been redefined to their Win32 version (i.e. <tt>open</tt>\r
on win32 is <tt>_open</tt>)</li>\r
probably makes it much nicer on 64bit machines everywhere (i.e. using <tt>ptrdiff_t</tt>\r
for pointer math)</li>\r
</ul>\r
- <p><b>Porting Changelog:</b></p>\r
- <dl>\r
- <dt><tt>printbuf.c</tt> - C. Watford (christopher.watford@gmail.com)</dt>\r
- <dd>\r
- Added a Win32/Win64 compliant implementation of <tt>vasprintf</tt></dd>\r
- <dt><tt>debug.c</tt> - C. Watford (christopher.watford@gmail.com)</dt>\r
- <dd>\r
- Removed usage of <tt>vsyslog</tt> on Win32/Win64 systems, needs to be handled \r
- by a configure script</dd>\r
- <dt><tt>json_object.c</tt> - C. Watford (christopher.watford@gmail.com)</dt>\r
- <dd>\r
- Added scope operator to wrap usage of <tt>json_object_object_foreach</tt>, this needs to be\r
- rethought to be more ANSI C friendly</dd>\r
- <dt><tt>json_object.h</tt> - C. Watford (christopher.watford@gmail.com)</dt>\r
- <dd>\r
- Added Microsoft C friendly version of <tt>json_object_object_foreach</tt></dd>\r
- <dt><tt>json_tokener.c</tt> - C. Watford (christopher.watford@gmail.com)</dt>\r
- <dd>\r
- Added a Win32/Win64 compliant implementation of <tt>strndup</tt></dd>\r
- <dt><tt>json_util.c</tt> - C. Watford (christopher.watford@gmail.com)</dt>\r
- <dd>\r
- Added cast and mask to suffice <tt>size_t</tt> v. <tt>unsigned int</tt>\r
- conversion correctness</dd>\r
- </dl>\r
<p>This program is free software; you can redistribute it and/or modify it under \r
the terms of the MIT License. See COPYING for details.</p>\r
<hr />\r