mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-24 11:54:01 +00:00
Only define NULL if it is needed.
This commit is contained in:
parent
41f5e7af68
commit
29f9905e5c
@ -16,7 +16,9 @@
|
|||||||
#include "os.h"
|
#include "os.h"
|
||||||
#include "extern_data.h"
|
#include "extern_data.h"
|
||||||
|
|
||||||
#define NULL 0
|
#ifndef NULL
|
||||||
|
# define NULL 0
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef SYS_UNIX
|
#ifdef SYS_UNIX
|
||||||
const char *sub_charsets[] = {
|
const char *sub_charsets[] = {
|
||||||
|
Loading…
Reference in New Issue
Block a user