Francois Gouget
272023190e
Make winsock.h and winsock2.h independent from the Unix headers.
...
Make them compatible with both the Unix C headers and the MSVCRT
headers.
Ensure compatibility with the Unix headers via the USE_WS_PREFIX
macro.
Add WINE_NOWINSOCK: prevents winsock.h from being included from
windows.h when defined.
Add ws2tcpip.h, move definitions to the right header.
2001-11-14 21:26:23 +00:00
Francois Gouget
fcba601cf4
RC_INVOKED (&NOWINRES) special cases.
2001-05-07 18:18:33 +00:00
François Gouget
da4fd92316
Removed the 'extern "C" { ... }' statement. It is not supposed to be
...
there.
2000-12-19 04:51:43 +00:00
Patrik Stridvall
1ed5577522
Don't include windows.h internally.
2000-11-30 01:31:28 +00:00
Francois Gouget
5e4b7de1b6
Completed/corrected the list of include files.
...
Handle WIN32_LEAN_AND_MEAN and the NOxxx macros.
2000-10-13 23:13:01 +00:00
Alexandre Julliard
74af67ef42
Removed shell.h. Cleaned up the nested includes mess in wine/obj_*.h.
2000-09-26 00:00:55 +00:00
Francois Gouget
1789f24ed0
Should include commdlg.h.
2000-05-23 04:07:53 +00:00
Francois Gouget
a4af44ad52
Should include 'winspool.h'.
2000-03-19 12:45:06 +00:00
Jeremy White
d3e22d9d55
Removed #include of wingdi.h and windef.h from winuser.h (and resolved
...
the resulting compilation failures).
2000-02-10 19:03:02 +00:00
Patrik Stridvall
1ed4ecffa8
ANSI C fixes.
...
Removed warnings.
Made the include files self-sufficient.
Some Solaris fixes.
1999-06-26 14:58:24 +00:00
Joshua Thielen
2431488775
Added mmsystem.h include.
1999-05-22 16:19:20 +00:00
Alexandre Julliard
a396029270
Large-scale renaming of all Win32 functions and types to use the
...
standard Windows names.
1999-02-26 11:11:13 +00:00
Michael Veksler
ae09c6b6e7
Removed includes of wine/* headers.
1999-02-25 16:38:47 +00:00
Michael Veksler
3fbb8dc829
- Fix headers to include less or smaller header files.
...
- Fix header and source files to include missing header files to avoid
warnings and errors.
1999-02-21 18:23:26 +00:00
Michael Veksler
17822f452f
Moved everything out of windows.h.
1999-02-09 15:46:25 +00:00
Alexandre Julliard
e27326a739
Attempt at fixing the MAX_PATH multiple definition problem.
1999-01-31 18:55:54 +00:00
Guy Albertelli
c66f5d5983
Added stub for SetThreadLocale.
1999-01-24 09:59:14 +00:00
Juergen Schmied
ba28ba171f
- some fixes, cleaned up includes, fixed leaks
...
- clean DllReferenceCount, better DllMain()
- dynamically linking LookupIconIdFromDirectoryEx32 and
CreateIconFromResourceEx32 to USER32
- moved guid's instances to new file shellguid.c
- implemented ShellExecuteEx32W
1999-01-23 14:12:48 +00:00
Alexandre Julliard
62a8b43301
Hacked server-side device support
...
Added user APCs support.
Many changes to the xterm console to make use of the server (not
finished yet).
Moved some other small stuff to the server.
1999-01-19 17:48:23 +00:00
Alexandre Julliard
8da12c43a9
Group commit for recovery after disk crash.
...
See Changelog for changes WRT release 990110.
1999-01-17 16:55:11 +00:00
Alexandre Julliard
638f169b1e
Recovery of release 990110 after disk crash.
...
See Changelog for changes between 990103 and 990110.
1999-01-17 16:32:32 +00:00
Michael Veksler
ca1bc866cf
Moves more stuff from windows.h.
...
- include/winuser.h - interface relevant to user32.spec
- include/wine/winuser16.h - the old 16 bit interface (internal use)
- include/winbase.h - some minor updates to keep things coherent.
- Lot of other files made to include wine/winuser16.h, which is no
longer included from windows.h
1999-01-01 18:57:33 +00:00
Francois Gouget
f324e5e92c
Removed the CN_xxx macros since they are not used, do not correspond to
...
any Windows define and conflict with MFC defines.
windows.h must provide all the definitions contained in winbase.h
Some Xxx32 functions did not have the associated Xxx macro.
1998-12-26 11:56:22 +00:00
Paul Quinn
1beaae5f9e
Lots of new defines and stubs.
1998-12-15 15:38:36 +00:00
Veksler Michael
1346a3cd8d
Move declarations from windows.h to wingdi.h and winuser.h.
1998-12-15 11:15:35 +00:00
Huw D M Davies
5a50273f5b
Implement AbortDoc16, move AbortDoc32 and StartDoc32W to
...
misc/printdrv.c and fix a few compile warnings.
1998-12-11 10:17:31 +00:00
Alexandre Julliard
0c0e3bebb8
Authors: Francis Beaudet <francis@macadamian.com>, Sylvain St-Germain <sylvain@macadamian.com>, Thuy Nguyen <thuy@macadamian.com>
...
Lots of new stubs.
1998-12-10 15:49:22 +00:00
Ulrich Weigand
f6c4828c13
Cleaned up CreateSystemTimer interface for use with 32-bit callbacks.
...
(NOTE: 16-bit callbacks still don't work!)
1998-12-10 10:44:38 +00:00
Pablo Saratxaga
b13f23e4fc
Improved the handling of font encodings.
1998-12-09 14:51:48 +00:00
Huw D M Davies
7d5fd8dc3a
Fix for SetAbortProc16, stub for SetAbortProc32 and tidy up some other
...
printing functions.
1998-12-08 09:44:30 +00:00
Andreas Mohr
a00b49f068
- Several kernel.spec return type mismatch fixes
...
- [GS]etSelectorBase Win32s offset support by Ulrich Weigand (thanks v.m. !!)
- Move AppToWine/WineToApp macros as W32S_APP2WINE etc. to ldt.h
- LocalNotify() basic support
- Fixes for local heap handling with heap handles created by Virtual*()
1998-12-07 10:48:09 +00:00
Juergen Schmied
24ab0f1f77
New parameter SPI_GETDRAGFULLWINDOW.
...
One missing break in SPI_GETDRAGFULLWINDOW.
1998-12-01 11:19:51 +00:00
Uwe Bonnes
9ea63d0ca0
- added some defines around the CommPort (PURGE_XXX and MS_XXX_ON)
...
- added the DLGTEMPLATE and DLGITEMTEMPLATE structures
- added the function definition for StartPage,EndPage,GetCommMask,
GetCommModemStatus and PurgComm,WaitCommEvent.
1998-11-30 17:16:45 +00:00
Paul Quinn
eede6b044e
Implementation of ChildWindowFromPointEx functions.
1998-11-30 13:15:36 +00:00
Juergen Schmied
2e120f8893
Bugfix: SetDlgItemText32 returns BOOL not void.
1998-11-24 20:29:28 +00:00
Eric Kohl
6a0cdd070c
Added command and return constants used by WM_NOTIFYFORMAT.
1998-11-22 17:52:26 +00:00
Andreas Mohr
1e360ebbf9
Added Win16 implementation for GetRegionData().
1998-11-22 16:54:26 +00:00
Gael de Chalendar
d5af0175c7
Partially complete GetTextCharsetInfo and corrects return values for
...
this family of functions.
1998-11-22 12:19:49 +00:00
Juergen Schmied
4d5c9512c1
Stub for GetNumberFormat32W.
1998-11-14 16:42:14 +00:00
Uwe Bonnes
9fdceb8a21
- adds GetExitCodeProcess
...
- corrects the return-type of GetKeyState
- corrects the winelib definition of IsDialogMessage
- adds winelib definitions for PrintDlg
1998-11-08 13:12:49 +00:00
Ulrich Weigand
2b067584e9
USER-side part of input event handling: contains implementation of
...
keybd_event and mouse_event, and USER-related code removed from
windows/event.c and windows/keyboard.c.
1998-11-08 12:26:36 +00:00
Charles Suprin
4104301e6d
Added stubs for SetWinMetaFileBits and GetEnhMetaFilePaletteEntries.
1998-11-07 12:56:31 +00:00
Huw D M Davies
d0421889c8
Get rid of the redefinition of MAX_PATH and move PROCESSENTRY32
...
definition to toolhelp.h.
1998-11-01 19:23:52 +00:00
Rein Klazes
5c6fc1bb91
CreateWindowEx32[AW] now creates an MDI chils when the WM_EX_MDICHILD
...
extended style is specified. Also implemented CreateMDIWindow32A()
call - single thread only -.
1998-11-01 14:50:06 +00:00
Patrick Spinler
24ee621110
Added stubs for Process32First/Process32Next.
1998-10-28 14:20:19 +00:00
François Gouget
241c730d54
Fixed some LPPOINT/LPSIZE mismatches and some missing "const" in the
...
headers prototypes.
1998-10-28 10:47:09 +00:00
Turchanov Sergey
656eb96577
Moved Multimonitor API declarations to windows.h.
1998-10-18 11:56:35 +00:00
Moshe Vainer
4a150e7753
Partial implementation of GetOutlineTextMetrics32A.
...
Added structures for OUTLINETEXTMETRICS.
1998-10-14 18:15:43 +00:00
Ulrich Weigand
85a7ff4090
GlobalFix16 is supposed to return selector to the memory area.
1998-10-11 19:10:10 +00:00
Ulrich Weigand
d4663668b8
Changed DC members w.hVisRgn, w.hClipRgn, amd w.hGCClipRgn to
...
coordinates relative to the device, not the DC origin. This is
necessary to correctly implement GetClipRgn16 and InquireVisRgn.
SelectVisRgn also expects region in device-relative coordinates.
Adapted the rest of Wine to this coordinate change.
Implemented ExtSelectClipRgn.
1998-10-11 18:47:02 +00:00