00001 /* 00002 * (c) Disney Enterprises, Inc. All rights reserved. 00003 * 00004 * This file is licensed under the terms of the Microsoft Public License (MS-PL) 00005 * as defined at: http://opensource.org/licenses/MS-PL. 00006 * 00007 * A complete copy of this license is included in this distribution as the file 00008 * LICENSE. 00009 */ 00010 00011 #ifndef SeExprMacros_h 00012 #define SeExprMacros_h 00013 00014 #define UNUSED(x) (void)(x) 00015 00016 #endif 00017