blob: 2fa8e8c2b274aa189587696442ceddcb8e791486 [file] [view]
---
layout: doc
title: "Starboard Module Reference: export.h"
---
Provides macros for properly exporting or importing symbols from shared
libraries.
## Macros ##
### SB_EXPORT ###
COMPONENT_BUILD is defined when generating shared libraries for each project,
rather than static libraries. This means we need to be careful about
EXPORT/IMPORT.