It went perfectly...  And I'm applying it as-is.

However, I'm a little confused by one thing...


+#ifdef WIN32
+extern WINEXPORT int errcount = 0;
+WINEXPORT extern NanoHbStats nano_hbstats = {0};
+#else
+extern int errcount;
+extern NanoHbStats nano_hbstats;
+#endif

Shouldn't these variables be initialized where they are defined (not
where they're referenced)?

If they were, then the initialization here isn't necessary (or so it
seems to me)...

What am I missing?




On 03/28/2013 04:14 PM, Roger wrote:
> Hi Alan,
>
> After yesterday I am nervous about my exports being against the right rev.
>
> Anyway, small changes to get testcode to build on windows. I created
> export0.txt and
> then remembered a single line fix I had not included, hence export1.txt.
>
> Let me know if there is trouble.
>
> Roger
>
>
>
> _______________________________________________
> Assimilation mailing list - Discovery-Driven Monitoring
> [email protected]
> http://lists.community.tummy.com/cgi-bin/mailman/listinfo/assimilation
> http://assimmon.org/


-- 
    Alan Robertson <[email protected]> - @OSSAlanR

"Openness is the foundation and preservative of friendship...  Let me claim 
from you at all times your undisguised opinions." - William Wilberforce

_______________________________________________
Assimilation mailing list - Discovery-Driven Monitoring
[email protected]
http://lists.community.tummy.com/cgi-bin/mailman/listinfo/assimilation
http://assimmon.org/

Reply via email to