Header guards for netplay.c not necessary

This commit is contained in:
TwinAphex51224 2011-11-30 16:21:21 +01:00
parent 8d8fb44c18
commit 3b4e60aada

View File

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