mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-27 06:48:31 +00:00
Run clang-format on most sources
This commit is contained in:
parent
614229e3f4
commit
369f9740de
228 changed files with 4844 additions and 4637 deletions
|
@ -409,9 +409,8 @@ typedef EFI_STATUS(EFIAPI *EFI_GRAPHICS_OUTPUT_PROTOCOL_SET_MODE)(
|
|||
typedef EFI_STATUS(EFIAPI *EFI_GRAPHICS_OUTPUT_PROTOCOL_BLT)(
|
||||
EFI_GRAPHICS_OUTPUT_PROTOCOL *This,
|
||||
EFI_GRAPHICS_OUTPUT_BLT_PIXEL *BltBuffer,
|
||||
EFI_GRAPHICS_OUTPUT_BLT_OPERATION BltOperation,
|
||||
uint32_t SourceX, uint32_t SourceY,
|
||||
uint32_t DestinationX, uint32_t DestinationY,
|
||||
EFI_GRAPHICS_OUTPUT_BLT_OPERATION BltOperation, uint32_t SourceX,
|
||||
uint32_t SourceY, uint32_t DestinationX, uint32_t DestinationY,
|
||||
uint32_t Width, uint32_t Height, uint32_t Delta);
|
||||
|
||||
typedef EFI_STATUS(EFIAPI *EFI_HANDLE_PROTOCOL)(EFI_HANDLE Handle,
|
||||
|
|
5314
libc/nt/errors.h
5314
libc/nt/errors.h
File diff suppressed because it is too large
Load diff
|
@ -91,16 +91,10 @@ bool32 TrackPopupMenu(int64_t hMenu, uint32_t uFlags, int32_t x, int32_t y,
|
|||
int32_t nReserved, int64_t hWnd,
|
||||
const struct NtRect *prcRect);
|
||||
|
||||
int WideCharToMultiByte(unsigned int CodePage,
|
||||
uint32_t dwFlags,
|
||||
uint16_t * lpWideCharStr,
|
||||
int cchWideChar,
|
||||
char * lpMultiByteStr,
|
||||
int cbMultiByte,
|
||||
uint16_t * lpDefaultChar,
|
||||
int * lpUsedDefaultChar
|
||||
);
|
||||
|
||||
int WideCharToMultiByte(unsigned int CodePage, uint32_t dwFlags,
|
||||
uint16_t *lpWideCharStr, int cchWideChar,
|
||||
char *lpMultiByteStr, int cbMultiByte,
|
||||
uint16_t *lpDefaultChar, int *lpUsedDefaultChar);
|
||||
|
||||
COSMOPOLITAN_C_END_
|
||||
#endif /* !(__ASSEMBLER__ + __LINKER__ + 0) */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue