mirror of
https://github.com/monero-project/monero.git
synced 2025-01-14 06:44:42 +00: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
|
||
|
|