publish changes
This commit is contained in:
parent
afc5064a7b
commit
ac2c6ac843
1605 changed files with 3354 additions and 3354 deletions
|
@ -10,7 +10,7 @@
|
|||
#include "./ifc_skinhelper.h"
|
||||
|
||||
#include <strsafe.h>
|
||||
#include <windows.h>
|
||||
#include <arch.h>
|
||||
|
||||
#define WIDGET_MINWIDTH_UNITS 60
|
||||
#define WIDGET_MAXWIDTH_UNITS 200
|
||||
|
|
|
@ -22,7 +22,7 @@ protected:
|
|||
public:
|
||||
HRESULT RegisterWindow(HWND hwnd, const GUID *windowType);
|
||||
HRESULT UnregisterWindow(HWND hwnd);
|
||||
HRESULT Enumerate(const GUID *windowType, unsigned int *serviceIdFilter, ifc_ombrowserwndenum **enumerator); // serviceIdFilter can be NULL if you want to get all windows
|
||||
HRESULT Enumerate(const GUID *windowType, unsigned int *serviceIdFilter, ifc_ombrowserwndenum **enumerator); // serviceIdFilter can be NULL if you want to get all arch
|
||||
|
||||
public:
|
||||
DISPATCH_CODES
|
||||
|
|
|
@ -104,26 +104,26 @@
|
|||
</VcpkgInstalledDir>
|
||||
<VcpkgUseStatic>false</VcpkgUseStatic>
|
||||
<VcpkgConfiguration>Debug</VcpkgConfiguration>
|
||||
<VcpkgTriplet>x86-windows-static-md</VcpkgTriplet>
|
||||
<VcpkgTriplet>x86-arch-static-md</VcpkgTriplet>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Label="Vcpkg" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
||||
<VcpkgInstalledDir>
|
||||
</VcpkgInstalledDir>
|
||||
<VcpkgUseStatic>false</VcpkgUseStatic>
|
||||
<VcpkgTriplet>x86-windows-static-md</VcpkgTriplet>
|
||||
<VcpkgTriplet>x86-arch-static-md</VcpkgTriplet>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Label="Vcpkg" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
||||
<VcpkgInstalledDir>
|
||||
</VcpkgInstalledDir>
|
||||
<VcpkgUseStatic>false</VcpkgUseStatic>
|
||||
<VcpkgTriplet>x86-windows-static-md</VcpkgTriplet>
|
||||
<VcpkgTriplet>x86-arch-static-md</VcpkgTriplet>
|
||||
<VcpkgConfiguration>Debug</VcpkgConfiguration>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Label="Vcpkg" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
||||
<VcpkgInstalledDir>
|
||||
</VcpkgInstalledDir>
|
||||
<VcpkgUseStatic>false</VcpkgUseStatic>
|
||||
<VcpkgTriplet>x86-windows-static-md</VcpkgTriplet>
|
||||
<VcpkgTriplet>x86-arch-static-md</VcpkgTriplet>
|
||||
</PropertyGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
||||
<ClCompile>
|
||||
|
|
|
@ -89,16 +89,16 @@
|
|||
<TargetExt>.w5s</TargetExt>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Label="Vcpkg" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
||||
<VcpkgTriplet>x86-windows-static-md</VcpkgTriplet>
|
||||
<VcpkgTriplet>x86-arch-static-md</VcpkgTriplet>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Label="Vcpkg" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
||||
<VcpkgTriplet>x86-windows-static-md</VcpkgTriplet>
|
||||
<VcpkgTriplet>x86-arch-static-md</VcpkgTriplet>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Label="Vcpkg" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
||||
<VcpkgTriplet>x86-windows-static-md</VcpkgTriplet>
|
||||
<VcpkgTriplet>x86-arch-static-md</VcpkgTriplet>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Label="Vcpkg" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
||||
<VcpkgTriplet>x86-windows-static-md</VcpkgTriplet>
|
||||
<VcpkgTriplet>x86-arch-static-md</VcpkgTriplet>
|
||||
</PropertyGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
||||
<ClCompile>
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
|
||||
#include "../winamp/wa_ipc.h"
|
||||
|
||||
#include <windows.h>
|
||||
#include <arch.h>
|
||||
#include <commctrl.h>
|
||||
#include <shlwapi.h>
|
||||
#include <strsafe.h>
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
#include "./ifc_omconfig.h"
|
||||
#include "./ifc_omdebugconfig.h"
|
||||
|
||||
#include <windows.h>
|
||||
#include <arch.h>
|
||||
#include <commctrl.h>
|
||||
#include <shlwapi.h>
|
||||
#include <strsafe.h>
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
#include "./ifc_ombrowserclass.h"
|
||||
#include "./ieversion.h"
|
||||
|
||||
#include <windows.h>
|
||||
#include <arch.h>
|
||||
#include <shlwapi.h>
|
||||
#include <strsafe.h>
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
#include "./ifc_omtoolbarconfig.h"
|
||||
#include "./ifc_omstatusbarconfig.h"
|
||||
|
||||
#include <windows.h>
|
||||
#include <arch.h>
|
||||
#include <commctrl.h>
|
||||
#include <shlwapi.h>
|
||||
#include <strsafe.h>
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
#include "./skinHelper.h"
|
||||
#include "./ratingMenuCustomizer.h"
|
||||
#include "./ifc_menucustomizer.h"
|
||||
#include <windows.h>
|
||||
#include <arch.h>
|
||||
#include <shlwapi.h>
|
||||
#include <strsafe.h>
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
#include "./ifc_skinhelper.h"
|
||||
#include "./ifc_wasabihelper.h"
|
||||
|
||||
#include <windows.h>
|
||||
#include <arch.h>
|
||||
#include <shlwapi.h>
|
||||
#include <strsafe.h>
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
#include "./browserUiCommon.h"
|
||||
|
||||
|
||||
#include <windows.h>
|
||||
#include <arch.h>
|
||||
#include <shlwapi.h>
|
||||
#include <commctrl.h>
|
||||
#include <strsafe.h>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
#include "./ifc_winamphook.h"
|
||||
#include "../winamp/wa_ipc.h"
|
||||
|
||||
#include <windows.h>
|
||||
#include <arch.h>
|
||||
|
||||
#define WINAMP_REFRESHSKIN 40291
|
||||
#define WHPROCRECOVERY L"WaHookProcRecovery"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue