This website works better with JavaScript.
Home
Help
Register
Sign In
buff
/
pEpEngine
forked from
pEp.foundation/pEpEngine
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
32
Wiki
Activity
Browse Source
Fix build on windows:
Include blacklist.c int project, and fix order of includes.
doc_update_sequoia
Markus Schaber
6 years ago
parent
f548d32b1c
commit
535e88f46f
4 changed files
with
6 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
.hgignore
+1
-0
pEpEngine.vcxproj
+3
-0
pEpEngine.vcxproj.filters
+1
-1
src/blacklist.c
+ 1
- 0
.hgignore
View File
@ -19,5 +19,6 @@ build-android/pEpEngine-android-1.zip
build-android/third-party
build-android/pEpEngine-android-1
pEpEngine.vcxproj.user
syntax: regexp
.*xcuserdata/
+ 1
- 0
pEpEngine.vcxproj
View File
@ -83,6 +83,7 @@
</Link>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="src\blacklist.c" />
<ClCompile Include="src\bloblist.c" />
<ClCompile Include="src\cryptotech.c" />
<ClCompile Include="src\email.c" />
+ 3
- 0
pEpEngine.vcxproj.filters
View File
@ -69,6 +69,9 @@
<ClCompile Include="src\mime.c">
<Filter>Quelldateien</Filter>
</ClCompile>
<ClCompile Include="src\blacklist.c">
<Filter>Quelldateien</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="src\keymanagement.h">
+ 1
- 1
src/blacklist.c
View File
@ -1,5 +1,5 @@
#
include
"blacklist.h"
#
include
"pEp_internal.h"
#
include
"blacklist.h"
DYNAMIC_API
PEP_STATUS
blacklist_add
(
PEP_SESSION
session
,
const
char
*
fpr
)
{
Write
Preview
Loading…
Cancel
Save