* 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:
Christopher Faylor
2002-06-23 18:55:23 +00:00
parent f6709c07db
commit 6bda8defe9
4 changed files with 18 additions and 9 deletions

View File

@@ -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