winamp/Src/Plugins/Input/in_wmvdrm/loadini.h

8 lines
148 B
C
Raw Normal View History

2024-09-24 12:54:57 +00:00
#ifndef NULLSOFT_LOADINIH
#define NULLSOFT_LOADINIH
#include <windows.h>
extern wchar_t INI_FILE[MAX_PATH];
void IniFile(HWND hMainWindow);
#endif