* cygwin.sc: Add recent changes from ld sources.
* winsup.h: Move #ifdef EXPCGF code into "winbase.h". * winbase.h: #ifdef EXPCGF code moved here from "winsup.h".
This commit is contained in:
@@ -1,5 +1,12 @@
|
||||
#include_next "winbase.h"
|
||||
|
||||
#ifdef EXPCGF
|
||||
#define DECLARE_TLS_STORAGE char **tls[4096] __attribute__ ((unused))
|
||||
#else
|
||||
#define DECLARE_TLS_STORAGE do {} while (0)
|
||||
#define _WINBASE2_H
|
||||
#endif
|
||||
|
||||
#ifndef _WINBASE2_H
|
||||
#define _WINBASE2_H
|
||||
|
||||
|
Reference in New Issue
Block a user