Sane C++ Libraries
C++ Platform Abstraction Libraries
Loading...
Searching...
No Matches
StringsExport.h
1
// Copyright (c) Stefano Cristiano
2
// SPDX-License-Identifier: MIT
3
#pragma once
4
#include "../Foundation/Compiler.h"
5
6
#ifndef SC_EXPORT_LIBRARY_STRINGS
7
#define SC_EXPORT_LIBRARY_STRINGS 0
8
#endif
9
#define SC_STRINGS_EXPORT SC_COMPILER_LIBRARY_EXPORT(SC_EXPORT_LIBRARY_STRINGS)
Libraries
Strings
StringsExport.h
Generated by
1.12.0