Alexandre Julliard
|
0799c1a780
|
Added LGPL standard comment, and copyright notices where necessary.
Global replacement of debugtools.h by wine/debug.h.
|
2002-03-09 23:29:33 +00:00 |
Francois Gouget
|
d46cc43f0a
|
Added support for the DECIMAL type.
Names are no longer suffixed with 32! Removed it.
|
2001-05-07 18:15:38 +00:00 |
François Gouget
|
6048a97968
|
Moved HMETAFILEPICT to wtypes.h. Note, HMETAFILEPICT is always a
'void*' unlike regular handles.
|
2001-01-02 22:31:07 +00:00 |
François Gouget
|
5051020e9f
|
Added better support for Unicode:
Added support for 16-bit wchar_t
Added support for rewriting 4-byte Unicode literals to 16bit Unicode
|
2000-12-19 04:50:49 +00:00 |
François Gouget
|
174664a251
|
Removed some of the SECURITY_xxx types.
|
2000-12-19 02:09:23 +00:00 |
Francois Gouget
|
552fddc1cb
|
Moved things to the proper rpcxxx.h header.
Added some type definitions used by the MFC.
|
2000-11-08 05:06:10 +00:00 |
Francois Gouget
|
986f197497
|
ROTFLAGS have their own ifdef protection, take them out of the
_SECURITY_DEFINED ifdef block.
|
2000-10-12 23:15:29 +00:00 |
Francois Gouget
|
afddcfdbd8
|
Added various type and macro definitions that are needed to compile
the latest MFC.
|
2000-09-27 22:31:28 +00:00 |
Alexandre Julliard
|
83f52d11c1
|
Moved all Win16 definitions out of the standard Windows headers.
|
2000-09-26 22:20:14 +00:00 |
Peter Hunnisett
|
565b00857e
|
- Added some missing WINELIB_NAME_AW definitions, types and messages
- Small prototype fixes
|
2000-09-19 02:43:00 +00:00 |
Alexandre Julliard
|
b08cb175de
|
Added guiddef.h and moved a few GUID definitions to the correct file.
|
2000-08-03 04:19:24 +00:00 |
Jeremy White
|
ccc0a8032b
|
Added WM_TCARD and DWORDLONG.
|
2000-08-02 01:00:02 +00:00 |
Huw D M Davies
|
10b1b23d40
|
Create rpcrt4.dll.
Implement UuidCreate (using existing code from CoCreateGuid).
CoCreateGuid calls UuidCreate.
|
2000-07-15 19:53:50 +00:00 |
Patrik Stridvall
|
311e456a64
|
Added support for anonymous structs/unions on compilers that implement it.
|
1999-09-19 14:20:33 +00:00 |
Patrik Stridvall
|
4a73973f23
|
Fixed/moved/added missing/wrong function prototypes.
|
1999-07-04 11:01:21 +00:00 |
Patrik Stridvall
|
6a3ad42293
|
Added CINTERFACE and NONAMELESSUNION support.
|
1999-06-12 11:05:29 +00:00 |
Paul Quinn
|
aaa830698c
|
Some non-threatening fixes to some headers, as well as some casting
changes that make winelib more win32 code compatible.
|
1999-06-05 15:23:20 +00:00 |
Patrik Stridvall
|
0f8bc5b5c7
|
Fixed ANSI compabillity.
|
1999-04-22 16:27:50 +00:00 |
Adrian Thurston
|
5a09711873
|
initguid.h should only contain the macro that defines the guids.
Added olectl.h to guid.c so some needed guids get defined.
Made GUID_NULL an actual guid set to 0,0,0...
|
1999-04-01 11:47:09 +00:00 |
Jiuming Luo
|
2840d1b7a9
|
Moved macro DECLARE_HANDLE() (in msacm.h and wtypes.h) to windef.h,
then deleted the duplicated typedefs (in imm.h and mmsystem.h).
|
1999-03-28 12:39:18 +00:00 |
Noomen Hamza
|
ed494ec539
|
Implemented:
- IMoniker interface for FileMoniker,ItemMoniker,AntiMoniker and
GenericCompositeMoniker
- IRunningObjectTable interface, and
- IBindCtx interface.
|
1999-03-23 13:48:56 +00:00 |
Jim Aston
|
2e1cafa288
|
Renamed wintypes.h to windef.h.
|
1999-03-14 16:35:05 +00:00 |
Paul Quinn
|
89b21b4c28
|
Many new defines, and structs to help compile MFC. As well as a few
OLE corrections from earlier.
|
1999-03-14 13:47:00 +00:00 |
Paul Quinn
|
ea1640fc0c
|
Added a lot of new OLE interfaces.
|
1999-03-10 18:03:53 +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 |
Francis Beaudet
|
eb5a29b6ce
|
Implemented the OleCreateFontIndirect method and the associated COM
object. That object supports the IFont and IDispatch interfaces.
|
1999-02-20 16:48:53 +00:00 |
Francois Gouget
|
87e385fc6b
|
Moved some definitions to their proper include file.
|
1999-02-17 17:45:54 +00:00 |
Francois Gouget
|
15382c5ed5
|
Make the REFxxx types const even in C. Also add FMTID.
|
1999-02-13 08:57:29 +00:00 |
Alexandre Julliard
|
894077f402
|
Authors: Albert Den Haan <albertd@corel.ca>, Adrian Thurston <athursto@corel.ca>, Paul Quinn <paulq@corel.ca>, Zygo Blaxell <zygob@corel.ca>
Miscellaneous patches to header files. All of these are supposedly there
to help build Winelib applications.
|
1999-02-10 06:48:49 +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 |