publish changes
This commit is contained in:
parent
afc5064a7b
commit
ac2c6ac843
1605 changed files with 3354 additions and 3354 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
|
@ -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);
|
||||
|
|
|
@ -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);
|
||||
|
|
|
@ -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();
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#ifndef WINAMP_SETUP_API_HEADER
|
||||
#define WINAMP_SETUP_API_HEADER
|
||||
|
||||
#include <windows.h>
|
||||
#include <arch.h>
|
||||
|
||||
|
||||
class __declspec(novtable) WASetupAPI
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
#include "./ifc_setuppage.h"
|
||||
#include "./ifc_setupjob.h"
|
||||
|
||||
#include <windows.h>
|
||||
#include <arch.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue