src/java.base/windows/native/launcher/java.rc
author stuefe
Wed, 13 Jun 2018 20:11:18 +0200
changeset 50549 75a03a4cfbca
parent 47216 71c04702a3d5
permissions -rw-r--r--
8204663: clean up remaining native parts after JDK-8187631 Reviewed-by: rriggs, psandoz
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     1
#include "version.rc"
90ce3da70b43 Initial load
duke
parents:
diff changeset
     2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     3
#define IDI_ICON 2000
90ce3da70b43 Initial load
duke
parents:
diff changeset
     4
90ce3da70b43 Initial load
duke
parents:
diff changeset
     5
/////////////////////////////////////////////////////////////////////////////
90ce3da70b43 Initial load
duke
parents:
diff changeset
     6
//
90ce3da70b43 Initial load
duke
parents:
diff changeset
     7
// Icon
90ce3da70b43 Initial load
duke
parents:
diff changeset
     8
//
90ce3da70b43 Initial load
duke
parents:
diff changeset
     9
IDI_ICON           ICON    DISCARDABLE     "awt.ico"