Patrik Stridvall
|
4b1574577d
|
- Made sure that the files that contains the declarations
of the implementated functions are included.
- Corrected mismatching prototypes.
- Cleaned up the include section.
|
2001-07-23 23:50:18 +00:00 |
Patrik Stridvall
|
044855c6ec
|
Documentation fixes.
|
2001-07-11 18:56:41 +00:00 |
Patrik Stridvall
|
01d5e5b071
|
Documentation fixes.
|
2001-07-02 19:59:40 +00:00 |
François Gouget
|
44a182229b
|
winuser.h now requires that we include winbase.h first.
|
2000-12-19 04:53:20 +00:00 |
Alexandre Julliard
|
982a223f36
|
Replaced PTR_SEG_TO_LIN macro by exported MapSL function.
Fixed a few ptr/segptr mismatches.
Moved CONV_RECT/POINT macros to wingdi16.h.
|
2000-12-13 20:20:09 +00:00 |
Andreas Mohr
|
1af53cbb2a
|
- README update
- add offsets to ASPI struct defines
- spelling
|
2000-12-09 03:15:32 +00:00 |
Patrik Stridvall
|
1ed5577522
|
Don't include windows.h internally.
|
2000-11-30 01:31:28 +00:00 |
Chris Morgan
|
04996dda2d
|
Stub CreateDispTypeInfo, CreateStdDispatch16 and CreateStdDispatch.
|
2000-10-19 20:21:42 +00:00 |
Francois Gouget
|
529779cf4c
|
Fixed the signature of SysAllocStringByteLen.
|
2000-10-13 17:08:12 +00:00 |
Alexandre Julliard
|
83f52d11c1
|
Moved all Win16 definitions out of the standard Windows headers.
|
2000-09-26 22:20:14 +00:00 |
Francois Jacques
|
13ae2f5b8c
|
Prevent SysAllocString and SysAllocString16 to perform any processing
on NULL strings.
|
2000-07-10 13:04:45 +00:00 |
Huw D M Davies
|
5d83a6576e
|
Fix SysStringByteLen to really return the length in bytes.
|
2000-07-08 11:47:38 +00:00 |
Patrik Stridvall
|
2d6457c11a
|
Added/fixed some documentation reported by winapi_check.
|
2000-03-28 20:22:59 +00:00 |
Eric Pouech
|
853043b4b7
|
Fixed prototype for OleTranslateColor.
|
2000-02-18 19:06:00 +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 |
Alexandre Julliard
|
681c75bf17
|
Added debugstr_guid function and used it to replace
WINE_StringFromCLSID in all debugging messages.
|
2000-01-18 05:09:49 +00:00 |
Eric Pouech
|
be5e3c6512
|
SysStringLen can get a NULL pointer (and shall return 0).
|
1999-12-12 21:27:41 +00:00 |
Andreas Mohr
|
deebddf24b
|
SysAllocStringLen16 needs to handle NULL pointers, too.
|
1999-10-25 15:41:24 +00:00 |
Ulrich Weigand
|
2a722f498a
|
Moved bulk of OLE implementation to dlls/ subdirectories.
|
1999-09-19 18:36:53 +00:00 |