src/java.base/windows/native/libjava/java_props_md.c
changeset 54877 dde07ac16610
parent 54865 99337f94b04d
child 57826 bf4c808a4488
equal deleted inserted replaced
54876:da3834261f0c 54877:dde07ac16610
   362     int buildNumber = 0;
   362     int buildNumber = 0;
   363 
   363 
   364     if (sprops.line_separator) {
   364     if (sprops.line_separator) {
   365         return &sprops;
   365         return &sprops;
   366     }
   366     }
   367 
       
   368     /* AWT properties */
       
   369     sprops.awt_toolkit = "sun.awt.windows.WToolkit";
       
   370 
   367 
   371     /* tmp dir */
   368     /* tmp dir */
   372     {
   369     {
   373         WCHAR tmpdir[MAX_PATH + 1];
   370         WCHAR tmpdir[MAX_PATH + 1];
   374         /* we might want to check that this succeed */
   371         /* we might want to check that this succeed */