publish changes
This commit is contained in:
parent
afc5064a7b
commit
ac2c6ac843
1605 changed files with 3354 additions and 3354 deletions
|
@ -8,11 +8,11 @@
|
|||
#include "./common.h"
|
||||
#include "../api.h"
|
||||
|
||||
#include "../../nu/windowsTheme.h"
|
||||
#include "../../nu/archTheme.h"
|
||||
|
||||
#include <vssym32.h>
|
||||
#include <vsstyle.h>
|
||||
#include <windows.h>
|
||||
#include <arch.h>
|
||||
|
||||
#define IDC_TITLE 9999
|
||||
#define IDC_HELPLINK 9998
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
#include "../api.h"
|
||||
#include "../resource.h"
|
||||
#include "../../nu/windowsTheme.h"
|
||||
#include "../../nu/archTheme.h"
|
||||
|
||||
#include <vssym32.h>
|
||||
#include <vsstyle.h>
|
||||
|
|
|
@ -32,12 +32,12 @@
|
|||
|
||||
#include "../api.h"
|
||||
#include "../api_auth.h"
|
||||
#include "../../nu/windowsTheme.h"
|
||||
#include "../../nu/archTheme.h"
|
||||
#include "../../winamp/commandLink.h"
|
||||
#include "../../ombrowser/ifc_omcacherecord.h"
|
||||
|
||||
|
||||
#include <windows.h>
|
||||
#include <arch.h>
|
||||
#include <commctrl.h>
|
||||
#include <vssym32.h>
|
||||
#include <shlwapi.h>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
#include "../api.h"
|
||||
|
||||
#include <windows.h>
|
||||
#include <arch.h>
|
||||
|
||||
typedef struct __TOSREMINDERCREATEPARAM
|
||||
{
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
#include "../../winamp/commandLink.h"
|
||||
|
||||
#include <windows.h>
|
||||
#include <arch.h>
|
||||
#include <commctrl.h>
|
||||
#include <strsafe.h>
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
#include "../resource.h"
|
||||
#include "../api.h"
|
||||
|
||||
#include <windows.h>
|
||||
#include <arch.h>
|
||||
#include <strsafe.h>
|
||||
|
||||
typedef struct __MESSAGECREATEPARAM
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
#include "../api.h"
|
||||
#include "../api_auth.h"
|
||||
|
||||
#include <windows.h>
|
||||
#include <arch.h>
|
||||
#include <commctrl.h>
|
||||
#include <strsafe.h>
|
||||
|
||||
|
|
|
@ -246,7 +246,7 @@ HRESULT LoginResultWebAuth::Finish()
|
|||
external = NULL;
|
||||
}
|
||||
|
||||
// try to destroy windows before browserMngr->Finish() (this will let them to lock less)
|
||||
// try to destroy arch before browserMngr->Finish() (this will let them to lock less)
|
||||
|
||||
if (NULL != hView)
|
||||
{
|
||||
|
|
|
@ -239,7 +239,7 @@
|
|||
</ItemDefinitionGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="..\nu\PtrList.cpp" />
|
||||
<ClCompile Include="..\nu\windowsTheme.cpp" />
|
||||
<ClCompile Include="..\nu\archTheme.cpp" />
|
||||
<ClCompile Include="..\Winamp\JSAPI_CallbackParameters.cpp" />
|
||||
<ClCompile Include="auth.cpp" />
|
||||
<ClCompile Include="b64.c" />
|
||||
|
@ -305,7 +305,7 @@
|
|||
<ClCompile Include="XMLString.cpp" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="..\nu\windowsTheme.h" />
|
||||
<ClInclude Include="..\nu\archTheme.h" />
|
||||
<ClInclude Include="..\Wasabi\api\syscb\callbacks\authcb.h" />
|
||||
<ClInclude Include="..\Wasabi\api\syscb\callbacks\authcbi.h" />
|
||||
<ClInclude Include="api.h" />
|
||||
|
|
|
@ -187,7 +187,7 @@
|
|||
<ClCompile Include="Loginbox\update.cpp">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\nu\windowsTheme.cpp">
|
||||
<ClCompile Include="..\nu\archTheme.cpp">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="Loginbox\xmlInt32Parser.cpp">
|
||||
|
@ -399,7 +399,7 @@
|
|||
<ClInclude Include="Loginbox\update.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\nu\windowsTheme.h">
|
||||
<ClInclude Include="..\nu\archTheme.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="Loginbox\xmlInt32Parser.h">
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#pragma once
|
||||
|
||||
#include <bfc/dispatch.h>
|
||||
#include <windows.h> //need this for Sleep()
|
||||
#include <arch.h> //need this for Sleep()
|
||||
|
||||
class ifc_authcallback : public Dispatchable
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue