18 lines
506 B
Diff
18 lines
506 B
Diff
|
--- jdk8/jdk/src/share/instrument/JarFacade.c 2014-07-03 00:01:31.000000000 +0200
|
||
|
+++ jdk8/jdk/src/share/instrument/JarFacade.c 2014-07-15 08:45:35.144295472 +0200
|
||
|
@@ -23,14 +23,7 @@
|
||
|
* questions.
|
||
|
*/
|
||
|
|
||
|
-#ifdef _WIN32
|
||
|
-/*
|
||
|
- * Win* needs this include. However, Linux and Solaris do not.
|
||
|
- * Having this include on Solaris SPARC breaks having non US-ASCII
|
||
|
- * characters in the value of the Premain-Class attribute.
|
||
|
- */
|
||
|
#include <ctype.h>
|
||
|
-#endif /* _WIN32 */
|
||
|
#include <string.h>
|
||
|
#include <stdlib.h>
|
||
|
|