diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-06-16 14:33:30 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-06-16 14:33:30 +0000 |
commit | 05c989e58aeffcfb59cebaca6797cb69dd25cb1e (patch) | |
tree | 460bde28df51ea7b01109b56818b5880ac47ba66 /plugins/Variables/variables.h | |
parent | ac7bf920f219a7aed7eb163c8b3195e66c12e4da (diff) |
another portion of "#ifdef Unicode" removal
git-svn-id: http://svn.miranda-ng.org/main/trunk@446 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Variables/variables.h')
-rw-r--r-- | plugins/Variables/variables.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/plugins/Variables/variables.h b/plugins/Variables/variables.h index eca0b1acd8..814a4263de 100644 --- a/plugins/Variables/variables.h +++ b/plugins/Variables/variables.h @@ -16,9 +16,7 @@ along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-#if defined( UNICODE ) && !defined( _UNICODE )
-# define _UNICODE
-#endif
+
#define MIRANDA_VER 0x0A00
|