mirror of
https://github.com/WinampDesktop/winamp.git
synced 2024-09-24 15:54:12 +00:00
6 lines
129 B
C
6 lines
129 B
C
|
#pragma once
|
||
|
#include "nx/nxuri.h"
|
||
|
#include "foundation/error.h"
|
||
|
|
||
|
int NXURICreateWithUTF16(nx_uri_t *out, const wchar_t *utf16);
|