Huw Davies : oledb32: Add a stub implementation of the conversion library class.
Module: wine Branch: master Commit: f2490c50d9896bc27e4cf1737812003fc7686931 URL: http://source.winehq.org/git/wine.git/?a=commit;h=f2490c50d9896bc27e4cf17378... Author: Huw Davies <huw(a)codeweavers.com> Date: Wed Sep 2 12:13:12 2009 +0100 oledb32: Add a stub implementation of the conversion library class. --- .gitignore | 2 + dlls/oledb32/Makefile.in | 5 +- dlls/oledb32/convert.c | 166 ++++++++++++++++++++++++++++++++++++++++++ dlls/oledb32/convert.idl | 1 + dlls/oledb32/main.c | 99 +++++++++++++++++++++++++ dlls/oledb32/oledb32.spec | 2 +- dlls/oledb32/oledb_private.h | 20 +++++ 7 files changed, 293 insertions(+), 2 deletions(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=f2490c50d9896bc27e4cf1...
participants (1)
-
Alexandre Julliard