From a58cfdac407bc1d8fedc11acd924b275ba28cc51 Mon Sep 17 00:00:00 2001 From: "SND\\dario86_cp" Date: Sat, 12 Mar 2011 18:54:28 +0000 Subject: Commited patch in issue #8171 (by darktjm). git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@64524 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- plugins/dfnet/dfnet.h | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) (limited to 'plugins/dfnet/dfnet.h') diff --git a/plugins/dfnet/dfnet.h b/plugins/dfnet/dfnet.h index 62f38425..4d8ae149 100644 --- a/plugins/dfnet/dfnet.h +++ b/plugins/dfnet/dfnet.h @@ -18,22 +18,8 @@ #include #include -#ifdef ENABLE_NLS -#include -#include -#define _(x) gettext(x) -#define N_(x) (x) -#else -#define _(x) (x) -#define N_(x) (x) -#endif - -typedef void* HWND; - struct timeval tm; -#define CALLBACK - long timeGetTime(); #include "psemu_plugin_defs.h" @@ -42,9 +28,9 @@ typedef struct { int PlayerNum; unsigned short PortNum; char ipAddress[32]; -} Config; +} NetConfig; -Config conf; +NetConfig conf; void LoadConf(); void SaveConf(); -- cgit v1.2.3