Fix indentation and add UNICODE when not defined.

git-svn-id: svn+ssh://svn.savannah.nongnu.org/linphone/trunk@439 3f6dc0c8-ddfe-455d-9043-3cd528dc4637
This commit is contained in:
aymeric 2009-04-24 13:42:36 +00:00
parent 18757f457a
commit 3ee8c2c00e

View file

@ -16,7 +16,8 @@ You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/ */
#if !defined(_WIN32_WCE) /* Allready defined for wince */
#ifndef UNICODE
#define UNICODE #define UNICODE
#endif #endif