Reviewed custom logging functionality

This commit is contained in:
raysan5 2018-07-28 17:57:05 +02:00
parent 9150b54b3e
commit 6f61e26a3c
2 changed files with 6 additions and 14 deletions

View file

@ -71,7 +71,7 @@
#ifndef RAYLIB_H
#define RAYLIB_H
#include <stdarg.h> // Required for va_list
#include <stdarg.h> // Required for: va_list - Only used by TraceLogCallback
#if defined(_WIN32) && defined(BUILD_LIBTYPE_SHARED)
#define RLAPI __declspec(dllexport) // We are building raylib as a Win32 shared library (.dll)