Skip to content
Snippets Groups Projects
Commit c64357b9 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

include genwrap.h at the end of gen_defs.h for strlcpy()/strlcat().

This whole library is starting to get crufty and could use a room
at a hackathon.
parent ddf01a5e
Branches
Tags
1 merge request!455Update branch with changes from master
Pipeline #6260 failed
......@@ -27,6 +27,7 @@
#include <assert.h>
#endif
#include <errno.h>
// Note, genwrap.h is included at the *end* of this file.
/* Resolve multi-named errno constants */
#if defined(EDEADLK) && !defined(EDEADLOCK)
......@@ -550,4 +551,6 @@ typedef struct {
#include <SDL.h>
#endif
#include "genwrap.h" // For strlcpy()/strlcat() -- yes, it needs to be down here.
#endif /* Don't add anything after this #endif statement */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment