Mobile API Reference
MicroStrategy 2019
Encryptor.h
Go to the documentation of this file.
1
//==============================================================================================
2
// FILENAME : Encryptor.h
3
// AUTHOR : Yuan Ding
4
// CREATION : 11/15/2001
5
// Copyright (C) MicroStrategy Incorporated 1999
6
// All Rights Reserved
7
//==============================================================================================
8
10
#ifndef Encryptor_Encryptor_h
11
#define Encryptor_Encryptor_h
12
13
#ifdef WIN32
14
15
#ifdef ENCRYPTOR_DLL_EXPORT
16
#define DLL_ENCRYPTOR_EXIM _declspec(dllexport)
17
#else
18
#define DLL_ENCRYPTOR_EXIM _declspec(dllimport)
19
#endif
20
21
#else
22
#define DLL_ENCRYPTOR_EXIM
23
#endif
24
25
#endif //Encryptor_Encryptor_h
Users
vvitarello
Desktop
MobileSDKSourceFiles
Encryptor
Encryptor
Encryptor.h
Generated by
1.8.14