Re: Fix comctl32 tests

2003-09-02 Thread Alexandre Julliard
Dimitrie O. Paun [EMAIL PROTECTED] writes: ChangeLog DPA_Create is exported by ordinal only, do not import it by name. That shouldn't be necessary, it's automatically handled when resolving the import. That's probably a bug in the mingw import library. -- Alexandre Julliard [EMAIL

Re: faq merge #2 -- Alexandre please look over the first patch :)

2003-09-02 Thread Alexandre Julliard
/faq.sgml:1781:26:E: an attribute value must be a literal unless it contains only name characters documentation/faq.sgml:1781:61:E: end tag for element A which is not open documentation/faq.sgml:1786:14:E: end tag for ULINK omitted, but its declaration does not permit this -- Alexandre Julliard

Re: Janitorial: Include statements should use instead of

2003-09-02 Thread Alexandre Julliard
no reason to change the C files, only the headers actually matter (and these are fixed now). -- Alexandre Julliard [EMAIL PROTECTED]

Re: Move Wine internal headers

2003-09-02 Thread Alexandre Julliard
Vincent BĂ©ron [EMAIL PROTECTED] writes: Changelog: Move the Wine internal headers to includedir/wine/wine rather than includedir/wine. Why do you want to do that? -- Alexandre Julliard [EMAIL PROTECTED]

Re: Move Wine internal headers

2003-09-02 Thread Alexandre Julliard
includes are fixed to no longer reference the wine/obj_* ones. -- Alexandre Julliard [EMAIL PROTECTED]

Re: Move Wine internal headers

2003-09-02 Thread Alexandre Julliard
to move them. The internal headers will be removed, and in the meantime I think it's best to keep them where they are. -- Alexandre Julliard [EMAIL PROTECTED]

Re: LoadModule16 regression?

2003-08-30 Thread Alexandre Julliard
LOADORDER_NTYPES; i++) { -- Alexandre Julliard [EMAIL PROTECTED]

Re: patch for non x86 specific code in BuildSpec16File.

2003-08-28 Thread Alexandre Julliard
[EMAIL PROTECTED] writes: (See attached file: patch_spec16_x86_specific) Why do you want to do that? It will generate a lot of functions that will never be used. -- Alexandre Julliard [EMAIL PROTECTED]

Re: [resend] Allow use of MAP_TRYFIXED for better mmap()

2003-08-28 Thread Alexandre Julliard
portable everywhere, but can also use MAP_TRYFIXED for better performance if it exists in the running kernel. -- Alexandre Julliard [EMAIL PROTECTED]

Re: [resend] Allow use of MAP_TRYFIXED for better mmap()

2003-08-28 Thread Alexandre Julliard
the symbol yourself if it's not defined already. -- Alexandre Julliard [EMAIL PROTECTED]

Re: [resend] Allow use of MAP_TRYFIXED for better mmap()

2003-08-28 Thread Alexandre Julliard
, no matter how much autoconf encourages that style. -- Alexandre Julliard [EMAIL PROTECTED]

Re: [resend] Allow use of MAP_TRYFIXED for better mmap()

2003-08-28 Thread Alexandre Julliard
for Wine, since real Unix users don't need Windows apps, our primary audience is Windows users who are used to downloading binaries that just work. And so we have a responsibility to make sure that it's the case for them, even if it means departing from the One True Unix Way. -- Alexandre Julliard

Re: [winecfg 1.1] Implement saveConfigValue(), style changes, codecleanup, UI alignment

2003-08-28 Thread Alexandre Julliard
so that regedit/winecfg can actually start without requiring config changes. -- Alexandre Julliard [EMAIL PROTECTED]

Re: [winecfg 1.1] Implement saveConfigValue(), style changes, codecleanup, UI alignment

2003-08-28 Thread Alexandre Julliard
to convert back and forth; while right now we can just say edit your config and change this. Basically, it's easier to break things before people get used to having a nice interface that does everything for them ;-) -- Alexandre Julliard [EMAIL PROTECTED]

Re: [winecfg 1.1] Implement saveConfigValue(), style changes, codecleanup, UI alignment

2003-08-28 Thread Alexandre Julliard
, it will complicate the implementation a bit... -- Alexandre Julliard [EMAIL PROTECTED]

Re: [winecfg 1] Implement saveConfigValue(), style changes, codecleanup, UI alignment

2003-08-27 Thread Alexandre Julliard
Mike Hearn [EMAIL PROTECTED] writes: - Change registry key used to WineHQ\Wine Is that so that you can test the code? In that case Wine\WineCfg would be preferable I think. -- Alexandre Julliard [EMAIL PROTECTED]

Re: [winecfg 1] Implement saveConfigValue(), style changes, codecleanup, UI alignment

2003-08-27 Thread Alexandre Julliard
, the vendor is Wine followed by the app name. At least winemine and winedbg use that already. -- Alexandre Julliard [EMAIL PROTECTED]

Re: make crosstest working again

2003-08-27 Thread Alexandre Julliard
work much better then (yes there is still an issue with libuuid, but removing tests is clearly not the right fix). -- Alexandre Julliard [EMAIL PROTECTED]

Re: [winecfg 2] Merge X11DRV dialog code from Mark, bugfixes

2003-08-27 Thread Alexandre Julliard
Mike Hearn [EMAIL PROTECTED] writes: - Merge X11DRV dialog code from Mark - Move X11DRV dialog init code to a separate file - Link with Xlib to get XParseGeometry winecfg is supposed to be a windows app, it must not depend on Xlib. -- Alexandre Julliard [EMAIL PROTECTED]

Re: [resend] Allow use of MAP_TRYFIXED for better mmap()

2003-08-27 Thread Alexandre Julliard
source. But if that's what NetBSD people expect then it's OK with me. -- Alexandre Julliard [EMAIL PROTECTED]

Re: [resend] Allow use of MAP_TRYFIXED for better mmap()

2003-08-27 Thread Alexandre Julliard
applies for all platforms. -- Alexandre Julliard [EMAIL PROTECTED]

Re: PATCH - winnt.h move non-standard language IDs to wine/port.h

2003-08-26 Thread Alexandre Julliard
then we'll have trouble keeping everything in sync. -- Alexandre Julliard [EMAIL PROTECTED]

Re: PATCH - winnt.h move non-standard language IDs to wine/port.h

2003-08-26 Thread Alexandre Julliard
to where they belong (for instance the extra LANG_* constants next to the other LANG_ stuff) than splitting them to a separate header. -- Alexandre Julliard [EMAIL PROTECTED]

Re: [RESEND] Sync (47): shlwapi tests

2003-08-25 Thread Alexandre Julliard
. -- Alexandre Julliard [EMAIL PROTECTED]

Re: remove some __WINESRC__es

2003-08-25 Thread Alexandre Julliard
. -- Alexandre Julliard [EMAIL PROTECTED]

Re: [RESEND] Sync (47): shlwapi tests

2003-08-24 Thread Alexandre Julliard
Jon Griffiths [EMAIL PROTECTED] writes: Any problems with this one? You said yourself that the some of the tests are currently failing; I cannot commit tests that fail, that would make the regression test suite useless. -- Alexandre Julliard [EMAIL PROTECTED]

Re: Usage of remove_timeout_user in the wineserver

2003-08-23 Thread Alexandre Julliard
struct is freed twice. That shouldn't happen, the timeout can be either handled or removed, but not both. Exactly where do you see this happen? Do we somewhere call remove_timeout_user while handling the timeout? -- Alexandre Julliard [EMAIL PROTECTED]

Re: PATCH - winnt.h move non-standard language IDs to wine/port.h

2003-08-22 Thread Alexandre Julliard
both on Windows and Wine. We could also wrap the extensions with #ifndef WINE_NO_EXTENSIONS in our headers so that you can define that symbol when building under Wine to make sure your code is portable. -- Alexandre Julliard [EMAIL PROTECTED]

Re: patch 6

2003-08-21 Thread Alexandre Julliard
your most recent address in the Changelog. -- Alexandre Julliard [EMAIL PROTECTED]

Re: PATCH - winnt.h move non-standard language IDs to wine/port.h

2003-08-21 Thread Alexandre Julliard
not convinced we can really move everything there without creating a big mess. -- Alexandre Julliard [EMAIL PROTECTED]

Re: PATCH try 2 - build libwine_unicode with w32api headers

2003-08-20 Thread Alexandre Julliard
the w32api headers should define WINVER to the higher version that is supported, defining it in the app should only be necessary if you want compatibility with older versions IMO. -- Alexandre Julliard [EMAIL PROTECTED]

Re: PATCH - some build fixes for w32api headers

2003-08-20 Thread Alexandre Julliard
there. And in the case where the bug is really in Wine, this means there's an incompatibility in the Wine headers, since it builds fine with them and it shouldn't. So this means we have to fix the Wine headers too, not only the C files. -- Alexandre Julliard [EMAIL PROTECTED]

Re: PATCH - some build fixes for w32api headers

2003-08-20 Thread Alexandre Julliard
Steven Edwards [EMAIL PROTECTED] writes: --- Alexandre Julliard [EMAIL PROTECTED] wrote: Why do you need to add stdarg.h everywhere? AFAICS it should be already included by the headers that require it. While the WINE winbase.h includes these lines w32api and the copy of SP3 for MS_VC6 does

Re: Build broken due to -lpthread

2003-08-20 Thread Alexandre Julliard
../../libs/port -lwine_port -lm -lc /usr/libexec/elf/ld: cannot find -lpthread So what's the right way to link with libpthread on FreeBSD? -- Alexandre Julliard [EMAIL PROTECTED]

Re: REGRESSION: environment variables no longer possible

2003-08-19 Thread Alexandre Julliard
behaviour. A better approach is to completely remove environment handling from profile.c. Yes, I think environment handling should be left to the application. -- Alexandre Julliard [EMAIL PROTECTED]

Re: Parse error when trying to build imagehlp with the w32apiheaders

2003-08-19 Thread Alexandre Julliard
] Error 1 It looks like the mingw headers are missing the CONTAINING_RECORD macro. -- Alexandre Julliard [EMAIL PROTECTED]

Re: REGRESSION: environment variables no longer possible

2003-08-19 Thread Alexandre Julliard
itself are supported, as long as you use the Windows syntax. -- Alexandre Julliard [EMAIL PROTECTED]

Re: PATCH - msvcrt.spec exports

2003-08-14 Thread Alexandre Julliard
, not variables. The bug is in Mingw. -- Alexandre Julliard [EMAIL PROTECTED]

Re: Small cleanup

2003-08-14 Thread Alexandre Julliard
headers for the dllimport stuff. We don't need them for that purpose, but we could still use them for something else, like optimizations. -- Alexandre Julliard [EMAIL PROTECTED]

Re: Small cleanup

2003-08-14 Thread Alexandre Julliard
Dimitrie O. Paun [EMAIL PROTECTED] writes: ChangeLog Remove unused defines. The idea is to have the same defines as Windows; even though we don't actually need them at this point we might want to someday. -- Alexandre Julliard [EMAIL PROTECTED]

Re: [X11DRV] Re-add support for the 'UseXShm' config key.

2003-08-14 Thread Alexandre Julliard
to have to modify the source and rebuild to disable it? -- Alexandre Julliard [EMAIL PROTECTED]

Re: cab_G_00-pre1 (RFC)

2003-08-14 Thread Alexandre Julliard
, this will cause trouble with apps that use the Unix libc. -- Alexandre Julliard [EMAIL PROTECTED]

Re: Accept SIZE_MAXIMIZED as one of statuses of MDI windows

2003-08-14 Thread Alexandre Julliard
for? -- Alexandre Julliard [EMAIL PROTECTED]

Re: [resend 3rd time ] SetMenu patch

2003-08-14 Thread Alexandre Julliard
the window is properly initialized, with bad results. This will need more work I'm afraid. -- Alexandre Julliard [EMAIL PROTECTED]

Re: Implement a typelib loader cache

2003-08-14 Thread Alexandre Julliard
Mike Hearn [EMAIL PROTECTED] writes: ChangeLog: Implement a typelib loader cache You'll need to protect the list with a critical section. Also it's probably better to store the list directly in the typelib structure instead of allocating a separate object. -- Alexandre Julliard [EMAIL

Re: Add support for CS_NOCLOSE

2003-08-14 Thread Alexandre Julliard
Dmitry Timoshkov [EMAIL PROTECTED] writes: Hello, Changelog: Dmitry Timoshkov [EMAIL PROTECTED] Add support for CS_NOCLOSE. This is implemented already in MENU_InitSysMenuPopup; if it doesn't work right it should be fixed there. -- Alexandre Julliard [EMAIL PROTECTED]

Re: wine/ scheduler/pthread.c dlls/ntdll/sysdeps.c

2003-08-14 Thread Alexandre Julliard
0x402cf217 (NTDLL.DLL.memcpy+0x57253 in libc.so.6) (ebp=) (it crashes inside gethostbyname(), without obvious reason). I think this should be fixed in current CVS, please give it a try and let me know how it works. -- Alexandre Julliard [EMAIL PROTECTED]

Re: wine/ windows/winproc.c windows/win.c windows/ ...

2003-08-14 Thread Alexandre Julliard
etc., but that declaration is just a magic incantation that's not going to change, so IMO it doesn't really matter if it's a bit cryptic. -- Alexandre Julliard [EMAIL PROTECTED]

Re: Accept SIZE_MAXIMIZED as one of statuses of MDI windows

2003-08-12 Thread Alexandre Julliard
-optimization is useful, if all we want is to move the window it's clearer to use MoveWindow IMO. -- Alexandre Julliard [EMAIL PROTECTED]

Re: dmusic loader question

2003-07-28 Thread Alexandre Julliard
obtained through other methods without the author's consent.. Well it's certainly illegal to directly copy code from the MSDN examples; please don't do that. -- Alexandre Julliard [EMAIL PROTECTED]

Re: cards.dll, first patch

2003-07-26 Thread Alexandre Julliard
code, with lots of magic numbers and meaningless variable names. That is not an acceptable way of implementing something for Wine. -- Alexandre Julliard [EMAIL PROTECTED]

Re: Make aclocal.m4:WINE_GET_SONAME more flexible

2003-07-24 Thread Alexandre Julliard
the fully qualified path to the shared object, eliminating fears of runtime linking path searches. I don't think that's a good idea. There is no guarantee that the full path is valid on other systems, and we don't want to bypass the user's LD_LIBRARY_PATH settings. -- Alexandre Julliard [EMAIL PROTECTED]

Re: Make aclocal.m4:WINE_GET_SONAME more flexible

2003-07-24 Thread Alexandre Julliard
point of finding the soname, so that we get the proper version of the library. The full path is completely irrelevant; when you dynamically link an app the linker doesn't store the full path to the system libraries either, just the soname. That's exactly what we are doing here. -- Alexandre

Re: wine/. configure.ac configure

2003-07-24 Thread Alexandre Julliard
aliasing do the right thing. -- Alexandre Julliard [EMAIL PROTECTED]

Re: Define WINEPREFIX if it doesn't exist

2003-07-23 Thread Alexandre Julliard
. -- Alexandre Julliard [EMAIL PROTECTED]

Re: Define WINEPREFIX if it doesn't exist

2003-07-23 Thread Alexandre Julliard
the environment unless really necessary, and IMO it's not necessary in that case. -- Alexandre Julliard [EMAIL PROTECTED]

Re: Define WINEPREFIX if it doesn't exist

2003-07-22 Thread Alexandre Julliard
Dmitry Timoshkov [EMAIL PROTECTED] writes: Define WINEPREFIX if it doesn't exist. Why do you need that? -- Alexandre Julliard [EMAIL PROTECTED]

Re: [resend] Ensure ole32.dll gets correct version number

2003-07-22 Thread Alexandre Julliard
. -- Alexandre Julliard [EMAIL PROTECTED]

Re: Mach-O Support in WineLib Loader (2) dlopen

2003-07-22 Thread Alexandre Julliard
this patch could apply to linux and others also, on a proper way. kernel32 is linked to ntdll because dll separation is not finished; hopefully this will be fixed soon. -- Alexandre Julliard [EMAIL PROTECTED]

Re: new utillity for wine, genguid

2003-07-22 Thread Alexandre Julliard
that can generate UUIDs. -- Alexandre Julliard [EMAIL PROTECTED]

Re: Define WINEPREFIX if it doesn't exist

2003-07-22 Thread Alexandre Julliard
your config and/or wineps to do the right thing when WINEPREFIX is not set. -- Alexandre Julliard [EMAIL PROTECTED]

Re: Define WINEPREFIX if it doesn't exist

2003-07-22 Thread Alexandre Julliard
a relative dir, like the drive config code does. I'm not convinced we want to do that though, IMO it would be better to install generic.ppd globally and make wineps default to something like $(libdir)/generic.ppd. -- Alexandre Julliard [EMAIL PROTECTED]

Re: Define WINEPREFIX if it doesn't exist

2003-07-22 Thread Alexandre Julliard
or, if it has no special preferences, set it to the default one. I still don't see why you want that, if it's not set Wine will use the default one already. -- Alexandre Julliard [EMAIL PROTECTED]

Re: More Red Hat b0rkage?

2003-07-21 Thread Alexandre Julliard
in the Wine binary to make it go back to normal stack behavior. -- Alexandre Julliard [EMAIL PROTECTED]

Re: PATCH: shlwapi

2003-07-21 Thread Alexandre Julliard
Marcus Meissner [EMAIL PROTECTED] writes: Changelog: Numbers without prefix are int (32bit signed). If you want long long (64bit signed), append LL. LL is not portable, this needs to be done with casts. -- Alexandre Julliard [EMAIL PROTECTED]

Re: [resend] Ensure ole32.dll gets correct version number

2003-07-21 Thread Alexandre Julliard
WINE_FILEVERSION_STR 2.0 +#define WINE_FILEVERSION 2,0,0,0 + #include wine/wine_common_ver.rc Version 2.0 is awfully old for ole32.dll. Why do you need that? -- Alexandre Julliard [EMAIL PROTECTED]

Re: Sync (29): msvcrt cpp

2003-07-21 Thread Alexandre Julliard
the structure definitions for the derived classes? I think it's much clearer to have a separate C type for each class instead of having everything be an exception object. -- Alexandre Julliard [EMAIL PROTECTED]

Re: System tray integration take 5

2003-07-21 Thread Alexandre Julliard
shouldn't use a global array here. This is not thread safe, plus you'd need to keep track of window destruction to remove them from the array. The right way IMO would be to walk the window tree checking for WS_EX_TRAYWINDOW at the time a tray window appears. -- Alexandre Julliard [EMAIL PROTECTED]

Re: Mach-O Support in WineLib Loader (2) dlopen

2003-07-21 Thread Alexandre Julliard
to have an init function? How does Mach-O support C++ constructors? -- Alexandre Julliard [EMAIL PROTECTED]

Re: update Re: My wine turned to vinegar... vanilla wine isn'tbroken, is it?

2003-07-20 Thread Alexandre Julliard
separation is finished. -- Alexandre Julliard [EMAIL PROTECTED]

Re: something I intend working on that will help make wine morecomplete

2003-07-20 Thread Alexandre Julliard
want to add all these stubs then I'd suggest commenting them out until they either get implemented, or we find an app that really needs the entry point. -- Alexandre Julliard [EMAIL PROTECTED]

Re: something I intend working on that will help make wine morecomplete

2003-07-20 Thread Alexandre Julliard
an error message). Adding stubs for everything will only cause more crashes without improving other apps. -- Alexandre Julliard [EMAIL PROTECTED]

Re: Sync(20): ntdll/tests/rtlstr.c

2003-07-19 Thread Alexandre Julliard
actually part of the SDK, and I think it's perfectly reasonable to require that you have an up to date SDK to build the tests. -- Alexandre Julliard [EMAIL PROTECTED]

Re: Once again: Wine without X?

2003-07-18 Thread Alexandre Julliard
initialization until we really need it. -- Alexandre Julliard [EMAIL PROTECTED]

Re: Sync(1): include/winerror.h

2003-07-18 Thread Alexandre Julliard
Jon Griffiths [EMAIL PROTECTED] writes: This patch casts hresult errors into HRESULTs as per the native headers. The native headers don't have a _HR_() macro, so we shouldn't have one either. Please do normal casts instead. -- Alexandre Julliard [EMAIL PROTECTED]

Re: Sync (31): winbuild relay

2003-07-18 Thread Alexandre Julliard
Jon Griffiths [EMAIL PROTECTED] writes: +tools/winebuild/relay.c Remove redundant multiple calls to fprintf() There's no reason to do that. The existing code is just fine, and much easier to modify. -- Alexandre Julliard [EMAIL PROTECTED]

Re: Sync (37): shlwapi regstream

2003-07-18 Thread Alexandre Julliard
. -- Alexandre Julliard [EMAIL PROTECTED]

Re: Sync(18): msvcrt cpp exceptions

2003-07-18 Thread Alexandre Julliard
Jon Griffiths [EMAIL PROTECTED] writes: +dlls/msvcrt/cppexcept.c strip dump code when NO_TRACE_MSGS is defined The compiler should optimize this out, and even if it doesn't that's no big deal. It certainly doesn't justify adding #ifdefs. -- Alexandre Julliard [EMAIL PROTECTED]

Re: Sync(20): ntdll/tests/rtlstr.c

2003-07-18 Thread Alexandre Julliard
there is a native winternl.h that defines these. You may need to upgrade your headers. -- Alexandre Julliard [EMAIL PROTECTED]

Re: Sync (44): documentation/Makefile.in

2003-07-18 Thread Alexandre Julliard
working script. -- Alexandre Julliard [EMAIL PROTECTED]

Re: Sync (32): winbuild msvcrt

2003-07-18 Thread Alexandre Julliard
of hard-coding the symbols in winebuild. Also please try to split your patch, there are clearly different changes in there, it would be a lot easier to analyze them independently. -- Alexandre Julliard [EMAIL PROTECTED]

Re: PPC CPU Detection in configure

2003-07-13 Thread Alexandre Julliard
should pick one and use the same everywhere. I'd suggest __powerpc__. -- Alexandre Julliard [EMAIL PROTECTED]

Re: API tracking and documentation

2003-07-13 Thread Alexandre Julliard
, it doesn't give any information about how well the dll will behave in real use. But if you really want to do that it should be easy to maintain a list of functions in a separate file; or you can simply grep for 'stub' in the spec files. -- Alexandre Julliard [EMAIL PROTECTED]

Re: LoadLibrary problem

2003-07-11 Thread Alexandre Julliard
directly at this point. You need to pass it the .dll name and make sure the corresponding .so can be found somewhere in WINEDLLPATH. Or you need to add .so support to LoadLibrary... -- Alexandre Julliard [EMAIL PROTECTED]

Re: CPU detection work

2003-07-09 Thread Alexandre Julliard
no reason to parse /proc/cpuinfo twice. Also the value that QueryPerformanceFrequency returns needs to match the behavior of QueryPerformanceCounter, you can't simply divide it by 1000. -- Alexandre Julliard [EMAIL PROTECTED]

Re: Question about improving debugging on Mingw build

2003-07-09 Thread Alexandre Julliard
for you? -- Alexandre Julliard [EMAIL PROTECTED]

Re: Question about improving debugging on Mingw build

2003-07-09 Thread Alexandre Julliard
by default, they are switched on by the --debugmsg flag, which of course doesn't work for you... you can simulate it by calling wine_dbg_parse_options() from somewhere in the app startup code. -- Alexandre Julliard [EMAIL PROTECTED]

Re: Documentation spelling fixes 2 of 2

2003-07-08 Thread Alexandre Julliard
all the changes. -- Alexandre Julliard [EMAIL PROTECTED]

Re: [RESENT] Subject: Release GWL_ID with DestroyMenue, eventually

2003-07-08 Thread Alexandre Julliard
this, and it causes trouble. We tried it once already and we had to back it out. The correct fix is to change the menu handles management to behave more like window handles. -- Alexandre Julliard [EMAIL PROTECTED]

Re: [RESENT]: Fixed winedbg example configuration

2003-07-03 Thread Alexandre Julliard
BiGgUn [EMAIL PROTECTED] writes: Changelog: Reorder lines for a typical winedbg configuration. Your patch is wrapped; but anyway I don't see any reason to change that, keys are sorted when registry files are saved so the order doesn't matter. -- Alexandre Julliard [EMAIL PROTECTED]

Re: Don't set stacking order against unvisible windows

2003-07-01 Thread Alexandre Julliard
if doing that happens to mask another bug. -- Alexandre Julliard [EMAIL PROTECTED]

Re: [RESENT]Don't add empty lines when writing out profile files

2003-07-01 Thread Alexandre Julliard
Uwe Bonnes [EMAIL PROTECTED] writes: Changelog: wine/files/profile.c: PROFILE_Save Don't add lines for empty sections This will cause us to delete keys that are before the first section header, I don't think that's correct. Why do you need that? -- Alexandre Julliard [EMAIL

Re: iphlpapi Solaris fixes

2003-07-01 Thread Alexandre Julliard
add a configure check for the structure field. -- Alexandre Julliard [EMAIL PROTECTED]

Re: [dx61] d3d9 guid + d3d9 header fixes

2003-06-30 Thread Alexandre Julliard
need to use that instead of DriverVersion? -- Alexandre Julliard [EMAIL PROTECTED]

Re: Memory Protection Wierdness

2003-06-30 Thread Alexandre Julliard
completely useless. You'll need to investigate where that page comes from and why it's not accessible. -- Alexandre Julliard [EMAIL PROTECTED]

Re: Mac OS X Support : Asm syntax support [Fixed]

2003-06-30 Thread Alexandre Julliard
with a separate function, and then something like: fprintf( output, li %s,0, ppc_reg(1) ); -- Alexandre Julliard [EMAIL PROTECTED]

Re: [dx61] d3d9 guid + d3d9 header fixes

2003-06-30 Thread Alexandre Julliard
to fix later on. If you want to write the code using 16-bit fields you can do that locally, but I'd prefer that you then fix it before submitting, so that we don't need to put wrong headers in CVS. -- Alexandre Julliard [EMAIL PROTECTED]

Re: Don't set stacking order against unvisible windows

2003-06-30 Thread Alexandre Julliard
. -- Alexandre Julliard [EMAIL PROTECTED]

Re: wine.texinfo.diff

2003-06-30 Thread Alexandre Julliard
Tom Wickline [EMAIL PROTECTED] writes: Changelog Change Copyright from 1997,1998 to 1997-2003 There's no reason to do that, this file hasn't really changed in a long time. -- Alexandre Julliard [EMAIL PROTECTED]

Re: XEMBED System tray support

2003-06-30 Thread Alexandre Julliard
that's a good idea. Positions changes should be handled by the standard ConfigureNotify processing. -- Alexandre Julliard [EMAIL PROTECTED]

  1   2   3   4   5   6   7   8   9   10   >