1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-06-30 08:36:44 +02:00

drop broken windows support

This commit is contained in:
Jfreegman
2014-06-11 14:37:36 -04:00
parent 328e7f8d57
commit 12e33a1760
4 changed files with 5 additions and 67 deletions

View File

@ -20,11 +20,7 @@
*
*/
#ifdef _win32
#define CONFIGDIR "\\tox\\"
#else
#define CONFIGDIR "/tox/"
#endif
#ifndef S_ISDIR
#define S_ISDIR(mode) (((mode) & S_IFMT) == S_IFDIR)