From 95f46008d2884934fb3186291fceb34f11bf5f0e Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Wed, 18 Nov 2009 03:09:47 +0200 Subject: modified: commonheaders.h modified: constants.h new file: globals.h modified: init.c modified: main.c modified: main.h modified: utilities.c new file: utilities.h modified: watrack_mpd.vcproj --- watrack_mpd/main.h | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'watrack_mpd/main.h') diff --git a/watrack_mpd/main.h b/watrack_mpd/main.h index 00fe5e9..25fc0fd 100755 --- a/watrack_mpd/main.h +++ b/watrack_mpd/main.h @@ -13,10 +13,14 @@ // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - +#ifndef MAIN_H +#define MAIN_H //TCHAR* __stdcall UniGetContactSettingUtf(HANDLE hContact, const char *szModule,const char* szSetting, TCHAR* szDef); -//struct MM_INTERFACE mmi; -//struct UTF8_INTERFACE utfi; +struct MM_INTERFACE mmi; +struct UTF8_INTERFACE utfi; //const TCHAR *stristr( const TCHAR *str, const TCHAR *substr); +#endif + + -- cgit v1.2.3