Commit Graph

22 Commits

Author SHA1 Message Date
Eric Pouech 2e38cb9efd inetcomm: Enable compilation with long types.
Signed-off-by: Eric Pouech <eric.pouech@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2022-02-11 10:58:46 +01:00
Jacek Caban 36bfd19a9f inetcomm: Use nameless unions.
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-03-29 09:24:33 +02:00
Alexandre Julliard afc721f0f1 inetcomm: Build with msvcrt.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-06-06 09:01:34 +02:00
Francois Gouget f7b22f6547 inetcomm: Give a name to the critical sections and delete them when done. 2011-11-14 20:15:38 +01:00
Michael Stefaniuc ef4d631b19 inetcomm: COM cleanup for the IMimeInternational iface. 2011-06-06 16:30:12 +02:00
Michael Stefaniuc a052e29556 inetcomm: Rename a typedef to prevent it from being shadowed. 2011-06-06 16:30:11 +02:00
Alexandre Julliard c1043428ca inetcomm: Store an index instead of a handle for mime bodies to avoid pointer conversion warnings. 2010-04-08 23:57:07 +02:00
Huw Davies 3093023979 inetcomm: Add wrapper functions MimeOleFindCharset and MimeOleGetDefaultCharset. 2008-09-23 14:03:19 +02:00
Huw Davies ed8b219c68 inetcomm: Charset name comparison should be case insensitive. 2008-09-22 13:45:52 +02:00
Huw Davies bdc9440d65 inetcomm: Implement MimeOleGetCharsetInfo. 2008-09-17 11:04:38 +02:00
Huw Davies 0d04d7acb1 inetcomm: Implement IMimeInternational_ConvertString. 2008-09-17 11:04:24 +02:00
Huw Davies 91599d5088 inetcomm: Implement IMimeInternational_ConvertBuffer. 2008-09-16 11:28:44 +02:00
Alexandre Julliard 9099c212d1 inetcomm: Avoid a compiler warning. 2008-09-12 17:09:07 +02:00
Huw Davies bba2221426 inetcomm: Fix some more idl. 2008-09-12 16:50:19 +02:00
Huw Davies 5d3b4a60f2 inetcomm: Implement IMimeInternational_CanConvertCodePages. 2008-09-11 14:36:06 +02:00
Huw Davies 2fa80dacde inetcomm: Add a missing function and fix some idl. 2008-09-11 14:36:03 +02:00
Huw Davies ed39ba4539 inetcomm: Implement IMimeInternational_SetDefaultCharset. 2008-09-11 14:35:51 +02:00
Huw Davies 8b68a6296c inetcomm: Implement IMimeInternational_GetDefaultCharset. 2008-09-11 14:35:43 +02:00
Huw Davies f3a6b7a81d inetcomm: Implement IMimeInternational_GetCodePageCharset. 2008-09-11 14:35:34 +02:00
Huw Davies 12bb6e481f inetcomm: Implement IMimeInternational_GetCharsetInfo. 2008-09-11 14:35:24 +02:00
Huw Davies ed3ca13613 inetcomm: Implement IMimeInternational_FindCharset. 2008-09-11 14:35:14 +02:00
Huw Davies d1601eeeac inetcomm: Add a stub MimeInternational object. 2008-09-11 14:34:49 +02:00