7 lines
188 B
C
7 lines
188 B
C
// Copyright (c) 2020-now by the Zeek Project. See LICENSE for details.
|
|
|
|
#pragma once
|
|
|
|
#define HILTI_EXPORT __attribute__((visibility("default")))
|
|
#define HILTI_WEAK __attribute__((weak))
|