mirror of
https://github.com/monero-project/monero.git
synced 2024-10-01 11:49:47 -04:00
8 lines
104 B
C
8 lines
104 B
C
#ifndef WALLET_API_COMMON_DEFINES_H__
|
|
#define WALLET_API_COMMON_DEFINES_H__
|
|
|
|
#define tr(x) (x)
|
|
|
|
#endif
|
|
|