mirror of
https://github.com/status-im/miniupnp.git
synced 2025-02-21 18:28:05 +00:00
Fix __STDC_VERSION__ check in upnpdev.h
This commit is contained in:
parent
7783ac1545
commit
8f9ce751ba
@ -20,7 +20,7 @@ struct UPNPDev {
|
||||
char * st;
|
||||
char * usn;
|
||||
unsigned int scope_id;
|
||||
#if defined(__STDC_VERSION) && __STDC_VERSION__ >= 199901L
|
||||
#if defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
|
||||
/* C99 flexible array member */
|
||||
char buffer[];
|
||||
#elif defined(__GNUC__)
|
||||
|
Loading…
x
Reference in New Issue
Block a user