More compilation.
Moved windows typedefs to a separate file. Included public domain md5 routines (from dpkg).
This commit is contained in:
parent
6d5a3cec55
commit
f759e35cd8
15 changed files with 414 additions and 93 deletions
|
@ -1,12 +1,13 @@
|
|||
#ifndef _INCLUDED_IFF_HPP_
|
||||
#define _INCLUDED_IFF_HPP_
|
||||
|
||||
#include "fixer.h"
|
||||
|
||||
#if defined(_WIN32) || defined(WIN32) || defined(WINDOWS) || defined(_WINDOWS)
|
||||
#define _IFF_WIN_TARGET
|
||||
#include <windows.h>
|
||||
#else // ! WIN32 && ! _WIN32 && ! WINDOWS && ! _WINDOWS
|
||||
#include <stdio.h>
|
||||
#include <conio.h>
|
||||
#endif // ! WIN32 && ! _WIN32 && ! WINDOWS && ! _WINDOWS
|
||||
|
||||
#include "media.hpp"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue