Header guards for netplay.c not necessary
This commit is contained in:
parent
8d8fb44c18
commit
3b4e60aada
|
@ -14,7 +14,6 @@
|
||||||
* You should have received a copy of the GNU General Public License along with SSNES.
|
* You should have received a copy of the GNU General Public License along with SSNES.
|
||||||
* If not, see <http://www.gnu.org/licenses/>.
|
* If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
#ifdef HAVE_NETPLAY
|
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
#ifndef _WIN32_WINNT
|
#ifndef _WIN32_WINNT
|
||||||
#define _WIN32_WINNT 0x0501
|
#define _WIN32_WINNT 0x0501
|
||||||
|
@ -746,5 +745,3 @@ void netplay_post_frame(netplay_t *handle)
|
||||||
handle->is_replay = false;
|
handle->is_replay = false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
|
||||||
|
|
Loading…
Reference in New Issue