Resize problem, WIN8 x64, VS2012Pro, SDL-2.0 tip, WIN32-Buil

This is not a bug, but a new future that was recently introduced.

Use these two lines to set minimum and maximum allowed window sizes:

Code:
SDL_SetWindowMinimumSize(window, 320, 200);
SDL_SetWindowMaximumSize(window, 100000, 100000);