/* * Copyright (c) 2020-2021. Uniontech Software Ltd. All rights reserved. * * Author: Iceyer * * Maintainer: Iceyer * * SPDX-License-Identifier: GPL-3.0-or-later */ #ifndef LINGLONG_BOX_SRC_UTIL_MACRO_H_ #define LINGLONG_BOX_SRC_UTIL_MACRO_H_ #define LINGLONG 118 #define LL_VAL(str) #str #define LL_TOSTRING(str) LL_VAL(str) #endif /* LINGLONG_BOX_SRC_UTIL_MACRO_H_ */