Fixed linux build with new makefile
git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@136 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
5
linux.h
5
linux.h
@@ -1,3 +1,6 @@
|
||||
#pragma once
|
||||
#ifdef __linux__
|
||||
|
||||
void _splitpath(char* Buffer, char* Chemin, char* Nom_Fichier);
|
||||
/* Sépare dans la chaîne passée dans Buffer le chemin d'accès du nom de fichier */
|
||||
|
||||
@@ -10,3 +13,5 @@ int filelength(int);
|
||||
|
||||
void itoa(int source,char* dest, int longueur);
|
||||
/* Integer TO Ascii */
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user