[
https://issues.apache.org/jira/browse/GEODE-2441?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15883448#comment-15883448
]
ASF GitHub Bot commented on GEODE-2441:
---------------------------------------
Github user dgkimura commented on the issue:
https://github.com/apache/geode-native/pull/33
@PivotalSarge This is the relevant code after the patch is applied so my
guess is there was a workaround in `antlr` that was probably non-portable.
```cpp
#if ( _MSC_VER == 1200 )
// VC6 seems to need this
// note that this is not a standard C++ include file.
# include <stdio.h>
#else
#include <cstring>
#include <cstdio>
#endif
```
> Remove PDXAutoSerializer
> -------------------------
>
> Key: GEODE-2441
> URL: https://issues.apache.org/jira/browse/GEODE-2441
> Project: Geode
> Issue Type: Bug
> Components: native client
> Reporter: Ernest Burghardt
>
> Remove PDXAutoSerializer utility that generates PDX serialization C++ source
> that you can include in your project to (de)serialize your C++ classes.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)