Commit d7a721e 1 parent 0f053c3 commit d7a721e Copy full SHA for d7a721e
File tree 1 file changed +4
-4
lines changed
include/boost/process/detail/windows
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -198,20 +198,20 @@ typedef struct _OBJECT_TYPE_INFORMATION_ {
198
198
199
199
200
200
/*
201
- __kernel_entry NTSTATUS NtQuerySystemInformation(
201
+ NTSTATUS NtQuerySystemInformation(
202
202
IN SYSTEM_INFORMATION_CLASS SystemInformationClass,
203
203
OUT PVOID SystemInformation,
204
204
IN ULONG SystemInformationLength,
205
205
OUT PULONG ReturnLength
206
206
);
207
207
*/
208
- typedef ::boost::winapi::NTSTATUS_ (__kernel_entry *nt_system_query_information_p )(
208
+ typedef ::boost::winapi::NTSTATUS_ (*nt_system_query_information_p )(
209
209
SYSTEM_INFORMATION_CLASS_,
210
210
void *,
211
211
::boost::winapi::ULONG_,
212
212
::boost::winapi::PULONG_);
213
213
/*
214
- __kernel_entry NTSYSCALLAPI NTSTATUS NtQueryObject(
214
+ NTSYSCALLAPI NTSTATUS NtQueryObject(
215
215
HANDLE Handle,
216
216
OBJECT_INFORMATION_CLASS ObjectInformationClass,
217
217
PVOID ObjectInformation,
@@ -220,7 +220,7 @@ __kernel_entry NTSYSCALLAPI NTSTATUS NtQueryObject(
220
220
);
221
221
*/
222
222
223
- typedef ::boost::winapi::NTSTATUS_ (__kernel_entry *nt_query_object_p )(
223
+ typedef ::boost::winapi::NTSTATUS_ (*nt_query_object_p )(
224
224
::boost::winapi::HANDLE_,
225
225
OBJECT_INFORMATION_CLASS_,
226
226
void *,
You can’t perform that action at this time.
0 commit comments