home *** CD-ROM | disk | FTP | other *** search
/ BUG 15 / BUGCD1998_06.ISO / aplic / jbuilder / jruntime.z / jni_md.h < prev    next >
Text File  |  1997-08-25  |  1KB  |  31 lines

  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. #define JNIEXPORT __declspec(dllexport)
  26. #define JNICALL __stdcall
  27.  
  28. typedef long jint;
  29. typedef __int64 jlong;
  30. typedef signed char jbyte;
  31.