mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 20:56:26 +00:00
[FORMATTING] Fix indentation
svn path=/trunk/; revision=31461
This commit is contained in:
parent
5f52a2893f
commit
3dce2f69c7
1 changed files with 71 additions and 71 deletions
|
@ -43,12 +43,12 @@ extern struct Application* SelectedApplication;
|
||||||
extern WCHAR Strings [STRING_COUNT][MAX_STRING_LENGHT];
|
extern WCHAR Strings [STRING_COUNT][MAX_STRING_LENGHT];
|
||||||
|
|
||||||
typedef struct _IBindStatusCallbackImpl
|
typedef struct _IBindStatusCallbackImpl
|
||||||
{
|
{
|
||||||
const IBindStatusCallbackVtbl *vtbl;
|
const IBindStatusCallbackVtbl *vtbl;
|
||||||
LONG ref;
|
LONG ref;
|
||||||
HWND hDialog;
|
HWND hDialog;
|
||||||
BOOL *pbCancelled;
|
BOOL *pbCancelled;
|
||||||
} IBindStatusCallbackImpl;
|
} IBindStatusCallbackImpl;
|
||||||
|
|
||||||
static HRESULT WINAPI
|
static HRESULT WINAPI
|
||||||
dlQueryInterface(IBindStatusCallback* This, REFIID riid, void** ppvObject)
|
dlQueryInterface(IBindStatusCallback* This, REFIID riid, void** ppvObject)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue