Alexandre Julliard
|
9ca8a86914
|
Link against libwine_unicode everywhere we use Unicode functions.
|
2006-05-24 18:05:40 +02:00 |
Jonathan Ernst
|
360a3f9142
|
Update the address of the Free Software Foundation.
|
2006-05-23 14:11:13 +02:00 |
Robert Shearman
|
74407105d2
|
Check the return value from register_key_guid in all the DLL registering code.
|
2006-05-10 19:38:04 +02:00 |
Michael Stefaniuc
|
a87520036f
|
janitorial: Remove redundant NULL pointer checks before HeapFree'ing them.
Some HeapFree's are hidden behind macros. Found by smatch.
|
2006-05-10 11:31:41 +02:00 |
Dmitry Timoshkov
|
14aab5f3cb
|
avifil32: Avoid not necessary zeroing out of an allocated memory block.
|
2006-04-12 12:54:45 +02:00 |
Mike McCormack
|
aebc88d54b
|
avifil32: Fix a regression caused by patch removing GlobalAllocs by using HEAP_ZERO_INIT.
|
2006-04-11 14:19:13 +02:00 |
Mike McCormack
|
417067bb0d
|
avifil32: Use HeapAlloc instead of GlobalAlloc. Eliminate windowsx.h.
|
2006-03-18 18:04:39 +01:00 |
András Kovács
|
64d5b80a02
|
avifil32: Added Hungarian translation.
|
2006-03-15 11:31:05 +01:00 |
Mike McCormack
|
9d5b2ea5a2
|
avifil32: Use HeapAlloc instead of LocalAlloc.
|
2006-03-13 13:31:00 +01:00 |
Mike McCormack
|
dfb5aaf31a
|
avifil32: Use HeapAlloc instead of Global/LocalAlloc.
|
2006-03-13 13:30:55 +01:00 |
Mike McCormack
|
15c5dc12e8
|
avifil32: Use HeapAlloc instead of Local Alloc.
|
2006-03-13 13:30:51 +01:00 |
Mike McCormack
|
4fa92f65e7
|
avifil32: Use HeapAlloc instead of GlobalAlloc/LocalAlloc.
|
2006-03-13 13:30:46 +01:00 |
Mike McCormack
|
a4b816c752
|
avifil32: Use HeapAlloc/Free instead of LocalAlloc/Free.
|
2006-03-13 13:30:40 +01:00 |
Mike McCormack
|
8ed1ca3e4b
|
avifil32: Use HeapAlloc instead of LocalAlloc. Make sure to free the memory.
|
2006-03-13 13:30:31 +01:00 |
Mike McCormack
|
29212d8afd
|
avifil32: Use CoTaskMemAlloc when allocating memory to return through
an OLE interface.
|
2006-03-10 21:42:49 +01:00 |
Mike McCormack
|
610fc08e8d
|
avifil32: Fix some gcc 4.1 warnings cause by windowsx.h macros.
|
2006-03-10 21:42:29 +01:00 |
Mike McCormack
|
8723936de6
|
avifil32: Fix some more gcc 4.1 warnings caused by windowsx.h macros.
|
2006-03-06 17:50:43 +01:00 |
Mike McCormack
|
73bc4e6752
|
avifil32: Eliminate some gcc 4.1 warnings caused by windowsx.h macros.
|
2006-03-04 16:12:36 +01:00 |
Petr Tesarik
|
41baefcd05
|
avifil32: Czech language resources encoding fix.
|
2006-02-13 13:27:04 +01:00 |
Fatih Aşıcı
|
e9d5e194e9
|
avifil32: Turkish translation.
|
2006-02-06 13:02:41 +01:00 |
Dmitry Timoshkov
|
2a93c2f23d
|
ICCompressorChoose should initialize fccType and fccHandler fields
for the full frames case as well.
|
2006-01-23 11:24:08 +01:00 |
Alexandre Julliard
|
0ec7e1a591
|
Renamed all .cvsignore files to .gitignore.
|
2005-11-26 13:10:33 +01:00 |
YunSong Hwang
|
3ddd394e25
|
Update Korean translations.
|
2005-11-15 12:06:12 +00:00 |
YunSong Hwang
|
6e20af5dac
|
Add Korean translations.
|
2005-11-14 11:27:36 +00:00 |
Alexandre Julliard
|
7e22be4d84
|
We are no longer generating .dbg.c files.
|
2005-09-29 10:35:58 +00:00 |
Alexander N. Sørnes
|
8822dbbb92
|
Added Norwegian translations.
|
2005-09-25 15:15:25 +00:00 |
Alexandre Julliard
|
9f1c6de1ef
|
We are no longer generating .spec.c files.
|
2005-09-21 14:42:52 +00:00 |
Dmitry Timoshkov
|
8cef366e61
|
Revert previous change, it should not be needed anymore since a
proper fix for mmioDescend regression has been committed.
|
2005-09-17 14:30:15 +00:00 |
Alexandre Julliard
|
d559fbd803
|
Fixed gcc 4.0 warnings.
|
2005-09-12 20:30:37 +00:00 |
Alex Villacís Lasso
|
3f05998c6a
|
Initialize structs for mmioDescend and FindChunkAndKeepExtras - fixes
AVI file recognition.
|
2005-09-12 20:14:49 +00:00 |
Alexandre Julliard
|
261e376495
|
Fixed a number of pointer to integer conversions that wouldn't work
right on a 64-bit platform.
|
2005-09-12 15:14:06 +00:00 |
Mike McCormack
|
fe1ec78841
|
Fix gcc 4.0 warnings.
|
2005-09-08 11:04:53 +00:00 |
Mike McCormack
|
f58e9f9e4b
|
gcc 4.0 warning fixes.
|
2005-08-17 10:28:35 +00:00 |
Vincent Béron
|
7160af007c
|
Uniformize DllMain TRACEing across dlls.
|
2005-08-15 10:48:51 +00:00 |
Alexandre Julliard
|
d37f0abf07
|
Don't prefix the functions DllCanUnloadNow, DllGetClassObject and
Dll(Un)RegisterServer with the dll name so that the compiler can check
the prototypes.
|
2005-08-08 17:35:28 +00:00 |
Francois Gouget
|
65f2082108
|
Add missing WINAPI to MSXML_DllGetClassObject().
Standardize the DllGetClassObject() prototypes so they match the MSDN
definition.
|
2005-08-08 15:04:53 +00:00 |
Alexandre Julliard
|
b8d3075d83
|
Uncomment the typedef in the DECLARE_INTERFACE macro, and get rid of
duplicate typedefs.
|
2005-07-26 18:32:53 +00:00 |
Mike McCormack
|
723ee0a3bc
|
gcc 4.0 -Wpointer-sign fixes.
|
2005-07-05 14:26:54 +00:00 |
Marcus Meissner
|
c64432cebe
|
Use CoCreateInstance instead of SHCoCreateInstance, drop shell32 from
imports.
Call OleInitialize() on AVIFileInit.
|
2005-07-02 10:49:39 +00:00 |
Dmitry Timoshkov
|
4625628e67
|
Make some of the OLE interface vtables const.
|
2005-05-27 20:17:35 +00:00 |
Alexandre Julliard
|
aebb745488
|
Comment out stub WEP entry points so that we can call WEP for builtin
dlls too.
|
2005-05-23 10:12:26 +00:00 |
Alexandre Julliard
|
34fa35dc99
|
Added rules for building import libraries in the individual dll
makefiles, and added support for building a .def.a static import
library too.
|
2005-05-09 14:42:30 +00:00 |
Alexandre Julliard
|
d62356aa1e
|
Added rules to build import libraries in the individual dll makefiles.
Generate import libraries with the right name right away instead of
using an intermediate .spec.def file.
|
2005-05-07 12:39:52 +00:00 |
Vincent Béron
|
811725ac20
|
Correct and complete some api documentation.
|
2005-03-21 10:55:13 +00:00 |
Vincent Béron
|
1e365f7791
|
Fixed some calling conventions.
|
2005-03-21 10:32:45 +00:00 |
Alex Villacís Lasso
|
18bfe6a095
|
Change SUBLANG_DEFAULT to SUBLANG_NEUTRAL for LANG_SPANISH in all
resources, so that Spanish locales other than Spain also use Spanish
resources.
|
2005-02-16 21:10:59 +00:00 |
Paul Vriens
|
c905d691c8
|
- use Interlocked* functions in AddRef and Release.
- store the result of the Interlocked functions and use only this.
|
2005-01-14 15:10:52 +00:00 |
Paul Vriens
|
fea45b1493
|
- Fix logic in Stream_fnRelease, refcount should be decremented before
the test for 0.
- Use Interlocked* functions in Stream_fnRelease .
- Store the result of the Interlocked functions and this in the
TRACE.
|
2005-01-12 19:29:22 +00:00 |
Alexandre Julliard
|
e7f5fade9e
|
Fixed CLSID_AVISimpleUnMarshal export.
|
2005-01-03 20:43:13 +00:00 |
Hans Leidekker
|
f4f4dff978
|
Stub implementations for AVIMakeStreamFromClipboard, AVISave{A,W}.
Forward AVIBuildFilter, AVIFileCreateStream, AVIFileOpen, AVISave,
EditStreamSetInfo, EditStreamSetName to their respective *A variants.
|
2004-12-27 16:58:18 +00:00 |