aboutsummaryrefslogtreecommitdiff
path: root/Src/Plugins/Input/in_wmvdrm/loadini.cpp
blob: 482abeb749e493864924b1392bfdcf59e1788521 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#include "main.h"
#include "loadini.h"
#include "AutoWide.h"
#include "../Winamp/wa_ipc.h"
extern wchar_t INI_FILE[MAX_PATH];
void IniFile(HWND hMainWindow)
{
	if (!INI_FILE[0])
	{
		lstrcpyn(INI_FILE, (wchar_t *)SendMessage(hMainWindow, WM_WA_IPC, 0, IPC_GETINIFILEW), MAX_PATH);
	}
}