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

@ -1,7 +1,7 @@
#ifndef WINAMP_HTTP_GRAB_TEXT_HEADER
#define WINAMP_HTTP_GRAB_TEXT_HEADER
#include <windows.h>
#include <arch.h>
#define HTTPGRAB_USEWINDOWTEXT 0x0000
#define HTTPGRAB_USESTATUSTEXT 0x0001

View file

@ -2,7 +2,7 @@
#define WINAMP_IFC_SETUP_JOB_HEADER
#include <bfc/dispatch.h>
#include <windows.h>
#include <arch.h>
class NOVTABLE ifc_setupjob : public Dispatchable
{

View file

@ -2,7 +2,7 @@
#define WINAMP_IFC_SETUP_PAGE_HEADER
#include <bfc/dispatch.h>
#include <windows.h>
#include <arch.h>
class NOVTABLE ifc_setuppage : public Dispatchable
{

View file

@ -1,7 +1,7 @@
#ifndef WINAMP_SETUP_LANGUTIL_HEADER
#define WINAMP_SETUP_LANGUTIL_HEADER
#include <windows.h>
#include <arch.h>
#include "./loadimage.h"
INT_PTR WADialogBoxParam(LPCWSTR lpTemplateName, HWND hWndParent, DLGPROC lpDialogFunc, LPARAM dwInitParam);

View file

@ -1,7 +1,7 @@
#ifndef WINAMP_LOADIMAGE_HEADER
#define WINAMP_LOADIMAGE_HEADER
#include <windows.h>
#include <arch.h>
HBITMAP WALoadImage(HMODULE hMod, LPCWSTR pszSection, LPCWSTR pszImage, BOOL bPremult);
HBITMAP WAResizeImage(HBITMAP hbmp, INT cx, INT cy, HBRUSH hbBk);

View file

@ -1,7 +1,7 @@
#ifndef WINAMP_POSTSETUP_HEADER
#define WINAMP_POSTSETUP_HEADER
#include <windows.h>
#include <arch.h>
HWND CreateStatusWnd(HWND hwndParent, INT x, INT y, INT cx, INT cy);
void SetStatusText();

View file

@ -1,7 +1,7 @@
#ifndef WINAMP_SETUP_API_HEADER
#define WINAMP_SETUP_API_HEADER
#include <windows.h>
#include <arch.h>
class __declspec(novtable) WASetupAPI

View file

@ -1,7 +1,7 @@
#ifndef WINAMP_SKININFO_HEADER
#define WINAMP_SKININFO_HEADER
#include <windows.h>
#include <arch.h>
#define SIF_COMMENT 0x01
#define SIF_PREVIEW 0x02

View file

@ -5,7 +5,7 @@
#include "./ifc_setuppage.h"
#include "./ifc_setupjob.h"
#include <windows.h>
#include <arch.h>
#ifdef __cplusplus
extern "C" {