mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-04-05 20:31:00 +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:
parent
ceb65d6ece
commit
05bee0c69f
@ -18,9 +18,6 @@
|
||||
|
||||
#include "mdbtools.h"
|
||||
|
||||
#ifndef _XOPEN_SOURCE
|
||||
#define _XOPEN_SOURCE
|
||||
#endif
|
||||
#include <time.h>
|
||||
|
||||
#define OFFSET_MASK 0x1fff
|
||||
|
Loading…
Reference in New Issue
Block a user