Deleted Added
full compact
gthr-win32.c (117395) gthr-win32.c (119256)
1/* Implementation of W32-specific threads compatibility routines for
2 libgcc2. */
3
4/* Copyright (C) 1999, 2000, 2002 Free Software Foundation, Inc.
5 Contributed by Mumit Khan <khan@xraylith.wisc.edu>.
6 Modified and moved to separate file by Danny Smith
7 <dannysmith@users.sourceforge.net>.
8

--- 18 unchanged lines hidden (view full) ---

27 some of which are compiled with GCC, to produce an executable,
28 this library does not by itself cause the resulting executable
29 to be covered by the GNU General Public License.
30 This exception does not however invalidate any other reasons why
31 the executable file might be covered by the GNU General Public License. */
32
33
34#ifndef __GTHREAD_HIDE_WIN32API
1/* Implementation of W32-specific threads compatibility routines for
2 libgcc2. */
3
4/* Copyright (C) 1999, 2000, 2002 Free Software Foundation, Inc.
5 Contributed by Mumit Khan <khan@xraylith.wisc.edu>.
6 Modified and moved to separate file by Danny Smith
7 <dannysmith@users.sourceforge.net>.
8

--- 18 unchanged lines hidden (view full) ---

27 some of which are compiled with GCC, to produce an executable,
28 this library does not by itself cause the resulting executable
29 to be covered by the GNU General Public License.
30 This exception does not however invalidate any other reasons why
31 the executable file might be covered by the GNU General Public License. */
32
33
34#ifndef __GTHREAD_HIDE_WIN32API
35# define __GTHREAD_HIDE_WIN32API
35# define __GTHREAD_HIDE_WIN32API 1
36#endif
37#include <gthr-win32.h>
38#include <windows.h>
39
40/* Windows32 threads specific definitions. The windows32 threading model
41 does not map well into pthread-inspired gcc's threading model, and so
42 there are caveats one needs to be aware of.
43

--- 131 unchanged lines hidden ---
36#endif
37#include <gthr-win32.h>
38#include <windows.h>
39
40/* Windows32 threads specific definitions. The windows32 threading model
41 does not map well into pthread-inspired gcc's threading model, and so
42 there are caveats one needs to be aware of.
43

--- 131 unchanged lines hidden ---