Skip to content

Commit

Permalink
Issue #84: renamed generated exports header for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
dzhoshkun committed Apr 11, 2019
1 parent 6cd9260 commit 9a42820
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ if(WIN32)

GENERATE_EXPORT_HEADER(${NAME}
EXPORT_MACRO_NAME GG_EXPORTS
EXPORT_FILE_NAME gg_exports.h
EXPORT_FILE_NAME gg_exports_win.h
STATIC_DEFINE SHARED_EXPORTS_BUILT_AS_STATIC
)
endif()
Expand Down
2 changes: 1 addition & 1 deletion src/api/exports.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#pragma once

#ifdef WIN32
#include "gg_exports.h"
#include "gg_exports_win.h"
#else
#define GG_EXPORTS
#endif

0 comments on commit 9a42820

Please sign in to comment.