mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-13 21:31:53 +00:00
fix CE port
svn-id: r23018
This commit is contained in:
parent
44fc26a907
commit
4adb798232
@ -31,6 +31,8 @@ namespace Common {
|
||||
|
||||
#if defined(_WIN32_WCE) && (_WIN32_WCE <= 300)
|
||||
|
||||
#include "common/endian.h"
|
||||
|
||||
FORCEINLINE int16 READ_BE_INT16(const void *ptr) {
|
||||
uint16 result;
|
||||
char dummy[2];
|
||||
|
Loading…
Reference in New Issue
Block a user