publish changes

This commit is contained in:
Archie 2024-09-29 02:04:03 +00:00
parent afc5064a7b
commit ac2c6ac843
1605 changed files with 3354 additions and 3354 deletions

View file

@ -463,7 +463,7 @@ int ASXLoader::Load(const wchar_t *filename, ifc_playlistloadercallback *playlis
parser->xmlreader_registerCallback(L"ASX\fENTRY\fTITLE", &asxXml.title);
parser->xmlreader_registerCallback(L"ASX\fENTRY\fAUTHOR", &asxXml.artist);
parser->xmlreader_open();
parser->xmlreader_setEncoding(L"windows-1252");
parser->xmlreader_setEncoding(L"arch-1252");
int ret;
if (wcsstr(filename, L"://"))

View file

@ -5,7 +5,7 @@
#include "WinampInterface.h"
#include "../Winamp/in2.h"
#include <windows.h>
#include <arch.h>
#include "WMDRMModule.h"
#include <shlwapi.h>
#include <wmsdk.h>

View file

@ -1,5 +1,5 @@
#if 0
#include <windows.h>
#include <arch.h>
#include "../Winamp/wa_ipc.h"
#include "Main.h"
#include <shlwapi.h>

View file

@ -1,7 +1,7 @@
#ifndef NULLSOFT_STATUSHOOKH
#define NULLSOFT_STATUSHOOKH
#include <windows.h>
#include <arch.h>
void Hook(HWND winamp);
void Unhook(HWND winamp);
#endif

View file

@ -2,7 +2,7 @@
#include "VideoThread.h"
#include "VideoLayer.h"
#include "config.h"
#include <windows.h>
#include <arch.h>
DWORD WINAPI VidThread_stub(void *ptr)
{

View file

@ -2,7 +2,7 @@
#define NULLSOFT_WINAMPINTERFACEH
#include "Main.h"
#include <windows.h>
#include <arch.h>
#include "../Winamp/wa_ipc.h"
#include "../Winamp/In2.h"
#include "../Winamp/strutil.h"

View file

@ -1,6 +1,6 @@
#include "main.h"
#include "api.h"
#include <windows.h>
#include <arch.h>
#include "../Winamp/wa_ipc.h"
#include "FactoryHelper.h"
#include "MetaTagFactory.h"

View file

@ -1,7 +1,7 @@
#ifndef NULLSOFT_API_H
#define NULLSOFT_API_H
#include <windows.h>
#include <arch.h>
int LoadWasabi();
void UnloadWasabi();

View file

@ -1,7 +1,7 @@
#ifndef NULLSOFT_LOADINIH
#define NULLSOFT_LOADINIH
#include <windows.h>
#include <arch.h>
extern wchar_t INI_FILE[MAX_PATH];
void IniFile(HWND hMainWindow);

View file

@ -1,7 +1,7 @@
#ifndef NULLSOFT_AUDIOOUTH
#define NULLSOFT_AUDIOOUTH
#include <windows.h>
#include <arch.h>
#include "../../../../Winamp/out.h"
enum InitState

View file

@ -1,7 +1,7 @@
#ifndef NULLSOFT_UTILH
#define NULLSOFT_UTILH
#include <windows.h>
#include <arch.h>
void WaitForEvent(HANDLE hEvent, DWORD msMaxWaitTime);
char *HRErrorCode(HRESULT hr);

View file

@ -710,7 +710,7 @@ void DDrawVideoOutput::displayFrame(const char * /*buf*/, int size, int time)
ClientToScreen(hwnd, (LPPOINT)&r);
ClientToScreen(hwnd, ((LPPOINT)&r) + 1);
// transform coords from windows desktop coords (where 0,0==upper-left corner of box encompassing all monitors)
// transform coords from arch desktop coords (where 0,0==upper-left corner of box encompassing all monitors)
// to the coords for the monitor we're displaying on:
r.left -= m_mon_x;
r.right -= m_mon_x;

View file

@ -1,5 +1,5 @@
#include "main.h"
#include <windows.h>
#include <arch.h>
#include <multimon.h>
#include "vid_overlay.h"
#include "directdraw.h"