summaryrefslogtreecommitdiff
path: root/plugins/Watrack_MPD
diff options
context:
space:
mode:
authorVadim Dashevskiy <watcherhd@gmail.com>2013-03-13 08:00:41 +0000
committerVadim Dashevskiy <watcherhd@gmail.com>2013-03-13 08:00:41 +0000
commit11fcecff7c310c2cc10bda2ab2fa2daf525be571 (patch)
tree86fb20fc1ce5e243dd9a973f84b9f1ae6a85c1b4 /plugins/Watrack_MPD
parentcb68918922e0d297cc57c4b00fcc42ceaf141965 (diff)
- another portion of '#ifdef UNICODE' clean up
git-svn-id: http://svn.miranda-ng.org/main/trunk@3993 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Watrack_MPD')
-rwxr-xr-xplugins/Watrack_MPD/src/m_music.h10
1 files changed, 3 insertions, 7 deletions
diff --git a/plugins/Watrack_MPD/src/m_music.h b/plugins/Watrack_MPD/src/m_music.h
index 4b33881f06..283910dfce 100755
--- a/plugins/Watrack_MPD/src/m_music.h
+++ b/plugins/Watrack_MPD/src/m_music.h
@@ -74,13 +74,9 @@ typedef struct tSongInfo {
wchar_t *url;
} SONGINFO, *LPSONGINFO;
-#if defined(_UNICODE)
- #define WAT_INF_TCHAR WAT_INF_UNICODE
- #define SongInfoT tSongInfo
-#else
- #define WAT_INF_TCHAR WAT_INF_ANSI
- #define SongInfoT tSongInfoA
-#endif
+#define WAT_INF_TCHAR WAT_INF_UNICODE
+#define SongInfoT tSongInfo
+
// result codes
#define WAT_RES_UNKNOWN -2