Grok
7.6.2
src
lib
jp2
plugin
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
>
32
minpf_plugin.h
Generated by
1.8.20