Re: ntdll: loader.c prevent accidental calls of entry point during dll events(resend)

2007-10-01 Thread James Hawkins
On 9/30/07, EA Durbin <[EMAIL PROTECTED]> wrote: > > Patch by Anastacious Focht > > The last one I submitted had a typo. > -if (nt->FileHeader.Characteristics & IMAGE_FILE_DLL) +/* do not setup entry point if kernel driver */ +if( !( Don't change the style (space after opening parenth

Re: Are *any* games as popular as World of Warcraft?

2007-10-01 Thread Vincent Povirk
Because this is my solution to everything, here's a wikipedia link: http://en.wikipedia.org/wiki/List_of_best-selling_video_games#PC The Sims belongs on that list based on google trends. On 10/1/07, Dan Kegel <[EMAIL PROTECTED]> wrote: > On 10/1/07, Jesse Allen <[EMAIL PROTECTED]> wrote: > > On

Re: Are *any* games as popular as World of Warcraft?

2007-10-01 Thread Dan Kegel
On 10/1/07, Reece Dunn <[EMAIL PROTECTED]> wrote: > Searching Google is only really useful around the time of release > (with a suitable time window either side). If that were true, I would expect World of Warcraft's google search curve to have flatlined long ago, but instead it's still going stro

Re: Are *any* games as popular as World of Warcraft?

2007-10-01 Thread Roderick Colenbrander
> On 10/1/07, Jesse Allen <[EMAIL PROTECTED]> wrote: > > On 10/1/07, Daniel Remenak <[EMAIL PROTECTED]> wrote: > > > No other single game has the market penetration and staying power of > > > WoW as things stand. > > > > I think starcraft has it beat for penetration and staying power, > > actually

Re: Are *any* games as popular as World of Warcraft?

2007-10-01 Thread Dan Kegel
On 10/1/07, Jesse Allen <[EMAIL PROTECTED]> wrote: > On 10/1/07, Daniel Remenak <[EMAIL PROTECTED]> wrote: > > No other single game has the market penetration and staying power of > > WoW as things stand. > > I think starcraft has it beat for penetration and staying power, > actually. But WoW is th

Re: Are *any* games as popular as World of Warcraft?

2007-10-01 Thread Jesse Allen
On 10/1/07, Daniel Remenak <[EMAIL PROTECTED]> wrote: > No other single game has the market penetration and staying power of > WoW as things stand. > > I think starcraft has it beat for penetration and staying power, actually. But WoW is the current money maker.

Re: Are *any* games as popular as World of Warcraft?

2007-10-01 Thread Daniel Remenak
No other single game has the market penetration and staying power of WoW as things stand. XFire collects statistics[1] from their (large) network, if you're interested in "minutes played" as opposed to "copies sold."Be aware that it's not a random sample, though; some game communities (like Ca

Are *any* games as popular as World of Warcraft?

2007-10-01 Thread Dan Kegel
I spent some time noodling around looking at what games are really popular (I wouldn't know firsthand, I don't play much). There's some data at http://www.amazon.com/gp/bestsellers/videogames (click on PC Games). I tried to cross-check titles with Google Trends to see which ones seem enduringly pop

Re: Janitorial : Rename 16-Bit files

2007-10-01 Thread Alexandre Julliard
RĂ©mi Assailly <[EMAIL PROTECTED]> writes: > I started 16 Bit separation. > This first patch renames : > - files containing 16 Bit functions only > - some 16 Bit functions. Please don't do that, there's no reason to rename things that are already separated properly. -- Alexandre Julliard [EMAIL

Re: gdi32: Prefer a Microsoft cmap table over other platform ones

2007-10-01 Thread Alexandre Julliard
Dmitry Timoshkov <[EMAIL PROTECTED]> writes: > the bug 9840 has the ttf font attached that has incomplete default unicode > charmap which Freetype selects. Assuming that Microsoft and Macintosh cmaps > are more widely used/tested, let's use a priority to choose from available > character maps. Fre

[PATCH] Fix Ugly borders around undecorated windows in Gnome

2007-10-01 Thread Kirill K. Smirnov
>This is my first attempt at submitting a patch to WINE, so please excuse >me if I have broken any conventions or am going through the wrong >channel. As it currently stands, wine is setting the 'MWM_DECOR_BORDER' >hint on managed but undecorated windows, such as iTunes, or Winamp. >This does not

Re: msinkaut.idl: Add stub IInkCollector interface (resend)

2007-10-01 Thread Alexandre Julliard
"John Klehm" <[EMAIL PROTECTED]> writes: > typedef float single; > + > +[ > +odl, > +uuid(F0F060B5-8B1F-4A7C-89EC-880692588A4F), > +dual, > +oleautomation > +] > +interface IInkCollector : IDispatch { > +}; You have to list all the functions, a

Re: ole32: Fix some memory leaks

2007-10-01 Thread Alexandre Julliard
Andrew Talbot <[EMAIL PROTECTED]> writes: > diff --git a/dlls/ole32/compositemoniker.c b/dlls/ole32/compositemoniker.c > index c49e9b8..88f141e 100644 > --- a/dlls/ole32/compositemoniker.c > +++ b/dlls/ole32/compositemoniker.c > @@ -1817,8 +1817,10 @@ CompositeMonikerImpl_Construct(IMoniker* >

Re: [PATCH 1/2] winex11.drv: Use ClipCursor to grab/ungrab the pointer.

2007-10-01 Thread Alexandre Julliard
Vitaliy Margolen <[EMAIL PROTECTED]> writes: > +/*** > + * do_grab_pointer > + * > + * Helper to call grab_pointer from any thread. > + * > + * x11_lock have to be held when calling this function. It will be > + * releas

Re: user32: Add tests for DefWindowProc processing the undocumented 0x3Bmessage.

2007-10-01 Thread Dmitry Timoshkov
"Robert Shearman" <[EMAIL PROTECTED]> wrote: > --- > dlls/user32/tests/msg.c | 71 > +++ > 1 files changed, 71 insertions(+), 0 deletions(-) > > Found from observations with Spy++ whilst testing log-off behaviour in > XP. I don't see any point in u