Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
Base
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
CoMISo
Base
Commits
eabe9be0
Commit
eabe9be0
authored
Dec 18, 2015
by
Max Lyon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add BASEDLLEXPORT macro
parent
d6a5c15d
Pipeline
#487
skipped
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
27 additions
and
2 deletions
+27
-2
Config/BaseDefines.hh
Config/BaseDefines.hh
+25
-0
Utils/StopWatch.hh
Utils/StopWatch.hh
+2
-2
No files found.
Config/BaseDefines.hh
0 → 100644
View file @
eabe9be0
#ifndef BASEDLLEXPORT
#ifdef WIN32
#ifdef BASEDLL
#ifdef USEBASE
#define BASEDLLEXPORT __declspec(dllimport)
#define BASEDLLEXPORTONLY
#else
#define BASEDLLEXPORT __declspec(dllexport)
#define BASEDLLEXPORTONLY __declspec(dllexport)
#endif
#else
#define BASEDLLEXPORT
#define BASEDLLEXPORTONLY
#endif
#else
#define BASEDLLEXPORT
#define BASEDLLEXPORTONLY
#endif
#endif
#undef min
#undef max
Utils/StopWatch.hh
View file @
eabe9be0
...
...
@@ -48,7 +48,7 @@
#ifndef BASE_STOPWATCH_HH_INCLUDED
#define BASE_STOPWATCH_HH_INCLUDED
#include "../
../Config/CoMISo
Defines.hh"
#include "../
Config/Base
Defines.hh"
namespace
Base
{
...
...
@@ -60,7 +60,7 @@ namespace Base {
for the current platform.
**/
class
COMISO
DLLEXPORT
StopWatch
class
BASE
DLLEXPORT
StopWatch
{
public:
...
...
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