1 /*
2  * Copyright (c) 1999, 2021 Tanuki Software, Ltd.
3  * http://www.tanukisoftware.com
4  * All rights reserved.
5  *
6  * This software is the proprietary information of Tanuki Software.
7  * You shall use it only in accordance with the terms of the
8  * license agreement you entered into with Tanuki Software.
9  * http://wrapper.tanukisoftware.com/doc/english/licenseOverview.html
10  */
11 
12 #ifndef _WRAPPERINFO_H
13 #define _WRAPPERINFO_H
14 #ifdef WIN32
15 #include <tchar.h>
16 #endif
17 
18 
19 
20 extern TCHAR *wrapperVersionRoot;
21 extern TCHAR *wrapperVersion;
22 extern TCHAR *wrapperBits;
23 extern TCHAR *wrapperArch;
24 extern TCHAR *wrapperOS;
25 extern TCHAR *wrapperReleaseDate;
26 extern TCHAR *wrapperReleaseTime;
27 extern TCHAR *wrapperBuildDate;
28 extern TCHAR *wrapperBuildTime;
29 extern TCHAR *wrapperJavacTargetVersion;
30 
31 #endif
32