Hi all,
I'd like to suggest to add the following janitorial projects for Wine:
1. Fix Wine to be compilable by a 64-bit compiler a) before accomplishing this task read a good article about porting Win32 code to Win64. b) inspect and fix all public Win32 headers to match PSDK definitions. c) make sure that pointers do not get truncated. d) add support for Win64.
2. Fix wrong assumptions in Wine about endianess. a) inspect all Wine code and public headers to eliminate endianess dependent constructs (low/high parts of a field, bit fileds), add WORDS_BIGENDIAN when appropriate. b) make sure that Wine code handles data in an endianess independent way.
On Wed, Mar 16, 2005 at 10:59:09PM +0800, Dmitry Timoshkov wrote:
I'd like to suggest to add the following janitorial projects for Wine:
- Fix Wine to be compilable by a 64-bit compiler
- Fix wrong assumptions in Wine about endianess.
I'd say go for it.
"Dimitrie O. Paun" dpaun@rogers.com wrote:
I'd like to suggest to add the following janitorial projects for Wine:
- Fix Wine to be compilable by a 64-bit compiler
- Fix wrong assumptions in Wine about endianess.
I'd say go for it.
Dimi, could you please send a patch? I don't have lostwages CVS here. Thanks in advance.