Juergen Schmied
69f2ea69f5
Fixed tons of incomplete prototypes, assignment's of pointer with
...
different signedness, superflous ',' and ';' in structures, wrong
return-types, lose of digits and some small glitches.
1998-12-26 19:44:13 +00:00
Marcus Meissner
73458b03cd
Changed // comments to /* */ so WINE compiles with non-gcc compilers
...
again.
1998-12-26 12:54:29 +00:00
Jean-Claude Cote
9c7c8a4a36
Added VarDateFromStr API.
1998-12-24 16:59:17 +00:00
Marcus Meissner
12af849108
IStorage32 vtable was missing 3 stub entries.
1998-12-24 14:24:48 +00:00
François Gouget
d604eb12ff
First step to make it possible to call COM interfaces from C++ code in
...
Winelib.
1998-12-18 16:00:03 +00:00
Todd Vierling
7f57325fbc
Undefined CHAR_MAX and CHAR_MIN (#defined by NetBSD's system headers).
...
Fixed some constants that are too big for a plain `int'.
1998-12-15 15:15:16 +00:00
Marcus Meissner
ae8b10b96a
Check for MAXFLOAT if FLT_MAX isn't there.
1998-12-15 13:01:21 +00:00
Huw D M Davies
73a6b2fc31
Hack OLE_GetFormat* to return something if datelen = 0.
...
Remove unnecessary WINAPI's.
1998-12-14 12:50:03 +00:00
Justin Bradford
bc93bc833e
Most of the currency variant conversion functions implemented.
...
Minor bugfixes and header tidying.
1998-12-11 14:02:16 +00:00
Marcus Meissner
720cab6696
Two debug messages clarified, one useless prototype removed.
1998-12-11 10:50:44 +00:00
Marcus Meissner
e00d7d96c2
294 missing WINAPI added.
1998-12-11 10:40:43 +00:00
Juergen Schmied
a975da05da
Fixed SetLastError with wrong value.
1998-12-11 10:19:51 +00:00
Andreas Mohr
7a6228d1e1
Fixed a bunch of compiler warnings.
1998-12-11 09:16:48 +00:00
Jean-Claude Cote
b00cbeadb8
Added implementation of the VARIANT APIs.
1998-12-10 10:00:38 +00:00
Marcus Meissner
d5e7c7927c
Some unnecessary #include and messages removed.
1998-12-09 11:06:00 +00:00
Uwe Bonnes
b741528f4e
Some small corrections to EnumSystemLocales32AW
1998-12-09 11:02:16 +00:00
Marcus Meissner
6dd19961c5
Bugfix: second RegOpenKey should use CLSIDkey instead of HKEY_CLASSES_ROOT.
1998-11-30 10:33:17 +00:00
Ulrich Weigand
f76dac45b3
Bugfix: Do *not* zero out output buffer in GetNumberFormat32[AW].
1998-11-26 14:51:57 +00:00
Pablo Saratxaga
e520e212ae
Small fixes.
1998-11-25 18:15:53 +00:00
Francis Beaudet
f1779ed51d
Implemented 3 methods: SysAllocStringLen(), SysReAllocStringLen()
...
and SysStringLen(). Ensure that the BSTR objects were allocated
according to the Windows documentation.
1998-11-25 17:20:36 +00:00
Eric Kohl
f9d92882f0
Added IOleAdviseHoler interface (still a dummy) and fixed
...
CreateOleAdviseHolder().
1998-11-22 18:06:33 +00:00
Eric Kohl
7be922a2f4
Added stub for CreateItemMoniker().
1998-11-22 17:56:07 +00:00
Juergen Schmied
324ea57239
Small fixes to get the default language to a sensible value.
...
Thanks to Pablo.
1998-11-22 17:43:30 +00:00
Andreas Mohr
29bbe12285
Enhanced OABuildVersion() to return different version values for
...
different winvers.
1998-11-22 16:36:07 +00:00
Robert Pouliot
dfb1e9e436
Better OLE support in French languages.
1998-11-22 15:48:36 +00:00
Marcus Meissner
9dc325629d
Turn mega double switch into static table (reduces compile time).
1998-11-22 15:36:14 +00:00
Juergen Schmied
1509b2d0a7
Bug fix.
1998-11-15 18:12:12 +00:00
David Luyer
cc0588b4e0
Added Thai nls-resources.
1998-11-15 10:21:19 +00:00
Pablo Saratxaga
a772866072
Display the language id for "XXX not supported for your language"
...
messages.
Added all languages and sublanguages for languages supported in
resources/sysres_Xx.
1998-11-15 10:20:33 +00:00
Gavriel State
a23a1b3fa2
Add stubs for GetRunningObjectTable32 and OleRegGetUserType.
1998-11-15 09:22:23 +00:00
Gavriel State
28e226b6cf
Ensure that CreateFileMoniker functions don't return a bogus moniker
...
object on failure.
1998-11-15 09:21:54 +00:00
Eric Kohl
999b1b702d
Fixed list insertion bug in CoLoadLibrary().
1998-11-14 18:41:43 +00:00
Pavel Roskin
06b4eb326e
Added stubs for CoRevokeClassObject and OleSetClipboard.
1998-11-14 17:01:59 +00:00
Marcus Meissner
6188232436
(CoGetClassObject) one missing CALLBACK, extremely simplified clsid
...
lookup (Registry is case insensitive).
1998-11-14 16:46:26 +00:00
Juergen Schmied
4d5c9512c1
Stub for GetNumberFormat32W.
1998-11-14 16:42:14 +00:00
Alexander V. Lukyanov
eb2788f010
Fix SCOUNTRY, SNATIVECTRYNAME, SABBREVDAYNAME3; change some SMONTHNAME*
...
to be in nominative case.
1998-11-14 11:29:31 +00:00
Alexandre Julliard
44d31a5776
Added missing #include "config.h"
1998-11-08 14:18:04 +00:00
Justin Bradford
847918cf5b
Replaces CoCreateGuid stub with an implementation of DCE's UUID
...
specification. Also removes some unnecessary code from StringFromCLSID.
1998-11-08 13:36:39 +00:00
Eric Kohl
3a230263ac
Added stub for CreateBindCtx() and added missing CoGetClassObject()
...
to *.spec file. Makes Internet Explorer 4.01 happy ;-)
1998-11-08 11:40:00 +00:00
John Richardson
2660e6a06c
Implementation of CoLoadLibrary, CoFreeAllLibraries,
...
CoFreeUnusedLibraries, CoFreeLibrary.
Fixed misspelling of CoUninitialize.
1998-11-07 12:19:26 +00:00
John Richardson
ddea38d736
Implementation of InprocServer32 CoGetClassObject.
1998-11-01 16:51:10 +00:00
Ove Kaaven
fa5f56fceb
Added CoFreeLibrary stub.
1998-11-01 14:47:53 +00:00
Juergen Schmied
584436ca9b
Added Slovak nls-resources.
1998-10-28 09:25:09 +00:00
Robert Pouliot
c3ab26e9bb
Small patch for better French support.
1998-10-27 13:21:29 +00:00
Andreas Mohr
84248a5a08
Fixes for LANG_NEUTRAL.
1998-10-25 10:32:22 +00:00
Pablo Saratxaga
cbddf0c716
Small corrections.
1998-10-24 11:19:44 +00:00
Juergen Schmied
e8d281d45a
Changed some string-shell32 functions to 32AW, parameter are
...
os depending 32A or 32W (-winver nt351 or nt40), some new functions.
Some fixes in ole2nls.
New OLE2NLS_CheckLocale() to handle Locale_User_Default and
Locale_System_Default.
Shell32 now dynamicly links to DPA_*(), comdlg32 works again
(comctl32 heap alloc patch broke it).
1998-10-24 09:22:57 +00:00
Dimitrie O. Paun
b8d54e912d
Add some more NLS definitions for the Romanian language.
1998-10-22 15:45:37 +00:00
Pete Ratzlaff
d4ea010863
Stub for CoCreateGuid().
1998-10-22 15:41:55 +00:00
Pablo Saratxaga
c7a5598d3b
Added the entries for LOCALE_SISO639LANGNAME and
...
LOCALE_SISO3166CTRYNAME.
1998-10-21 15:34:27 +00:00