diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-11-15 17:27:41 +0100 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-11-15 17:27:41 +0100 |
commit | b597af6c64ccf50c7f92a2b78e7950ee3ab230f7 (patch) | |
tree | c99d08f7455514c16eb3c34bd164674237620b0c /mwe/resource-manager/stb_image.h | |
parent | f51ddfac7b8948a43a40894185238c8a1ceeb5c4 (diff) |
`make format`loek/wrap
Diffstat (limited to 'mwe/resource-manager/stb_image.h')
-rw-r--r-- | mwe/resource-manager/stb_image.h | 7 |
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); |