mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-04 18:27:36 +00:00
d2edcad66e
Thanks to Phil Zimmermann for the code and for the license exception we needed to include it. There remains some build system integration work to be done before this code will build properly in the FreeSWITCH tree.
29 lines
727 B
C
29 lines
727 B
C
//{{NO_DEPENDENCIES}}
|
|
// Microsoft Visual C++ generated include file.
|
|
// Used by libzrtp_test_GUIsp.rc
|
|
//
|
|
|
|
#define IDS_APP_TITLE 1
|
|
#define IDC_LIBZRTP_TEST_GUI 2
|
|
#define IDI_LIBZRTP_TEST_GUI 101
|
|
#define IDR_MENU 102
|
|
#define IDS_OK 104
|
|
#define IDM_OK 40001
|
|
#ifndef IDC_STATIC
|
|
#define IDC_STATIC -1
|
|
#define ID_CMD_INCREASERATE 32771
|
|
#define ID_CMD_DESCREASERATE 32772
|
|
#endif
|
|
|
|
// Next default values for new objects
|
|
//
|
|
#ifdef APSTUDIO_INVOKED
|
|
#ifndef APSTUDIO_READONLY_SYMBOLS
|
|
#define _APS_NO_MFC 130
|
|
#define _APS_NEXT_RESOURCE_VALUE 129
|
|
#define _APS_NEXT_COMMAND_VALUE 32771
|
|
#define _APS_NEXT_CONTROL_VALUE 1000
|
|
#define _APS_NEXT_SYMED_VALUE 110
|
|
#endif
|
|
#endif
|