Skip to content
Snippets Groups Projects
Commit cfdeda16 authored by Sergey Yakubov's avatar Sergey Yakubov
Browse files

use int for AsapoBool in glue code

parent 3c3b7a67
No related branches found
No related tags found
No related merge requests found
#define __CONSUMER_C_INTERFACE_IMPLEMENTATION__
#include "asapo/asapo_consumer.h"
//! boolean type
typedef bool AsapoBool;
typedef int AsapoBool;
class AsapoHandle {
public:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment