summaryrefslogtreecommitdiff
path: root/pjsip-apps/src/pocketpj/newres.h
diff options
context:
space:
mode:
authorNanang Izzuddin <nanang@teluu.com>2013-04-23 11:10:20 +0000
committerNanang Izzuddin <nanang@teluu.com>2013-04-23 11:10:20 +0000
commitb3e36a4e5ea54f78016b9da64d1ab38535231630 (patch)
treefe67e2e25ea111e73f709ff7984a0c3e6cc9e0ba /pjsip-apps/src/pocketpj/newres.h
parenta09b85f87dc63211e9e64a04b5ba77f677126229 (diff)
Re #1655: Removed pjsua_wince and PocketPj (replaced with pjsua CLI, which is integrated in the 'pjsua' project for Win desktop).
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4493 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjsip-apps/src/pocketpj/newres.h')
-rw-r--r--pjsip-apps/src/pocketpj/newres.h28
1 files changed, 0 insertions, 28 deletions
diff --git a/pjsip-apps/src/pocketpj/newres.h b/pjsip-apps/src/pocketpj/newres.h
deleted file mode 100644
index 31c3a433..00000000
--- a/pjsip-apps/src/pocketpj/newres.h
+++ /dev/null
@@ -1,28 +0,0 @@
-#ifndef __NEWRES_H__
-#define __NEWRES_H__
-
-#define SHMENUBAR RCDATA
-#if !(defined(_WIN32_WCE_PSPC) && (_WIN32_WCE >= 300))
- #undef HDS_HORZ
- #undef HDS_BUTTONS
- #undef HDS_HIDDEN
-
- #include <commctrl.h>
- // for MenuBar
- #define I_IMAGENONE (-2)
- #define NOMENU 0xFFFF
- #define IDS_SHNEW 1
- #define IDM_SHAREDNEW 10
- #define IDM_SHAREDNEWDEFAULT 11
-
- // for Tab Control
- #define TCS_SCROLLOPPOSITE 0x0001 // assumes multiline tab
- #define TCS_BOTTOM 0x0002
- #define TCS_RIGHT 0x0002
- #define TCS_VERTICAL 0x0080
- #define TCS_MULTISELECT 0x0004 // allow multi-select in button mode
- #define TCS_FLATBUTTONS 0x0008
-#endif //_WIN32_WCE_PSPC
-
-
-#endif //__NEWRES_H__