Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Mathis Rosenhauer
libaec
Commits
2a4b99e8
Commit
2a4b99e8
authored
Jul 29, 2014
by
Mathis Rosenhauer
Browse files
Hide config.h.
parent
136f733a
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/decode.h
View file @
2a4b99e8
...
...
@@ -54,6 +54,10 @@
#ifndef DECODE_H
#define DECODE_H 1
#if HAVE_CONFIG_H
# include <config.h>
#endif
#if HAVE_STDINT_H
# include <stdint.h>
#endif
...
...
src/encode.h
View file @
2a4b99e8
...
...
@@ -54,6 +54,10 @@
#ifndef ENCODE_H
#define ENCODE_H 1
#if HAVE_CONFIG_H
# include <config.h>
#endif
#if HAVE_STDINT_H
# include <stdint.h>
#endif
...
...
src/libaec.h
View file @
2a4b99e8
...
...
@@ -55,10 +55,6 @@
#include
<stddef.h>
#if HAVE_CONFIG_H
# include <config.h>
#endif
#if _WIN32 && BUILD_SHARED_LIBS
# ifdef DLL_EXPORT
# define AEC_SCOPE __declspec(dllexport)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment