reactos/base/applications/mplay32/mplay32.h
Timo Kreuzer 6afbc8f483 Hopefully create a branch and not destroy the svn repository.
svn path=/branches/reactos-yarotows/; revision=45219
2010-01-23 23:25:04 +00:00

20 lines
323 B
C

#include <windows.h>
#include <commctrl.h>
#include <tchar.h>
#include "resource.h"
#define IDT_PLAYTIMER 1000
#define UNSUPPORTED_FILE 0
#define WAVE_FILE 1
#define MIDI_FILE 2
#define AUDIOCD_FILE 3
#define AVI_FILE 4
typedef struct
{
TCHAR szExt[MAX_PATH];
UINT uType;
} TYPEBYEXT;