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
Previous text:
2004-04-06 13:06: Subject: WINAPI
That is correct. The headers I'm using forces me to include security.h instead. The headers may be incorrect, but including security.h solves the problem.
However, the problem is that when using #include <security.h>
it's not my system include but the pike security.h file that is included. The result is not the same...
#include "/include/security.h" solves the problem.
/ Marcus Agehall (Scanian)