Skip to content

Commit

Permalink
Update libkahypar.h
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianSchlag authored Nov 7, 2018
1 parent c089cc2 commit 6ee1c10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/libkahypar.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ extern "C" {

#ifndef KAHYPAR_API
# ifdef _WIN32
# if defined(YL_BUILD_SHARED) /* build dll */
# if defined(KAHYPAR_BUILD_SHARED) /* build dll */
# define KAHYPAR_API __declspec(dllexport)
# elif !defined(YL_BUILD_STATIC) /* use dll */
# elif !defined(KAHYPAR_BUILD_STATIC) /* use dll */
# define KAHYPAR_API __declspec(dllimport)
# else /* static library */
# define KAHYPAR_API
Expand Down

0 comments on commit 6ee1c10

Please sign in to comment.