Skip to content

Commit 3595697

Browse files
committed
xrEngine/LightAnimLibrary: Abstract declspec behind XR_EXPORT.
1 parent d0238ab commit 3595697

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/xrEngine/LightAnimLibrary.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ void ELightAnimLibrary::Unload()
216216
Items.clear();
217217
}
218218

219-
__declspec(dllexport) void ELightAnimLibrary::Load()
219+
XR_EXPORT void ELightAnimLibrary::Load()
220220
{
221221
string_path fn;
222222
FS.update_path(fn, _game_data_, "lanims.xr");

0 commit comments

Comments
 (0)