File: xpcominit.h

package info (click to toggle)
swt-gtk 3.8.2-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 13,944 kB
  • ctags: 26,959
  • sloc: java: 125,492; ansic: 36,398; cpp: 10,005; sh: 488; makefile: 47
file content (26 lines) | stat: -rw-r--r-- 774 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
/*******************************************************************************
 * Copyright (c) 2000, 2007 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 */