5 #define CONFIG "config.h"
9 #if !defined(USE_MSRPC) && defined(_WIN32)
11 #endif // defined(USE_MSRPC) && defined(_WIN32)
16 #include "msrpc-client.h"
20 #if MULTI_CALL_BINARY < 1
21 #define client_main main
23 int client_main(int argc
, CARGV argv
);
26 int SendActivationRequest(const RpcCtx sock
, RESPONSE
*baseResponse
, REQUEST
*baseRequest
, RESPONSE_RESULT
*result
, BYTE
*const hwid
);