Reorder headers related to linux module

This commit is contained in:
Azamat H. Hackimov
2024-05-19 02:48:26 +03:00
parent bde23461ea
commit 3fa32ff386
29 changed files with 39 additions and 50 deletions

View File

@@ -109,7 +109,7 @@ static bool mod_FindRealFileNameCaseInsenstive(const char *directory, const char
#include <stdarg.h>
#include <string.h>
#if defined(__LINUX__)
#include "linux/linux_fix.h"
#include "linux_fix.h"
#endif
#if defined(WIN32) // INSTEAD OF MAKING MODULE HAVE DEPENDENCIES, PUT THE 2 DDIO FUNCTIONS I NEED HERE
// Split a pathname into its component parts