cog/Frameworks/libsidplay/sidplay-residfp-code/.svn/pristine/e2/e2564495f3e1c0a2fba714a637a...

11 lines
149 B
Plaintext

#ifndef MD5_DEFS_H
#define MD5_DEFS_H
#include "sidendian.h"
#ifdef WORDS_BIGENDIAN
# define MD5_WORDS_BIG_ENDIAN
#endif
#endif /* MD5_DEFS_H */