summaryrefslogtreecommitdiff
path: root/watrack_mpd/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'watrack_mpd/main.h')
-rwxr-xr-xwatrack_mpd/main.h10
1 files changed, 7 insertions, 3 deletions
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
+
+