REDACTED-rig/src/crypto/argon2_hasher/common/DLLExport.h
2019-08-26 12:38:34 +03:00

16 lines
245 B
C

//
// Created by Haifa Bogdan Adnan on 04.11.2018.
//
#ifndef ARGON2_DLLEXPORT_H
#define ARGON2_DLLEXPORT_H
#undef DLLEXPORT
#ifndef _WIN64
#define DLLEXPORT
#else
#define DLLEXPORT __declspec(dllexport)
#endif
#endif //ARGON2_DLLEXPORT_H