mirror of
https://github.com/ZDoom/ZMusic.git
synced 2025-04-19 07:21:21 +00:00
Update fileio.h
This commit is contained in:
parent
e6f6f3ddd5
commit
a9d7db042f
1 changed files with 0 additions and 1 deletions
|
@ -28,7 +28,6 @@
|
|||
#include <vector>
|
||||
#include <string>
|
||||
|
||||
|
||||
#if defined _WIN32 && !defined _WINDOWS_ // only define this if windows.h is not included.
|
||||
// I'd rather not include Windows.h for just this. This header is not supposed to pollute everything it touches.
|
||||
extern "C" __declspec(dllimport) int __stdcall MultiByteToWideChar(unsigned CodePage, unsigned long dwFlags, const char* lpMultiByteStr, int cbMultiByte, const wchar_t* lpWideCharStr, int cchWideChar);
|
||||
|
|
Loading…
Reference in a new issue