Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Cameo
cameo
Commits
cdc2a348
Commit
cdc2a348
authored
Nov 16, 2020
by
yannick legoc
Browse files
(split) Some minor changes for Visual Studio 19
parent
7188c0d4
Changes
3
Show whitespace changes
Inline
Side-by-side
include/Services.h
View file @
cdc2a348
...
...
@@ -19,6 +19,7 @@
#include <string>
#include <vector>
#include <array>
#include "Strings.h"
#include "EventStreamSocket.h"
#include "OutputStreamSocket.h"
...
...
src/Strings.cpp
View file @
cdc2a348
...
...
@@ -19,6 +19,7 @@
#include "message/Message.h"
#include "BadFormatException.h"
#include <regex>
#include <ostream>
using
namespace
std
;
...
...
src/impl/ServicesImpl.cpp
View file @
cdc2a348
...
...
@@ -26,7 +26,8 @@
// Using Visual Studio preprocessor.
// It must be improved in case of other compilers.
#ifdef _WIN32
#define GET_PROCESS_PID() GetCurrentProcessId()
#include <process.h>
#define GET_PROCESS_PID() _getpid()
#else
#include <unistd.h>
...
...
Shervin Nourbakhsh
@nourbakhsh
mentioned in commit
46e44691
·
Apr 23, 2021
mentioned in commit
46e44691
mentioned in commit 46e44691a03808a23a464818487b0dd014a9c57e
Toggle commit list
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