Grok 12.0.1
minpf_common.h
Go to the documentation of this file.
1
18#pragma once
19
20#include <cstdlib>
21#include <cstdint>
22
23#ifdef _WIN32
24#define MINPF_FILE_SEPARATOR "\\"
25#else
26#define MINPF_FILE_SEPARATOR "/"
27#endif
28
29#define MINPF_MAX_PATH_LEN 4096
30
31#include <plugin/minpf_plugin.h>