Skip to content
Snippets Groups Projects
Commit 508911b4 authored by Marcus Meissner's avatar Marcus Meissner Committed by Alexandre Julliard
Browse files

Old versions of glibc might not have STN_UNDEF defined.

parent f69c1501
No related branches found
No related tags found
No related merge requests found
......@@ -50,6 +50,10 @@
#define N_UNDF 0x00
#endif
#ifndef STN_UNDEF
# define STN_UNDEF 0
#endif
#define N_GSYM 0x20
#define N_FUN 0x24
#define N_STSYM 0x26
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment