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:
@ -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)
|
||||
|
Reference in New Issue
Block a user