/[svn]/linuxsampler/trunk/src/linuxsampler.cpp
ViewVC logotype

Diff of /linuxsampler/trunk/src/linuxsampler.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1888 by persson, Sat Apr 18 09:26:45 2009 UTC revision 1895 by persson, Sun May 3 12:15:40 2009 UTC
# Line 26  Line 26 
26    
27  #if defined(WIN32)  #if defined(WIN32)
28  // require at least Windows 2000 for the GlobalMemoryStatusEx() call  // require at least Windows 2000 for the GlobalMemoryStatusEx() call
29    #if _WIN32_WINNT < 0x0500
30    #ifdef _WIN32_WINNT
31    #undef _WIN32_WINNT
32    #endif
33  #define _WIN32_WINNT 0x0500  #define _WIN32_WINNT 0x0500
34  #endif  #endif
35    #endif
36    
37  #include "Sampler.h"  #include "Sampler.h"
38  #include "common/global_private.h"  #include "common/global_private.h"

Legend:
Removed from v.1888  
changed lines
  Added in v.1895

  ViewVC Help
Powered by ViewVC