9 Feb
2009
9 Feb
'09
4:29 p.m.
Module: wine Branch: master Commit: 51f078bd4af9532834666208ec41b4ba3631d8d6 URL: http://source.winehq.org/git/wine.git/?a=commit;h=51f078bd4af9532834666208ec... Author: Detlef Riekenberg <wine.dev(a)web.de> Date: Sun Feb 8 16:38:30 2009 +0100 localspl: Move provider functions to a seperate file. --- dlls/localspl/Makefile.in | 3 +- dlls/localspl/localspl_main.c | 1303 +------------------------------------- dlls/localspl/localspl_private.h | 1 + dlls/localspl/provider.c | 1327 ++++++++++++++++++++++++++++++++++++++ 4 files changed, 1333 insertions(+), 1301 deletions(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=51f078bd4af95328346662...