Changeset 106
- Timestamp:
- Aug 18, 2010, 12:25:43 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/openjdk/jdk/src/windows/native/sun/management/FileSystemImpl.c
r2 r106 82 82 */ 83 83 static jboolean isSecuritySupported(JNIEnv* env, const char* path) { 84 #ifndef __WIN32OS2__ 84 85 char* root; 85 86 char* p; … … 154 155 free(root); 155 156 return (dwFlags & FS_PERSISTENT_ACLS) ? JNI_TRUE : JNI_FALSE; 157 #else /* __WIN32OS2__ */ 158 return JNI_FALSE; 159 #endif /* __WIN32OS2__ */ 156 160 } 157 161
Note:
See TracChangeset
for help on using the changeset viewer.