Skip to content

Commit b93e23b

Browse files
committed
Added another missing ifdef
1 parent 5556f2f commit b93e23b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/nbl/ui/CClipboardManagerWin32.cpp

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#ifdef _NBL_PLATFORM_WINDOWS_
12
#include "nbl/ui/CClipboardManagerWin32.h"
23
#include <Windows.h>
34
namespace nbl::ui
@@ -32,4 +33,6 @@ namespace nbl::ui
3233

3334
return true;
3435
}
35-
}
36+
}
37+
38+
#endif

0 commit comments

Comments
 (0)