Francois Gouget
|
282f7270c1
|
Small 'typos in comments' fixes.
|
2001-02-28 05:31:02 +00:00 |
Francois Gouget
|
b87a83866f
|
Change the callback declarations to a safer format.
|
2001-02-12 03:51:04 +00:00 |
Francois Gouget
|
3fb4cf70a7
|
Fix typos in comments.
|
2001-02-12 03:48:24 +00:00 |
Andreas Mohr
|
ae4f72f5be
|
Take a stab at implementing OleSetAutoConvert.
|
2001-02-12 01:26:16 +00:00 |
Huw D M Davies
|
a3fca2a933
|
Fix ReleaseStgMedium for MetaFilePict types.
|
2001-02-12 01:22:01 +00:00 |
James Juran
|
f4d5fefb0a
|
Add <string.h> to files that needed it.
|
2001-01-26 20:43:40 +00:00 |
Andreas Mohr
|
c9cf70d448
|
Some more cleanups.
|
2001-01-26 20:40:50 +00:00 |
Alexandre Julliard
|
0618746265
|
Cleaned up dll startup routines now that we have separate address
spaces.
|
2001-01-17 22:03:18 +00:00 |
Francois Gouget
|
a1d23f5da6
|
Removed the 'fn' prefix (i.e. ICOM_FN).
|
2001-01-04 22:59:48 +00:00 |
François Gouget
|
44a182229b
|
winuser.h now requires that we include winbase.h first.
|
2000-12-19 04:53:20 +00:00 |
Gerard Patel
|
9ea31be4ff
|
Stub for DllDebugObjectRPCHook.
|
2000-12-19 03:38:05 +00:00 |
Huw D M Davies
|
3d3dc23ab2
|
Check to see whether any ancestor windows are drop targets.
|
2000-12-15 20:54:18 +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 |
Alexandre Julliard
|
5be8e7d8e0
|
Created a small static library in ole/libuuid.a that contains all the
UUID definitions (with the help of Francois Gouget).
|
2000-12-06 01:50:47 +00:00 |
Francois Gouget
|
519346a47e
|
Fixed miscellaneous typos, syntactic and grammatical errors.
|
2000-12-02 20:18:08 +00:00 |
Patrik Stridvall
|
2b3aa616e8
|
Added/modified documentation for function arguments.
|
2000-12-01 23:58:28 +00:00 |
Alexandre Julliard
|
ef57e18f99
|
Removed some unnecessary includes.
|
2000-12-01 21:32:55 +00:00 |
Alexandre Julliard
|
b2ed2528b4
|
Finished separation of ole32.
|
2000-11-30 20:29:30 +00:00 |
David Elliott
|
ea186796eb
|
Remove libXXXX.so.1.0 lines from .cvsignore files.
|
2000-11-30 19:57:34 +00:00 |
Patrik Stridvall
|
1ed5577522
|
Don't include windows.h internally.
|
2000-11-30 01:31:28 +00:00 |
Alexandre Julliard
|
24a62ab9b0
|
Got rid of the Wine internal lstrcpy* functions and of winestring.h.
|
2000-11-28 22:40:56 +00:00 |
Dimitrie O. Paun
|
529da54394
|
Require {DECLARE,DEFAULT}_DEBUG_CHANNEL statements to end in a ;
|
2000-11-27 23:54:25 +00:00 |
Alexandre Julliard
|
5ce902b0b9
|
Implemented DosFileHandleToWin32Handle, Win32HandleToDosFileHandle and
DisposeLZ32Handle and use them to replace file.c internal functions.
Renamed WOW* functions into K32WOW*.
|
2000-11-27 21:59:08 +00:00 |
Alexandre Julliard
|
ac7efef3b5
|
Changed GetProcAddress16 and 16-bit resource functions to take normal
pointers instead of SEGPTRs.
Removed WIN16_GetTempDrive.
|
2000-11-27 21:54:01 +00:00 |
Patrik Stridvall
|
be0d06541a
|
Fixed some issues found by winapi_check.
|
2000-11-26 04:03:10 +00:00 |
Alexandre Julliard
|
1852ce8018
|
Added a few forwards.
|
2000-11-25 21:43:48 +00:00 |
Francois Gouget
|
3116bd9f45
|
compobj.h is a synonym for objbase.h
Moved all the other contents to dlls/ole32/compobj_private.h
|
2000-11-25 03:08:23 +00:00 |
Alexandre Julliard
|
bd14f66e84
|
Fixed warnings.
|
2000-11-25 01:40:34 +00:00 |
Andreas Mohr
|
a59324db91
|
Cosmetics.
|
2000-11-25 01:40:10 +00:00 |
Marcus Meissner
|
7521295fba
|
Added OLE32.DllRegisterServer stub.
|
2000-11-25 01:22:42 +00:00 |
Marcus Meissner
|
93734bcdc3
|
Simplified reg handling in CoGetClassObject, do not use RegQueryValueW.
|
2000-11-15 22:13:26 +00:00 |
Alexandre Julliard
|
0a8114c152
|
Raise an exception for unimplemented 16-bit entry points too.
Added check for duplicate names in 16-bit spec files.
|
2000-11-12 03:45:55 +00:00 |
Francois Gouget
|
f5cea729a6
|
We must include windef.h before wtypes.h (directly or indirectly).
|
2000-11-08 05:05:15 +00:00 |
Huw D M Davies
|
96569102d9
|
Added DnD cursors as ole32 resources.
|
2000-11-05 20:16:15 +00:00 |
Alexandre Julliard
|
eb58e1d597
|
Declare debug channels in all dlls that need them; added imports of
ntdll where necessary.
|
2000-11-05 04:53:07 +00:00 |
Alexandre Julliard
|
1a3f705fc1
|
Added import of ntdll.
|
2000-10-31 00:22:41 +00:00 |
Marcus Meissner
|
92747f2543
|
CreateItemMoniker may get NULL as szDelim, some cleanups.
|
2000-10-28 00:31:09 +00:00 |
Marcus Meissner
|
52475287da
|
Fixed OleLoadFromStream: Dereference ppvObj and get IPersistStream
instead of accessing IUnknown.
|
2000-10-28 00:30:42 +00:00 |
Alexandre Julliard
|
27952ef0ee
|
Added a few more large integer functions.
|
2000-10-13 20:26:03 +00:00 |
Stephane Lussier
|
ee70e92180
|
Implementation of OleLockRunning function.
|
2000-10-12 20:40:32 +00:00 |
Huw D M Davies
|
a79587df23
|
Fix a couple of TRACE messages.
|
2000-09-29 00:23:45 +00:00 |
Alexandre Julliard
|
86f4531676
|
Added a few missing imports.
|
2000-09-27 22:32:44 +00:00 |
Alexandre Julliard
|
83f52d11c1
|
Moved all Win16 definitions out of the standard Windows headers.
|
2000-09-26 22:20:14 +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 |
Alexandre Julliard
|
072dfb57e3
|
Removed inclusion of wine/winestring.h from winbase.h and added it to
the C files that need it.
|
2000-09-25 23:30:56 +00:00 |
Gerald Pfeifer
|
1b490b42bf
|
Fixed format strings.
|
2000-09-24 03:05:11 +00:00 |
Damyan Ognyanoff
|
72140b02c3
|
IErrorInfo is now derived from IUnknown.
|
2000-09-22 22:07:53 +00:00 |
Huw D M Davies
|
545771bbd8
|
Stub for CoIsOle1Class.
|
2000-09-22 20:55:14 +00:00 |
James Hatheway
|
e0849c8a52
|
Implemented CoGetPSClsid().
|
2000-09-01 01:21:08 +00:00 |
Louis Philippe Gagnon
|
aa04597a91
|
While dragging, catch keyboard messages between WM_KEYFIRST and
WM_KEYLAST, not just WM_KEYFIRST.
|
2000-08-16 12:44:04 +00:00 |