summaryrefslogtreecommitdiff
path: root/src/decode.h
diff options
context:
space:
mode:
authorMathis Rosenhauer <rosenhauer@dkrz.de>2014-07-24 15:21:30 +0200
committerMathis Rosenhauer <rosenhauer@dkrz.de>2014-07-24 15:21:30 +0200
commita57748e3d539ae0c712f31813fdf582fde7122a3 (patch)
tree7a25efa3be5f8993cca798648dea91b283b38690 /src/decode.h
parent99291d6cbae205f838f1302ebba43ec9333ad862 (diff)
downloadlibaec-a57748e3d539ae0c712f31813fdf582fde7122a3.tar.gz
libaec-a57748e3d539ae0c712f31813fdf582fde7122a3.tar.bz2
libaec-a57748e3d539ae0c712f31813fdf582fde7122a3.zip
DLL support for Windows.
Diffstat (limited to 'src/decode.h')
-rw-r--r--src/decode.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/decode.h b/src/decode.h
index fac60b8..32c4671 100644
--- a/src/decode.h
+++ b/src/decode.h
@@ -52,16 +52,12 @@
*/
#ifndef DECODE_H
-#define DECODE_H
-
-#include <config.h>
+#define DECODE_H 1
#if HAVE_STDINT_H
-# include <stdint.h>
+# include <stdint.h>
#endif
-#include "libaec.h"
-
#define M_CONTINUE 1
#define M_EXIT 0
#define M_ERROR (-1)