Complements of r458 for windows build
git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@461 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
4
init.c
4
init.c
@@ -34,8 +34,6 @@
|
||||
#include <SDL/SDL_byteorder.h>
|
||||
#if defined(__WIN32__)
|
||||
#include <windows.h> // GetLogicalDrives(), GetDriveType(), DRIVE_*
|
||||
#else
|
||||
#include "mountlist.h" // read_file_system_list
|
||||
#endif
|
||||
|
||||
#include "const.h"
|
||||
@@ -54,7 +52,7 @@
|
||||
#include "files.h"
|
||||
#include "setup.h"
|
||||
#include "windows.h"
|
||||
|
||||
#include "mountlist.h" // read_file_system_list
|
||||
|
||||
// Ajouter un lecteur à la liste de lecteurs
|
||||
void Ajouter_lecteur(char Lettre, byte Type, char *Chemin)
|
||||
|
||||
Reference in New Issue
Block a user