Fix compilation on OS X. How is this working elsewhere?

This commit is contained in:
Jay Dolan 2016-12-31 15:44:18 -05:00
parent fee655c15f
commit b529282159
2 changed files with 5 additions and 1 deletions

View file

@ -132,7 +132,7 @@ void _pico_printf( int level, const char *format, ... );
char *_pico_stristr( char *str, const char *substr );
void _pico_unixify( char *path );
int _pico_nofname( const char *path, char *dest, int destSize );
char *_pico_nopath( const char *path );
const char *_pico_nopath( const char *path );
char *_pico_setfext( char *path, const char *ext );
int _pico_getline( char *buf, int bufsize, char *dest, int destsize );
char *_pico_strlwr( char *str );

View file

@ -192,6 +192,10 @@
RelativePath=".\pm_obj.c"
>
</File>
<File
RelativePath=".\pm_terrain.c"
>
</File>
<Filter
Name="lwo"
Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"