A couple of changes to let it build again for OS4.
git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@445 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
5
files.c
5
files.c
@@ -285,8 +285,11 @@ void bstrtostr( BSTR in, STRPTR out, TEXT max )
|
||||
// -- Lecture d'une liste de lecteurs / volumes -----------------------------
|
||||
void Lire_liste_des_lecteurs(void)
|
||||
{
|
||||
// Fixes a warning on os4
|
||||
#ifndef __amigaos4__
|
||||
int Indice;
|
||||
|
||||
#endif
|
||||
|
||||
// Empty the current content of fileselector:
|
||||
Detruire_liste_du_fileselect();
|
||||
// Reset number of items
|
||||
|
||||
Reference in New Issue
Block a user