Added simple WinCE application:
- added pjsua_wince in pjsip-apps, which is a 
  simple SIP UA application just to broadly test 
  pjsip/pjmedia on WinCE.
- Fix name conflicts in xpidf.c (e.g. ATOM variable
  conflicts with ATOM type in WinCE SDK).
- Fix speex compilation errors on Wince (e.g. 
  inline keyword is not recognized, replaced with
  PJ_INLINE).



git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@641 74dad513-b988-da41-8d7b-12977e46ad98
diff --git a/pjsip-apps/src/pjsua_wince/resource.h b/pjsip-apps/src/pjsua_wince/resource.h
new file mode 100644
index 0000000..43e3888
--- /dev/null
+++ b/pjsip-apps/src/pjsua_wince/resource.h
@@ -0,0 +1,28 @@
+//{{NO_DEPENDENCIES}}

+// Microsoft eMbedded Visual C++ generated include file.

+// Used by pjsua_wince.rc

+//

+#define IDS_APP_TITLE                   1

+#define IDS_HELLO                       2

+#define IDC_PJSUA_WINCE                 3

+#define IDI_PJSUA_WINCE                 101

+#define IDM_MENU                        102

+#define IDD_ABOUTBOX                    103

+#define IDM_FILE_EXIT                   40002

+#define IDM_HELP_ABOUT                  40003

+#define ID_MAKECALL                     40004

+#define ID_ANSWER                       40005

+#define ID_DISCONNECT                   40006

+#define ID_ACTION                       40007

+#define ID_EXIT                         65535

+

+// Next default values for new objects

+// 

+#ifdef APSTUDIO_INVOKED

+#ifndef APSTUDIO_READONLY_SYMBOLS

+#define _APS_NEXT_RESOURCE_VALUE        104

+#define _APS_NEXT_COMMAND_VALUE         40008

+#define _APS_NEXT_CONTROL_VALUE         1001

+#define _APS_NEXT_SYMED_VALUE           101

+#endif

+#endif