Skip to content

Commit

Permalink
Merge pull request #20 from AlwinEsch/Matrix-change
Browse files Browse the repository at this point in the history
fix build related to min/max error
  • Loading branch information
AlwinEsch authored Jan 16, 2021
2 parents d11d4d1 + 8c7fa82 commit b855e68
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/Milkdrop2XBMC.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
* See LICENSE.md for more information.
*/

#include <kodi/addon-instance/Visualization.h>

#include <windows.h>
#include <io.h>
#include <vector>
Expand All @@ -14,8 +16,6 @@
#define TARGET_WINDOWS
#endif

#include <kodi/addon-instance/Visualization.h>

CPlugin g_plugin;
bool IsInitialized = false;

Expand Down
2 changes: 1 addition & 1 deletion visualization.milkdrop2/addon.xml.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<addon
id="visualization.milkdrop2"
version="2.4.0"
version="2.4.1"
name="MilkDrop 2"
provider-name="Ryan Geiss, ported by MrC, DX11 by afedchin">
<requires>@ADDON_DEPENDS@</requires>
Expand Down

0 comments on commit b855e68

Please sign in to comment.