Blender V5.0
imbuf.hh
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2001-2002 NaN Holding BV. All rights reserved.
2 *
3 * SPDX-License-Identifier: GPL-2.0-or-later */
4
8
9#pragma once
10
11#include <cstdlib>
12#include <sys/types.h>
13
14#ifndef WIN32
15# include <unistd.h>
16#endif
17
18#include <fcntl.h>
19#include <sys/stat.h>
20
21#ifndef WIN32
22# include <sys/mman.h>
23# define O_BINARY 0
24#endif
25
26#define IMB_DPI_DEFAULT 72.0