Skip to content

Commit 96f0508

Browse files
committed
NBL_API dllexport/import for more classes
1 parent b685be4 commit 96f0508

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

include/nbl/system/ISystem.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ class NBL_API2 ISystem : public core::IReferenceCounted
264264
> params = SRequestParams_NOOP();
265265
};
266266
static inline constexpr uint32_t CircularBufferSize = 256u;
267-
class CAsyncQueue final : public IAsyncQueueDispatcher<CAsyncQueue,SRequestType,CircularBufferSize>
267+
class NBL_API2 CAsyncQueue final : public IAsyncQueueDispatcher<CAsyncQueue,SRequestType,CircularBufferSize>
268268
{
269269
using base_t = IAsyncQueueDispatcher<CAsyncQueue,SRequestType,CircularBufferSize>;
270270

src/nbl/ui/CWindowManagerWin32.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
namespace nbl::ui
1010
{
1111

12-
class CWindowManagerWin32 final : public IWindowManagerWin32, public ICursorControl
12+
class NBL_API2 CWindowManagerWin32 final : public IWindowManagerWin32, public ICursorControl
1313
{
1414
public:
1515
inline CWindowManagerWin32() = default;

0 commit comments

Comments
 (0)