aboutsummaryrefslogtreecommitdiff
path: root/backends/wince/newres.h
diff options
context:
space:
mode:
authorNicolas Bacca2003-01-26 21:46:14 +0000
committerNicolas Bacca2003-01-26 21:46:14 +0000
commit20fc553b942d6c571afb2b89b2d1c972c5e04f7d (patch)
treef1bee79db3d859a304fac763e7bcd75a7d9ae913 /backends/wince/newres.h
parenta6f7fabc462017d5f96d3609dd45328fb67d3dc8 (diff)
downloadscummvm-rg350-20fc553b942d6c571afb2b89b2d1c972c5e04f7d.tar.gz
scummvm-rg350-20fc553b942d6c571afb2b89b2d1c972c5e04f7d.tar.bz2
scummvm-rg350-20fc553b942d6c571afb2b89b2d1c972c5e04f7d.zip
Resources changes
svn-id: r6557
Diffstat (limited to 'backends/wince/newres.h')
-rw-r--r--backends/wince/newres.h14
1 files changed, 13 insertions, 1 deletions
diff --git a/backends/wince/newres.h b/backends/wince/newres.h
index 57f429fa45..a02ab23955 100644
--- a/backends/wince/newres.h
+++ b/backends/wince/newres.h
@@ -1,6 +1,18 @@
+///////////////////////////////////////////////////////////////////////////////
+// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
+// ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
+// THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
+// PARTICULAR PURPOSE.
+//
+// This is "Sample Code" and is distributable subject to the terms of the
+// end user license agreement.
+///////////////////////////////////////////////////////////////////////////////
+
#ifndef __NEWRES_H__
#define __NEWRES_H__
+#include "windows.h"
+
#if !defined(UNDER_CE)
#define UNDER_CE _WIN32_WCE
#endif
@@ -11,7 +23,7 @@
#endif
#include <commctrl.h>
#define SHMENUBAR RCDATA
- #if defined(WIN32_PLATFORM_PSPC) && (_WIN32_WCE >= 300)
+ #if defined(WIN32_PLATFORM_WFSP) && (_WIN32_WCE >= 300)
#include <aygshell.h>
#define AFXCE_IDR_SCRATCH_SHMENU 28700
#else