mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 23:58:50 +00:00
trim whitespace
This commit is contained in:
@@ -28,7 +28,7 @@ foreign gdi32 {
|
|||||||
|
|
||||||
SetPixelFormat :: proc(hdc: HDC, format: INT, ppfd: ^PIXELFORMATDESCRIPTOR) -> BOOL ---
|
SetPixelFormat :: proc(hdc: HDC, format: INT, ppfd: ^PIXELFORMATDESCRIPTOR) -> BOOL ---
|
||||||
ChoosePixelFormat :: proc(hdc: HDC, ppfd: ^PIXELFORMATDESCRIPTOR) -> INT ---
|
ChoosePixelFormat :: proc(hdc: HDC, ppfd: ^PIXELFORMATDESCRIPTOR) -> INT ---
|
||||||
DescribePixelFormat :: proc(hdc: HDC, iPixelFormat: INT, nBytes: UINT, ppfd: ^PIXELFORMATDESCRIPTOR) -> INT ---
|
DescribePixelFormat :: proc(hdc: HDC, iPixelFormat: INT, nBytes: UINT, ppfd: ^PIXELFORMATDESCRIPTOR) -> INT ---
|
||||||
SwapBuffers :: proc(hdc: HDC) -> BOOL ---
|
SwapBuffers :: proc(hdc: HDC) -> BOOL ---
|
||||||
|
|
||||||
SetDCBrushColor :: proc(hdc: HDC, color: COLORREF) -> COLORREF ---
|
SetDCBrushColor :: proc(hdc: HDC, color: COLORREF) -> COLORREF ---
|
||||||
|
|||||||
@@ -2781,7 +2781,7 @@ CONTEXT :: struct {
|
|||||||
PCONTEXT :: ^CONTEXT
|
PCONTEXT :: ^CONTEXT
|
||||||
LPCONTEXT :: ^CONTEXT
|
LPCONTEXT :: ^CONTEXT
|
||||||
|
|
||||||
when size_of(uintptr) == 32 {
|
when size_of(uintptr) == 32 {
|
||||||
XSAVE_FORMAT :: struct #align(16) {
|
XSAVE_FORMAT :: struct #align(16) {
|
||||||
ControlWord: WORD,
|
ControlWord: WORD,
|
||||||
StatusWord: WORD,
|
StatusWord: WORD,
|
||||||
|
|||||||
Reference in New Issue
Block a user