~ubuntu-branches/ubuntu/precise/kompozer/precise

« back to all changes in this revision

Viewing changes to mozilla/embedding/browser/activex/src/pluginhostctrl/pluginsdk_include/jni_md.h

  • Committer: Bazaar Package Importer
  • Author(s): Anthony Yarusso
  • Date: 2007-08-27 01:11:03 UTC
  • Revision ID: james.westby@ubuntu.com-20070827011103-2jgf4s6532gqu2ka
Tags: upstream-0.7.10
ImportĀ upstreamĀ versionĀ 0.7.10

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * @(#)jni_md.h 1.3 97/01/10
 
3
 *
 
4
 * Copyright (c) 1993-1996 Sun Microsystems, Inc. All Rights Reserved.
 
5
 *
 
6
 * Permission to use, copy, modify, and distribute this software
 
7
 * and its documentation for NON-COMMERCIAL purposes and without
 
8
 * fee is hereby granted provided that this copyright notice
 
9
 * appears in all copies.
 
10
 *
 
11
 * The Java source code is the confidential and proprietary information
 
12
 * of Sun Microsystems, Inc. ("Confidential Information").  You shall
 
13
 * not disclose such Confidential Information and shall use it only in
 
14
 * accordance with the terms of the license agreement you entered into
 
15
 * with Sun.
 
16
 *
 
17
 * SUN MAKES NO REPRESENTATIONS OR WARRANTIES ABOUT THE SUITABILITY OF
 
18
 * THE SOFTWARE, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
 
19
 * TO THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
 
20
 * PARTICULAR PURPOSE, OR NON-INFRINGEMENT. SUN SHALL NOT BE LIABLE FOR
 
21
 * ANY DAMAGES SUFFERED BY LICENSEE AS A RESULT OF USING, MODIFYING OR
 
22
 * DISTRIBUTING THIS SOFTWARE OR ITS DERIVATIVES.
 
23
 */
 
24
 
 
25
#ifndef JNI_MD_H
 
26
#define JNI_MD_H
 
27
 
 
28
#include "jri_md.h"
 
29
 
 
30
#define JNICALL                 JRI_CALLBACK
 
31
 
 
32
/* XXX don't use this -- it doesn't work for Win16 */
 
33
#ifdef XP_WIN
 
34
#define JNIEXPORT __declspec(dllexport)
 
35
#else
 
36
#define JNIEXPORT 
 
37
#endif
 
38
 
 
39
 
 
40
 
 
41
#endif /* JNI_MD_H */