You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
312 B
18 lines
312 B
#ifndef PORTSTR_H
|
|
#define PORTSTR_H
|
|
|
|
//
|
|
// exported from cyzcoins.c
|
|
//
|
|
extern TCHAR m_szColon[];
|
|
extern TCHAR m_szComma[];
|
|
extern TCHAR m_szPorts[];
|
|
extern TCHAR m_szCOM[];
|
|
|
|
extern TCHAR m_szRegSerialMap[];
|
|
|
|
extern TCHAR m_szPortName[];
|
|
extern TCHAR m_szDefParams[];
|
|
|
|
#endif // PORTSTR_H
|
|
|