* Port to MinGW
This commit is contained in:
parent
50eb77ed1a
commit
fcaf343d7f
28 changed files with 347 additions and 64 deletions
|
@ -2817,7 +2817,7 @@ void Com_Shutdown (void) {
|
|||
}
|
||||
|
||||
#if !( defined __VECTORC )
|
||||
#if !( defined __linux__ || defined __FreeBSD__ ) // r010123 - include FreeBSD
|
||||
#if !( defined __linux__ || defined __FreeBSD__ || defined __MINGW32__ ) // r010123 - include FreeBSD
|
||||
#if ((!id386) && (!defined __i386__)) // rcg010212 - for PPC
|
||||
|
||||
void Com_Memcpy (void* dest, const void* src, const size_t count)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue