We all know that GetTickCount returns a number as (As long).
And a (As long) variable does not exceed this number: 2147483647.

So what's going to happen if I make a server that uses GetTickCount(), and that it exceeds this number? Will the server crash ? Or GetTickCount() will start all over again from Zero ?