-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathdefinitions.h
34 lines (27 loc) · 1.16 KB
/
definitions.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
/* definitions.h - header text to Coil64 - Radio frequency inductor and choke calculator
Copyright (C) 2019 Kustarev V.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU 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 General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses
*/
#ifndef DEFINES
#define DEFINES
#define APP_NAME "Coil64"
#define VERSION "2.2.33"
#define PROGRAM_SITE "https://coil32.net"
#define VERSION_FILE "qversion.txt"
#define CLEAR_CHAR 0x274C
#define LIST_SEPARATOR "$"
#define AWG_REG_EX "([0]{1,4})|([1-3]{1}[0-9]{1})|(40)|([1-9]{1})"
#define MAX_DOUBLE 1.79769e+308
#define PORTABLE_SAVE_LOCATION "/Save"
#define USER_SAVE_LOCATION "/Coil64/Save"
#define AUTOSAVE_FILENAME "/autosave.htm"
#endif // DEFINES