Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
onlyoffice_core
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boris Kocherov
onlyoffice_core
Commits
9a33361a
Commit
9a33361a
authored
Aug 10, 2016
by
Oleg Korshul
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
crypropp MAC define disable (onlyoffice build for macOS)
parent
0e2d9bb2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
0 deletions
+13
-0
Common/3dParty/cryptopp/gfpcrypt.h
Common/3dParty/cryptopp/gfpcrypt.h
+9
-0
Common/3dParty/cryptopp/project/cryptopp.pro
Common/3dParty/cryptopp/project/cryptopp.pro
+4
-0
No files found.
Common/3dParty/cryptopp/gfpcrypt.h
View file @
9a33361a
#ifndef CRYPTOPP_GFPCRYPT_H
#ifndef CRYPTOPP_GFPCRYPT_H
#define CRYPTOPP_GFPCRYPT_H
#define CRYPTOPP_GFPCRYPT_H
#ifdef MAC
#define TEMP_MAC
#undef MAC
#endif
/** \file
/** \file
Implementation of schemes based on DL over GF(p)
Implementation of schemes based on DL over GF(p)
*/
*/
...
@@ -633,4 +638,8 @@ NAMESPACE_END
...
@@ -633,4 +638,8 @@ NAMESPACE_END
# pragma warning(pop)
# pragma warning(pop)
#endif
#endif
#ifdef TEMP_MAC
#define MAC
#endif
#endif
#endif
Common/3dParty/cryptopp/project/cryptopp.pro
View file @
9a33361a
...
@@ -11,6 +11,10 @@ PWD_ROOT_DIR = $$PWD
...
@@ -11,6 +11,10 @@ PWD_ROOT_DIR = $$PWD
include
(..
/../../../
Common
/
base
.
pri
)
include
(..
/../../../
Common
/
base
.
pri
)
core_mac
{
DEFINES
-=
MAC
}
core_windows
{
core_windows
{
DEFINES
-=
UNICODE
DEFINES
-=
UNICODE
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment