summaryrefslogtreecommitdiff
path: root/pjsip-apps/src/pjsua_wince/resource.h
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2006-08-01 23:09:35 +0000
committerBenny Prijono <bennylp@teluu.com>2006-08-01 23:09:35 +0000
commit6d4d05a0b62d4d7be91f807943009f2ec57c2421 (patch)
tree6ea501c02648284af70332d99e493d3789a64dc4 /pjsip-apps/src/pjsua_wince/resource.h
parentdfeb62c4ba214a74fc7464743bac71d78f120fbb (diff)
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: http://svn.pjsip.org/repos/pjproject/trunk@641 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjsip-apps/src/pjsua_wince/resource.h')
-rw-r--r--pjsip-apps/src/pjsua_wince/resource.h28
1 files changed, 28 insertions, 0 deletions
diff --git a/pjsip-apps/src/pjsua_wince/resource.h b/pjsip-apps/src/pjsua_wince/resource.h
new file mode 100644
index 00000000..43e3888c
--- /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