diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2009-11-18 03:09:47 +0200 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2009-11-18 03:09:47 +0200 |
commit | 95f46008d2884934fb3186291fceb34f11bf5f0e (patch) | |
tree | d7d19a95500f96fdc890e55d540990bd2b4c307e /watrack_mpd/main.h | |
parent | 647648108393008bfa96987d44628b99c602abf0 (diff) |
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
Diffstat (limited to 'watrack_mpd/main.h')
-rwxr-xr-x | watrack_mpd/main.h | 10 |
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
+
+
|