mirror of
https://github.com/reactos/reactos.git
synced 2025-06-25 09:39:41 +00:00
[SDK][INCLUDE] Formatting gdiplus headers (#2190)
Just code formatting. CORE-16585 $ clang-format -style=file -i sdk/include/psdk/gdiplus[a-z]*
This commit is contained in:
parent
8faf38ed22
commit
e7814f19fb
23 changed files with 6651 additions and 5056 deletions
|
@ -25,9 +25,9 @@ enum DebugEventLevel
|
|||
DebugEventLevelWarning
|
||||
};
|
||||
|
||||
typedef VOID (WINAPI *DebugEventProc)(enum DebugEventLevel, CHAR *);
|
||||
typedef Status (WINAPI *NotificationHookProc)(ULONG_PTR *);
|
||||
typedef void (WINAPI *NotificationUnhookProc)(ULONG_PTR);
|
||||
typedef VOID(WINAPI *DebugEventProc)(enum DebugEventLevel, CHAR *);
|
||||
typedef Status(WINAPI *NotificationHookProc)(ULONG_PTR *);
|
||||
typedef void(WINAPI *NotificationUnhookProc)(ULONG_PTR);
|
||||
|
||||
struct GdiplusStartupInput
|
||||
{
|
||||
|
@ -37,7 +37,8 @@ struct GdiplusStartupInput
|
|||
BOOL SuppressExternalCodecs;
|
||||
|
||||
#ifdef __cplusplus
|
||||
GdiplusStartupInput(DebugEventProc debugEventCallback = NULL,
|
||||
GdiplusStartupInput(
|
||||
DebugEventProc debugEventCallback = NULL,
|
||||
BOOL suppressBackgroundThread = FALSE,
|
||||
BOOL suppressExternalCodecs = FALSE)
|
||||
{
|
||||
|
@ -56,11 +57,13 @@ struct GdiplusStartupOutput
|
|||
};
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
extern "C"
|
||||
{
|
||||
#endif
|
||||
|
||||
Status WINAPI GdiplusStartup(ULONG_PTR *, const struct GdiplusStartupInput *, struct GdiplusStartupOutput *);
|
||||
void WINAPI GdiplusShutdown(ULONG_PTR);
|
||||
Status WINAPI
|
||||
GdiplusStartup(ULONG_PTR *, const struct GdiplusStartupInput *, struct GdiplusStartupOutput *);
|
||||
void WINAPI GdiplusShutdown(ULONG_PTR);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue