Ticket #9264: win32_lean_and_mean.patch

File win32_lean_and_mean.patch, 500 bytes (added by SF/sven3000, 13 years ago)

Patch with correct WIN32_LEAN_AND_MEAN position.

  • backends/platform/sdl/win32/win32.cpp

     
    2525
    2626#ifdef WIN32
    2727
     28#define WIN32_LEAN_AND_MEAN
    2829#include <windows.h>
    29 #define WIN32_LEAN_AND_MEAN
    3030#undef ARRAYSIZE // winnt.h defines ARRAYSIZE, but we want our own one...
    3131
    3232// Disable symbol overrides so that we can use system headers.