diff options
| author | Pietro Gagliardi <[email protected]> | 2015-04-07 00:26:27 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2015-04-07 00:26:27 -0400 |
| commit | 1d76d53593de0c6bd4faf8c47bb525977a33b178 (patch) | |
| tree | ab01dc42676cf0cfada47cc581189fa48e2c6707 /new/util_windows.c | |
| parent | 06adf7488da7cac837351256923b0ab5038d13ae (diff) | |
Changed ui_*.h to uipriv_*.h pending a public non-portable API.
Diffstat (limited to 'new/util_windows.c')
| -rw-r--r-- | new/util_windows.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/new/util_windows.c b/new/util_windows.c index c3f8971..0bd76a0 100644 --- a/new/util_windows.c +++ b/new/util_windows.c @@ -1,5 +1,5 @@ // 6 april 2015 -#include "ui_windows.h" +#include "uipriv_windows.h" #define MBTWC(str, wstr, bufsiz) MultiByteToWideChar(CP_UTF8, 0, str, -1, wstr, bufsiz) |
