* winsup.h: Eliminate inclusion of most of the cygwin .h files. Use .h files

only in sources which require them.
* Makefile.in: Generate dependencies with -MD option.
This commit is contained in:
Christopher Faylor
2000-08-22 05:10:20 +00:00
parent 19b48cd982
commit bccd5e0d85
63 changed files with 288 additions and 216 deletions

View File

@@ -11,6 +11,9 @@ enum
};
#define PSIZE 1024
class ThreadItem;
class _pinfo
{
public:
@@ -166,3 +169,4 @@ cygwin_pid (pid_t pid)
return (pid_t) (os_being_run == winNT) ? pid : -(int) pid;
}
void __stdcall pinfo_init (PBYTE);
extern pinfo myself;