Re: [PATCH] dinput: Move the c_df* data format constants to the dxguid static library, mark as hidden
Marcus Meissner <meissner(a)suse.de> writes:
--- dlls/dinput/Makefile.in | 1 - dlls/dinput/data_formats.c | 566 -------------------------------------------- dlls/dxguid/dxguid.c | 545 ++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 545 insertions(+), 567 deletions(-) delete mode 100644 dlls/dinput/data_formats.c
What makes you think they should be in dxguid? -- Alexandre Julliard julliard(a)winehq.org
On Wed, May 18, 2011 at 10:57:59AM +0200, Alexandre Julliard wrote:
Marcus Meissner <meissner(a)suse.de> writes:
--- dlls/dinput/Makefile.in | 1 - dlls/dinput/data_formats.c | 566 -------------------------------------------- dlls/dxguid/dxguid.c | 545 ++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 545 insertions(+), 567 deletions(-) delete mode 100644 dlls/dinput/data_formats.c
What makes you think they should be in dxguid?
Wild guessing and web page reading. However, strings on some .lib files in DX SDK June 2010 finds it in dinput8.lib. So please disregard. Ciao, Marcus
participants (2)
-
Alexandre Julliard -
Marcus Meissner