Skip to content

Commit

Permalink
fixed errors on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
rdbo committed Feb 28, 2024
1 parent 609db26 commit 35e0562
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion internal/winutils/winutils.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,10 @@
#ifndef WINUTILS_H
#define WINUTILS_H

#include <windows.h>
#include <stdlib.h>
#include <stdint.h>
#include <windows.h>
#include <psapi.h>

char *
wcstoutf8(WCHAR *widestr, char *utf8buf, size_t buflen);
Expand Down

0 comments on commit 35e0562

Please sign in to comment.