mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-09-18 09:50:07 +08:00
Remove unnecessary _XOPEN_SOURCE
This was originally intended to expose strptime, which is no longer (never?) used by data.c
This commit is contained in:
@@ -18,9 +18,6 @@
|
||||
|
||||
#include "mdbtools.h"
|
||||
|
||||
#ifndef _XOPEN_SOURCE
|
||||
#define _XOPEN_SOURCE
|
||||
#endif
|
||||
#include <time.h>
|
||||
|
||||
#define OFFSET_MASK 0x1fff
|
||||
|
Reference in New Issue
Block a user