mirror of
https://github.com/monero-project/monero.git
synced 2026-01-17 11:37:17 +09: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
|
|
|