cURL / Mailing Lists / curl-library / Single Mail

curl-library

RE: [OFF-TOPIC] need to redeclare a function

From: Patrick Monnerat <Patrick.Monnerat_at_datasphere.ch>
Date: Thu, 12 Jul 2007 18:39:55 +0200

In the module including the netware.h file, try coding the inclusions
as:

.
.
.
#include <your_openssl_header_files.h>
.
.
.
#define RunningProcess RunningProcessDummy
#include "netware.h"
#undef RunningProcess
.
.
.

If the netware.h inclusion generates code using its own definition, then
you will have a link error on symbol RunningProcessDummy... In this
case, I do not have any other clever idea for your problem !

Hope this helps

Patrick
Received on 2007-07-12