general question , is it normal to see `__imp_` in...
# general
f
general question , is it normal to see
__imp_
in front of object names ? e.g rd_kafka_new becomes __imp_rd_kafka_new ? from what i understand the .lib static library should define rd_kafka_new only .