publish changes
This commit is contained in:
parent
afc5064a7b
commit
ac2c6ac843
1605 changed files with 3354 additions and 3354 deletions
|
@ -1,5 +1,5 @@
|
|||
#pragma once
|
||||
#include <windows.h>
|
||||
#include <arch.h>
|
||||
#include "../primo/obj_primo.h"
|
||||
|
||||
class BurnerCommon
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
// Copyright (C) 1997, Justin Frankel/Nullsoft
|
||||
// Feel free to base any plugins on this "framework"...
|
||||
|
||||
#include <windows.h>
|
||||
#include <arch.h>
|
||||
#include <commctrl.h>
|
||||
#include <math.h>
|
||||
#include "../Winamp/dsp.h"
|
||||
|
|
|
@ -57,7 +57,7 @@
|
|||
|
||||
*/
|
||||
|
||||
#include <windows.h>
|
||||
#include <arch.h>
|
||||
#include <shlwapi.h>
|
||||
#include <strsafe.h>
|
||||
|
||||
|
@ -412,7 +412,7 @@ wchar_t temp[MAX_PATH] = {0};
|
|||
static LRESULT WINAPI SubclassProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam)
|
||||
{
|
||||
// handles the item being selected through the main window menu
|
||||
// including via the windows taskbar menu as it'll fail otherwise
|
||||
// including via the arch taskbar menu as it'll fail otherwise
|
||||
if((msg == WM_COMMAND || msg == WM_SYSCOMMAND) && LOWORD(wParam) == WINAMP_ARTVIEW_MENUID)
|
||||
{
|
||||
if(artwindow_open) PostMessage(myWndChild,WM_CLOSE,0,0);
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
** Copyright (c) 1998, Justin Frankel/Nullsoft Inc.
|
||||
*/
|
||||
|
||||
#include <windows.h>
|
||||
#include <arch.h>
|
||||
#include <mmreg.h>
|
||||
#include <msacm.h>
|
||||
#include <math.h>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include <windows.h>
|
||||
#include <arch.h>
|
||||
#include "dde.h"
|
||||
#include <strsafe.h>
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include <windows.h>
|
||||
#include <arch.h>
|
||||
#include "irctell.h"
|
||||
#include <api/syscb/api_syscb.h>
|
||||
#include <api/core/api_core.h>
|
||||
|
@ -34,7 +34,7 @@ void WACIrctell::RegisterServices(api_service *service)
|
|||
|
||||
void WACIrctell::DeregisterServices(api_service *service)
|
||||
{
|
||||
// be sure to delete all your windows etc HERE, not in the destructor
|
||||
// be sure to delete all your arch etc HERE, not in the destructor
|
||||
// because the API pointer might be invalid in the destructor
|
||||
// if (core)
|
||||
// core->core_delCallback(0, this);
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#ifndef _XMLEX_MAIN_H_
|
||||
#define _XMLEX_MAIN_H_
|
||||
#include <windows.h>
|
||||
#include <windowsx.h>
|
||||
#include <arch.h>
|
||||
#include <archx.h>
|
||||
#include "../nu/MediaLibraryInterface.h"
|
||||
#include "..\..\General\gen_ml\ml.h"
|
||||
#include "..\..\General\gen_ml\config.h"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#include "main.h"
|
||||
#include <bfc/dispatch.h>
|
||||
#include <windowsx.h>
|
||||
#include <archx.h>
|
||||
#include "shlobj.h"
|
||||
#include "..\..\General\gen_ml\ml_ipc_0313.h"
|
||||
#include "..\..\General\gen_ml\childwnd.h"
|
||||
|
@ -245,8 +245,8 @@ static BOOL xmlex_OnCommand(HWND hwnd, int id, HWND hwndCtl, UINT codeNotify)
|
|||
case IDC_LOAD:
|
||||
{
|
||||
wchar_t filename[256] = L"";
|
||||
//browse box supported in windows 2000+
|
||||
//if this doesnt work for you (old versions of windows) just know that the file name is set in ofn.lpstrFile which is then moved to filename variable
|
||||
//browse box supported in arch 2000+
|
||||
//if this doesnt work for you (old versions of arch) just know that the file name is set in ofn.lpstrFile which is then moved to filename variable
|
||||
OPENFILENAME ofn = {0};
|
||||
ofn.lStructSize = sizeof (OPENFILENAME);
|
||||
ofn.hwndOwner=hwnd;
|
||||
|
|
|
@ -53,8 +53,8 @@ BSC32=bscmake.exe
|
|||
# ADD BASE BSC32 /nologo
|
||||
# ADD BSC32 /nologo
|
||||
LINK32=link.exe
|
||||
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /dll /machine:I386
|
||||
# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /dll /machine:I386 /nodefaultlib /out:"c:\program files\winamp\plugins\out_null.dll"
|
||||
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:arch /dll /machine:I386
|
||||
# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:arch /dll /machine:I386 /nodefaultlib /out:"c:\program files\winamp\plugins\out_null.dll"
|
||||
|
||||
!ELSEIF "$(CFG)" == "out_null - Win32 Debug"
|
||||
|
||||
|
@ -79,8 +79,8 @@ BSC32=bscmake.exe
|
|||
# ADD BASE BSC32 /nologo
|
||||
# ADD BSC32 /nologo
|
||||
LINK32=link.exe
|
||||
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /dll /debug /machine:I386
|
||||
# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /dll /debug /machine:I386 /out:"c:\program files\winamp\plugins\out_null.dll"
|
||||
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:arch /dll /debug /machine:I386
|
||||
# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:arch /dll /debug /machine:I386 /out:"c:\program files\winamp\plugins\out_null.dll"
|
||||
|
||||
!ENDIF
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include <windows.h>
|
||||
#include <arch.h>
|
||||
#include <shlobj.h>
|
||||
#include "../winamp/out.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue