Migrated limewireExe to i2pExe

This commit is contained in:
str4d
2013-04-03 01:52:14 +00:00
parent b65898e0dd
commit 51f072cc72
16 changed files with 47 additions and 53 deletions

View File

@ -0,0 +1,28 @@
/*
* @(#)java_md.h 1.10 04/04/24
*
* Copyright 2004 Sun Microsystems, Inc. All rights reserved.
* SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*/
/* Backported from Tiger (1.5) java_md.h 1.13 04/01/12 */
#ifndef JAVA_MD_H
#define JAVA_MD_H
#include "jni.h"
#include <windows.h>
#include <io.h>
#define PATH_SEPARATOR ';'
#define FILESEP "\\"
#define FILE_SEPARATOR '\\'
#define MAXPATHLEN MAX_PATH
#define MAXNAMELEN MAX_PATH
int UnsetEnv(char *name);
int strcasecmp(const char *s1, const char *s2);
int strncasecmp(const char *s1, const char *s2, size_t n);
#endif