mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-10 13:45:10 -05:00
remove warnings from mingw build
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3265 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
e3403ecd9f
commit
2362fa918e
1 changed files with 2 additions and 0 deletions
|
|
@ -20,8 +20,10 @@
|
||||||
#ifndef __UISW32_H__
|
#ifndef __UISW32_H__
|
||||||
#define __UISW32_H__
|
#define __UISW32_H__
|
||||||
|
|
||||||
|
#ifdef _MSC_VER
|
||||||
typedef unsigned short wchar_t;
|
typedef unsigned short wchar_t;
|
||||||
#define _WCHAR_T_DEFINED
|
#define _WCHAR_T_DEFINED
|
||||||
|
#endif
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
#include "lcd-win32.h"
|
#include "lcd-win32.h"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue