blob: 1589d10018df9a44ae69bb176f9a5855fab48812 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2000, 2006 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
#ifndef INC_xpcominit_H
#define INC_xpcominit_H
#define NDEBUG
#define XPCOM_GLUE 1
#include "nsXPCOMGlue.h"
#ifdef _WIN32
#define STDMETHODCALLTYPE __stdcall
#else
#define STDMETHODCALLTYPE
#endif
#endif /* INC_xpcominit_H */