Files
PathEditor/libs/gettext/include/textstyle/woe32dll.h
T
Serendipity 4fe7dc47e4 feat(i18n): 添加多语言支持功能
- 新增国际化系统,支持中英文切换
- 添加语言选择对话框和语言切换按钮回调
- 扩展配置系统以支持语言设置存储
- 创建语言文件目录结构和占位文件
- 更新主窗口支持UI文本动态刷新
2026-03-26 20:44:22 +08:00

31 lines
1.1 KiB
C

/* Support for variables in shared libraries on Windows platforms.
Copyright (C) 2009-2026 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify it
under the terms of the GNU Lesser General Public License as published
by the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>. */
/* Written by Bruno Haible. */
#ifndef _TEXTSTYLE_WOE32DLL_H
#define _TEXTSTYLE_WOE32DLL_H
#ifdef IN_LIBTEXTSTYLE
/* All code is collected in a single library, */
# define LIBTEXTSTYLE_DLL_VARIABLE
#else
/* References from outside of libtextstyle. */
# define LIBTEXTSTYLE_DLL_VARIABLE __declspec (dllimport)
#endif
#endif /* _TEXTSTYLE_WOE32DLL_H */