mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-06-21 02:01:03 +07:00
10 lines
176 B
C
10 lines
176 B
C
#ifndef QSIMPLECRYPTO_GLOBAL_H
|
|
#define QSIMPLECRYPTO_GLOBAL_H
|
|
|
|
#include <QtCore/qglobal.h>
|
|
#include <stdexcept>
|
|
|
|
#define QSIMPLECRYPTO_EXPORT
|
|
|
|
#endif // QSIMPLECRYPTO_GLOBAL_H
|