Nits.
This commit is contained in:
parent
c9594776f8
commit
0b20f11617
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue