mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-05-09 03:57:51 +03:00
Remove no longer required strnlen wrapper
It was used for MinGW & OS X < 10.7. Minimal OS X version was bumped to
10.7 and MinGW support was recently dropped (see
1eaa64c49c
).
This commit is contained in:
parent
47bac13749
commit
3e45e9a48a
3 changed files with 2 additions and 36 deletions
|
@ -5,7 +5,7 @@
|
|||
#include <cstring>
|
||||
|
||||
#include <stdint.h>
|
||||
#include <libs/platform/string.h>
|
||||
#include <string.h>
|
||||
|
||||
namespace ESM
|
||||
{
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
#define OPENMW_ESM_READER_H
|
||||
|
||||
#include <stdint.h>
|
||||
#include <libs/platform/string.h>
|
||||
#include <string.h>
|
||||
#include <cassert>
|
||||
#include <vector>
|
||||
#include <sstream>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue