aboutsummaryrefslogtreecommitdiff
path: root/mwe
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-11-15 17:27:41 +0100
committerLoek Le Blansch <loek@pipeframe.xyz>2024-11-15 17:27:41 +0100
commitb597af6c64ccf50c7f92a2b78e7950ee3ab230f7 (patch)
treec99d08f7455514c16eb3c34bd164674237620b0c /mwe
parentf51ddfac7b8948a43a40894185238c8a1ceeb5c4 (diff)
`make format`loek/wrap
Diffstat (limited to 'mwe')
-rw-r--r--mwe/resource-manager/stb_image.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/mwe/resource-manager/stb_image.h b/mwe/resource-manager/stb_image.h
index ceff2b6..3462f3a 100644
--- a/mwe/resource-manager/stb_image.h
+++ b/mwe/resource-manager/stb_image.h
@@ -1328,10 +1328,9 @@ static void stbi__float_postprocess(float * result, int * x, int * y, int * comp
#if defined(_WIN32) && defined(STBI_WINDOWS_UTF8)
STBI_EXTERN
- __declspec(dllimport) int __stdcall MultiByteToWideChar(unsigned int cp,
- unsigned long flags,
- const char * str, int cbmb,
- wchar_t * widestr, int cchwide);
+__declspec(dllimport) int __stdcall MultiByteToWideChar(unsigned int cp, unsigned long flags,
+ const char * str, int cbmb,
+ wchar_t * widestr, int cchwide);
STBI_EXTERN __declspec(dllimport) int __stdcall WideCharToMultiByte(
unsigned int cp, unsigned long flags, const wchar_t * widestr, int cchwide, char * str,
int cbmb, const char * defchar, int * used_default);