Select correct implementation by platform since it doesn't work via defined version

master
Ansariel 2020-10-25 16:26:53 +01:00
parent e8fd133148
commit 3e5dae03cd
1 changed files with 1 additions and 3 deletions

View File

@ -29,13 +29,11 @@
// this is defined so that we get static linking.
#include "openjpeg.h"
#ifndef OPENJPEG_VERSION
#ifdef LL_WINDOWS
#include "cio.h"
#include "event.h"
#ifdef OPJ_PACKAGE_VERSION
#define OPENJPEG2
#endif
#endif
#include "lltimer.h"