mirror of
https://github.com/libretro/RetroArch
synced 2025-02-22 12:40:09 +00:00
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.
|
||||
* 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user