Sounds reasonable.
Next question: What the heck does the __dtoxmode() function-call found in fdlib.c do? And more important, where is it supposed to be defined. To me it looks like it's somewhat undocumented. I can find it within the MSVC7 crt libs, but not in any include-files. Nor can i find anything about it using google.
The __dtoxmode() is the last thing that stops my pike from compiling at this point. (Although I don't know if the result will be usable. Commenting out the call to _dtoxmode() results in a pike that can execute, but does cannot load files and thus fails when attempting to resolv getopt.)
/ Marcus Agehall (Scanian)
Previous text:
2004-04-06 14:42: Subject: WINAPI
The solution to such problems in the past has been to prefix the pike header name with "pike_". Since the security system isn't used much I don't think it'd be a problem to do that in this case too.
/ Martin Stjernholm, Roxen IS