This commit is contained in:
Themaister 2011-12-04 18:03:08 +01:00
parent dc8a2dea72
commit f3627aaf59

View File

@ -14,6 +14,7 @@
* You should have received a copy of the GNU General Public License along with SSNES.
* If not, see <http://www.gnu.org/licenses/>.
*/
#ifdef _WIN32
#ifndef _WIN32_WINNT
#define _WIN32_WINNT 0x0501
@ -749,3 +750,4 @@ void netplay_post_frame(netplay_t *handle)
handle->is_replay = false;
}
}