1
1
/*
2
- * Copyright (c) 2004, 2016 IBM Corporation and others.
2
+ * Copyright (c) 2004, 2024 IBM Corporation and others.
3
3
*
4
4
* This program and the accompanying materials
5
5
* are made available under the terms of the Eclipse Public License 2.0
17
17
#ifdef __cplusplus
18
18
extern "C" {
19
19
#endif
20
- /* Inaccessible static: INVALID_HANDLE_VALUE */
21
- /* Inaccessible static: ERROR_SUCCESS */
22
- /* Inaccessible static: ERROR_INVALID_HANDLE */
23
- /* Inaccessible static: FILE_NOTIFY_ALL */
24
- /* Inaccessible static: MAXIMUM_WAIT_OBJECTS */
25
- /* Inaccessible static: MAX_PATH */
26
- /* Inaccessible static: INFINITE */
27
- /* Inaccessible static: WAIT_TIMEOUT */
28
- /* Inaccessible static: WAIT_OBJECT_0 */
29
- /* Inaccessible static: WAIT_FAILED */
30
- /* Inaccessible static: FILE_NOTIFY_CHANGE_FILE_NAME */
31
- /* Inaccessible static: FILE_NOTIFY_CHANGE_DIR_NAME */
32
- /* Inaccessible static: FILE_NOTIFY_CHANGE_ATTRIBUTES */
33
- /* Inaccessible static: FILE_NOTIFY_CHANGE_SIZE */
34
- /* Inaccessible static: FILE_NOTIFY_CHANGE_LAST_WRITE */
35
- /* Inaccessible static: FILE_NOTIFY_CHANGE_SECURITY */
36
- /* Inaccessible static: UNICODE */
20
+ #undef org_eclipse_core_internal_resources_refresh_win32_Win32Natives_ERROR_ACCESS_DENIED
21
+ #define org_eclipse_core_internal_resources_refresh_win32_Win32Natives_ERROR_ACCESS_DENIED 5L
37
22
/*
38
23
* Class: org_eclipse_core_internal_resources_refresh_win32_Win32Natives
39
24
* Method: FindFirstChangeNotificationW
@@ -42,14 +27,6 @@ extern "C" {
42
27
JNIEXPORT jlong JNICALL Java_org_eclipse_core_internal_resources_refresh_win32_Win32Natives_FindFirstChangeNotificationW
43
28
(JNIEnv * , jclass , jstring , jboolean , jint );
44
29
45
- /*
46
- * Class: org_eclipse_core_internal_resources_refresh_win32_Win32Natives
47
- * Method: FindFirstChangeNotificationA
48
- * Signature: ([BZI)J
49
- */
50
- JNIEXPORT jlong JNICALL Java_org_eclipse_core_internal_resources_refresh_win32_Win32Natives_FindFirstChangeNotificationA
51
- (JNIEnv * , jclass , jbyteArray , jboolean , jint );
52
-
53
30
/*
54
31
* Class: org_eclipse_core_internal_resources_refresh_win32_Win32Natives
55
32
* Method: FindCloseChangeNotification
@@ -74,14 +51,6 @@ JNIEXPORT jboolean JNICALL Java_org_eclipse_core_internal_resources_refresh_win3
74
51
JNIEXPORT jint JNICALL Java_org_eclipse_core_internal_resources_refresh_win32_Win32Natives_WaitForMultipleObjects
75
52
(JNIEnv * , jclass , jint , jlongArray , jboolean , jint );
76
53
77
- /*
78
- * Class: org_eclipse_core_internal_resources_refresh_win32_Win32Natives
79
- * Method: IsUnicode
80
- * Signature: ()Z
81
- */
82
- JNIEXPORT jboolean JNICALL Java_org_eclipse_core_internal_resources_refresh_win32_Win32Natives_IsUnicode
83
- (JNIEnv * , jclass );
84
-
85
54
/*
86
55
* Class: org_eclipse_core_internal_resources_refresh_win32_Win32Natives
87
56
* Method: GetLastError
@@ -106,14 +75,6 @@ JNIEXPORT jint JNICALL Java_org_eclipse_core_internal_resources_refresh_win32_Wi
106
75
JNIEXPORT jint JNICALL Java_org_eclipse_core_internal_resources_refresh_win32_Win32Natives_FILE_1NOTIFY_1CHANGE_1DIR_1NAME
107
76
(JNIEnv * , jclass );
108
77
109
- /*
110
- * Class: org_eclipse_core_internal_resources_refresh_win32_Win32Natives
111
- * Method: FILE_NOTIFY_CHANGE_ATTRIBUTES
112
- * Signature: ()I
113
- */
114
- JNIEXPORT jint JNICALL Java_org_eclipse_core_internal_resources_refresh_win32_Win32Natives_FILE_1NOTIFY_1CHANGE_1ATTRIBUTES
115
- (JNIEnv * , jclass );
116
-
117
78
/*
118
79
* Class: org_eclipse_core_internal_resources_refresh_win32_Win32Natives
119
80
* Method: FILE_NOTIFY_CHANGE_SIZE
@@ -130,14 +91,6 @@ JNIEXPORT jint JNICALL Java_org_eclipse_core_internal_resources_refresh_win32_Wi
130
91
JNIEXPORT jint JNICALL Java_org_eclipse_core_internal_resources_refresh_win32_Win32Natives_FILE_1NOTIFY_1CHANGE_1FILE_1NAME
131
92
(JNIEnv * , jclass );
132
93
133
- /*
134
- * Class: org_eclipse_core_internal_resources_refresh_win32_Win32Natives
135
- * Method: FILE_NOTIFY_CHANGE_SECURITY
136
- * Signature: ()I
137
- */
138
- JNIEXPORT jint JNICALL Java_org_eclipse_core_internal_resources_refresh_win32_Win32Natives_FILE_1NOTIFY_1CHANGE_1SECURITY
139
- (JNIEnv * , jclass );
140
-
141
94
/*
142
95
* Class: org_eclipse_core_internal_resources_refresh_win32_Win32Natives
143
96
* Method: MAXIMUM_WAIT_OBJECTS
@@ -146,22 +99,6 @@ JNIEXPORT jint JNICALL Java_org_eclipse_core_internal_resources_refresh_win32_Wi
146
99
JNIEXPORT jint JNICALL Java_org_eclipse_core_internal_resources_refresh_win32_Win32Natives_MAXIMUM_1WAIT_1OBJECTS
147
100
(JNIEnv * , jclass );
148
101
149
- /*
150
- * Class: org_eclipse_core_internal_resources_refresh_win32_Win32Natives
151
- * Method: MAX_PATH
152
- * Signature: ()I
153
- */
154
- JNIEXPORT jint JNICALL Java_org_eclipse_core_internal_resources_refresh_win32_Win32Natives_MAX_1PATH
155
- (JNIEnv * , jclass );
156
-
157
- /*
158
- * Class: org_eclipse_core_internal_resources_refresh_win32_Win32Natives
159
- * Method: INFINITE
160
- * Signature: ()I
161
- */
162
- JNIEXPORT jint JNICALL Java_org_eclipse_core_internal_resources_refresh_win32_Win32Natives_INFINITE
163
- (JNIEnv * , jclass );
164
-
165
102
/*
166
103
* Class: org_eclipse_core_internal_resources_refresh_win32_Win32Natives
167
104
* Method: WAIT_OBJECT_0
0 commit comments