2016-04-28 08:08:13 +00:00
|
|
|
--- openjdk/jdk/src/share/instrument/JarFacade.c 2014-07-03 00:01:31.000000000 +0200
|
|
|
|
+++ openjdk/jdk/src/share/instrument/JarFacade.c 2014-07-15 08:45:35.144295472 +0200
|
2014-07-18 07:42:03 +00:00
|
|
|
@@ -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>
|
|
|
|
|