#define SDL_VERSIONNUM(major, minor, patch) ((major) * 1000000 + (minor) * 1000 + (patch))
(1,2,3)の場合は1002003になる.
(1,2,3)