Skip to content

Commit

Permalink
Make sure 'SMBIOS_EXPORT' is defined
Browse files Browse the repository at this point in the history
  • Loading branch information
brunexgeek authored Dec 13, 2024
1 parent 163b9ca commit 64e8964
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions smbios.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@
#else
#define SMBIOS_EXPORT __attribute__ ((visibility("default")))
#endif
#else
#define SMBIOS_EXPORT
#endif

#ifdef __cplusplus
Expand Down

0 comments on commit 64e8964

Please sign in to comment.