aboutsummaryrefslogtreecommitdiff
path: root/backends/wince/newres.h
diff options
context:
space:
mode:
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