Cygwin: (mostly) drop NT4 and Samba < 3.0 support
[newlib-cygwin.git] / winsup / cygwin / local_includes / wininfo.h
blob323d272a5970ab4dbe13a46e36065e9107ec7ec5
1 /* wininfo.h: main Cygwin header file.
3 This file is part of Cygwin.
5 This software is a copyrighted work licensed under the terms of the
6 Cygwin license. Please consult the file "CYGWIN_LICENSE" for
7 details. */
9 class muto;
10 class wininfo
12 HWND hwnd;
13 static muto _lock;
14 public:
15 operator HWND ();
16 int process (HWND, UINT, WPARAM, LPARAM);
17 void lock ();
18 void release ();
19 DWORD winthread ();
22 extern wininfo winmsg;