17 lines
461 B
C
17 lines
461 B
C
/*
|
|
* libZRTP SDK library, implements the ZRTP secure VoIP protocol.
|
|
* Copyright (c) 2006-2009 Philip R. Zimmermann. All rights reserved.
|
|
* Contact: http://philzimmermann.com
|
|
* For licensing and other legal details, see the file zrtp_legal.c.
|
|
*
|
|
* Nikolay Popok mailto: <chaser@soft-industry.com>
|
|
*/
|
|
|
|
#pragma once
|
|
#ifdef POCKETPC2003_UI_MODEL
|
|
#include "resourceppc.h"
|
|
#endif
|
|
#ifdef SMARTPHONE2003_UI_MODEL
|
|
#include "resourcesp.h"
|
|
#endif
|