utils: mdldec: define local mkdir macro

This commit is contained in:
Alibek Omarov
2025-10-08 05:19:19 +05:00
parent ccbb3a2841
commit 0efe65a5bc

View File

@@ -24,6 +24,10 @@ GNU General Public License for more details.
#include "settings.h"
#include "utils.h"
#if !XASH_WIN32
#define _mkdir( x ) mkdir(( x ), S_IRWXU | S_IRWXG | S_IROTH | S_IXOTH )
#endif
/*
============
MakeDirectory