tahoma2d/toonz/sources/include/toonz4.6/toonzparam.h

15 lines
209 B
C
Raw Normal View History

2016-05-17 03:04:11 +12:00
#pragma once
2016-03-19 06:57:51 +13:00
#ifndef _TOONZPARAM_H__
#define _TOONZPARAM_H__
#ifdef WIN32
#include <stdlib.h>
#define TOONZMAXPATHLEN _MAX_PATH
#else
#include <sys/param.h>
#define TOONZMAXPATHLEN MAXPATHLEN
#endif
#endif