bWidgets
Core widget toolkit designed for Blender
bwUtil.h
Go to the documentation of this file.
1#pragma once
2
6#ifdef _MSC_VER
7# define PRETTY_FUNCTION __FUNCSIG__
8#else
9# define PRETTY_FUNCTION __PRETTY_FUNCTION__
10#endif