This file is indexed.

/usr/lib/x86_64-linux-gnu/wine-development/libkernel32.def is in libwine-development-dev 1.7.29-4.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
; File generated automatically from ./dlls/kernel32/kernel32.spec; do not edit!

LIBRARY kernel32.dll

EXPORTS
  AcquireSRWLockExclusive=ntdll.RtlAcquireSRWLockExclusive @1
  AcquireSRWLockShared=ntdll.RtlAcquireSRWLockShared @2
  ActivateActCtx @3
  AddAtomA @4
  AddAtomW @5
  AddConsoleAliasA @6
  AddConsoleAliasW @7
  AddRefActCtx @8
  AddVectoredExceptionHandler=ntdll.RtlAddVectoredExceptionHandler @9
  AllocConsole @10
  ApplicationRecoveryFinished @12
  ApplicationRecoveryInProgress @13
  AreFileApisANSI @14
  AssignProcessToJobObject @15
  AttachConsole @16
  BackupRead @17
  BackupSeek @18
  BackupWrite @19
  Beep @31
  BeginUpdateResourceA @32
  BeginUpdateResourceW @33
  BindIoCompletionCallback @34
  BuildCommDCBA @35
  BuildCommDCBAndTimeoutsA @36
  BuildCommDCBAndTimeoutsW @37
  BuildCommDCBW @38
  CallNamedPipeA @39
  CallNamedPipeW @40
  CancelIo @42
  CancelIoEx @43
  CancelWaitableTimer @44
  ChangeTimerQueueTimer @45
  CheckRemoteDebuggerPresent @46
  ClearCommBreak @47
  ClearCommError @48
  CloseConsoleHandle @49
  CloseHandle @50
  CloseProfileUserMapping @51
  CmdBatNotification @53
  CommConfigDialogA @54
  CommConfigDialogW @55
  CompareFileTime @56
  CompareStringA @57
  CompareStringW @58
  CompareStringEx @59
  CompareStringOrdinal @60
  ConnectNamedPipe @61
  ContinueDebugEvent @64
  ConvertDefaultLocale @65
  ConvertFiberToThread @66
  ConvertThreadToFiber @67
  ConvertThreadToFiberEx @68
  ConvertToGlobalHandle @69
  CopyFileA @70
  CopyFileExA @71
  CopyFileExW @72
  CopyFileW @73
  CopyLZFile=LZCopy @74
  CreateActCtxA @75
  CreateActCtxW @76
  CreateConsoleScreenBuffer @77
  CreateDirectoryA @78
  CreateDirectoryExA @79
  CreateDirectoryExW @80
  CreateDirectoryW @81
  CreateEventA @82
  CreateEventExA @83
  CreateEventExW @84
  CreateEventW @85
  CreateFiber @86
  CreateFiberEx @87
  CreateFile2 @88
  CreateFileA @89
  CreateFileMappingA @90
  CreateFileMappingW @91
  CreateFileW @92
  CreateHardLinkA @93
  CreateHardLinkW @94
  CreateIoCompletionPort @95
  CreateJobObjectA @96
  CreateJobObjectW @97
  CreateMailslotA @99
  CreateMailslotW @100
  CreateMemoryResourceNotification @101
  CreateMutexA @102
  CreateMutexExA @103
  CreateMutexExW @104
  CreateMutexW @105
  CreateNamedPipeA @106
  CreateNamedPipeW @107
  CreatePipe @108
  CreateProcessA @109
  CreateProcessW @110
  CreateRemoteThread @111
  CreateSemaphoreA @112
  CreateSemaphoreExA @113
  CreateSemaphoreExW @114
  CreateSemaphoreW @115
  CreateSocketHandle @116
  CreateTapePartition @117
  CreateThread @118
  CreateTimerQueue @119
  CreateTimerQueueTimer @120
  CreateToolhelp32Snapshot @121
  CreateWaitableTimerA @123
  CreateWaitableTimerExA @124
  CreateWaitableTimerExW @125
  CreateWaitableTimerW @126
  DeactivateActCtx @127
  DebugActiveProcess @128
  DebugActiveProcessStop @129
  DebugBreak @130
  DebugBreakProcess @131
  DebugSetProcessKillOnExit @132
  DecodePointer=ntdll.RtlDecodePointer @133
  DefineDosDeviceA @134
  DefineDosDeviceW @135
  DelayLoadFailureHook @136
  DeleteAtom @137
  DeleteCriticalSection=ntdll.RtlDeleteCriticalSection @138
  DeleteFiber @139
  DeleteFileA @140
  DeleteFileW @141
  DeleteTimerQueue @142
  DeleteTimerQueueEx @143
  DeleteTimerQueueTimer @144
  DeleteVolumeMountPointA @145
  DeleteVolumeMountPointW @146
  DeviceIoControl @147
  DisableThreadLibraryCalls @148
  DisconnectNamedPipe @149
  DnsHostnameToComputerNameA @150
  DnsHostnameToComputerNameW @151
  DosDateTimeToFileTime @152
  DuplicateConsoleHandle @153
  DuplicateHandle @154
  EncodePointer=ntdll.RtlEncodePointer @155
  EndUpdateResourceA @156
  EndUpdateResourceW @157
  EnterCriticalSection=ntdll.RtlEnterCriticalSection @158
  EnumCalendarInfoA @159
  EnumCalendarInfoExA @160
  EnumCalendarInfoExW @161
  EnumCalendarInfoW @162
  EnumDateFormatsA @163
  EnumDateFormatsExA @164
  EnumDateFormatsExW @165
  EnumDateFormatsW @166
  EnumLanguageGroupLocalesA @167
  EnumLanguageGroupLocalesW @168
  EnumResourceLanguagesA @169
  EnumResourceLanguagesW @170
  EnumResourceNamesA @171
  EnumResourceNamesW @172
  EnumResourceTypesA @173
  EnumResourceTypesW @174
  EnumSystemCodePagesA @175
  EnumSystemCodePagesW @176
  EnumSystemGeoID @177
  EnumSystemLanguageGroupsA @178
  EnumSystemLanguageGroupsW @179
  EnumSystemLocalesA @180
  EnumSystemLocalesEx @181
  EnumSystemLocalesW @182
  EnumTimeFormatsA @183
  EnumTimeFormatsW @184
  EnumUILanguagesA @185
  EnumUILanguagesW @186
  EraseTape @187
  EscapeCommFunction @188
  ExitProcess @189
  ExitThread @190
  ExpandEnvironmentStringsA @192
  ExpandEnvironmentStringsW @193
  ExpungeConsoleCommandHistoryA @194
  ExpungeConsoleCommandHistoryW @195
  FatalAppExitA @197
  FatalAppExitW @198
  FatalExit @199
  FileTimeToDosDateTime @200
  FileTimeToLocalFileTime @201
  FileTimeToSystemTime @202
  FillConsoleOutputAttribute @203
  FillConsoleOutputCharacterA @204
  FillConsoleOutputCharacterW @205
  FindActCtxSectionGuid @206
  FindActCtxSectionStringA @207
  FindActCtxSectionStringW @208
  FindAtomA @209
  FindAtomW @210
  FindClose @211
  FindCloseChangeNotification @212
  FindFirstChangeNotificationA @213
  FindFirstChangeNotificationW @214
  FindFirstFileA @215
  FindFirstFileExA @216
  FindFirstFileExW @217
  FindFirstFileW @218
  FindFirstVolumeA @219
  FindFirstVolumeMountPointA @220
  FindFirstVolumeMountPointW @221
  FindFirstVolumeW @222
  FindNextChangeNotification @223
  FindNextFileA @224
  FindNextFileW @225
  FindNextVolumeA @226
  FindNextVolumeW @229
  FindResourceA @230
  FindResourceExA @231
  FindResourceExW @232
  FindResourceW @233
  FindVolumeClose @234
  FindVolumeMountPointClose @235
  FlsAlloc @236
  FlsFree @237
  FlsGetValue @238
  FlsSetValue @239
  FlushConsoleInputBuffer @240
  FlushFileBuffers @241
  FlushInstructionCache @242
  FlushProcessWriteBuffers @243
  FlushViewOfFile @244
  FoldStringA @245
  FoldStringW @246
  FormatMessageA @247
  FormatMessageW @248
  FreeConsole @249
  FreeEnvironmentStringsA @250
  FreeEnvironmentStringsW @251
  FreeLibrary @252
  FreeLibraryAndExitThread @253
  FreeResource @254
  GenerateConsoleCtrlEvent @257
  GetACP @258
  GetAtomNameA @259
  GetAtomNameW @260
  GetBinaryType=GetBinaryTypeA @261
  GetBinaryTypeA @262
  GetBinaryTypeW @263
  GetCPInfo @264
  GetCPInfoExA @265
  GetCPInfoExW @266
  GetCalendarInfoA @267
  GetCalendarInfoW @268
  GetCalendarInfoEx @269
  GetCommConfig @270
  GetCommMask @271
  GetCommModemStatus @272
  GetCommProperties @273
  GetCommState @274
  GetCommTimeouts @275
  GetCommandLineA @276
  GetCommandLineW @277
  GetCompressedFileSizeA @278
  GetCompressedFileSizeW @279
  GetComputerNameA @280
  GetComputerNameExA @281
  GetComputerNameExW @282
  GetComputerNameW @283
  GetConsoleAliasW @289
  GetConsoleAliasesLengthA @291
  GetConsoleAliasesLengthW @292
  GetConsoleCP @294
  GetConsoleCommandHistoryA @296
  GetConsoleCommandHistoryLengthA @297
  GetConsoleCommandHistoryLengthW @298
  GetConsoleCommandHistoryW @299
  GetConsoleCursorInfo @300
  GetConsoleDisplayMode @302
  GetConsoleFontSize @304
  GetConsoleInputExeNameA @306
  GetConsoleInputExeNameW @307
  GetConsoleInputWaitHandle @308
  GetConsoleKeyboardLayoutNameA @309
  GetConsoleKeyboardLayoutNameW @310
  GetConsoleMode @311
  GetConsoleOutputCP @313
  GetConsoleProcessList @314
  GetConsoleScreenBufferInfo @315
  GetConsoleTitleA @316
  GetConsoleTitleW @317
  GetConsoleWindow @318
  GetCurrencyFormatA @319
  GetCurrencyFormatW @320
  GetCurrentActCtx @321
  GetCurrentConsoleFont @322
  GetCurrentDirectoryA @323
  GetCurrentDirectoryW @324
  GetCurrentPackageId @325
  GetCurrentProcess @326
  GetCurrentProcessId @327
  GetCurrentProcessorNumber=ntdll.NtGetCurrentProcessorNumber @328
  GetCurrentThread @329
  GetCurrentThreadId @330
  GetDateFormatA @331
  GetDateFormatW @332
  GetDaylightFlag @333
  GetDefaultCommConfigA @334
  GetDefaultCommConfigW @335
  GetDevicePowerState @337
  GetDiskFreeSpaceA @338
  GetDiskFreeSpaceExA @339
  GetDiskFreeSpaceExW @340
  GetDiskFreeSpaceW @341
  GetDllDirectoryA @342
  GetDllDirectoryW @343
  GetDriveTypeA @344
  GetDriveTypeW @345
  GetDynamicTimeZoneInformation @346
  GetEnvironmentStrings=GetEnvironmentStringsA @347
  GetEnvironmentStringsA @348
  GetEnvironmentStringsW @349
  GetEnvironmentVariableA @350
  GetEnvironmentVariableW @351
  GetErrorMode @352
  GetExitCodeProcess @353
  GetExitCodeThread @354
  GetExpandedNameA @355
  GetExpandedNameW @356
  GetFileAttributesA @357
  GetFileAttributesExA @358
  GetFileAttributesExW @359
  GetFileAttributesW @360
  GetFileInformationByHandle @361
  GetFileInformationByHandleEx @362
  GetFileSize @363
  GetFileSizeEx @364
  GetFileTime @365
  GetFileType @366
  GetFirmwareEnvironmentVariableA @367
  GetFirmwareEnvironmentVariableW @368
  GetFullPathNameA @369
  GetFullPathNameW @370
  GetGeoInfoA @371
  GetGeoInfoW @372
  GetHandleContext @373
  GetHandleInformation @374
  GetLargestConsoleWindowSize @375
  GetLastError @376
  GetLocalTime @378
  GetLocaleInfoA @379
  GetLocaleInfoW @380
  GetLocaleInfoEx @381
  GetLogicalDriveStringsA @382
  GetLogicalDriveStringsW @383
  GetLogicalDrives @384
  GetLogicalProcessorInformation @385
  GetLogicalProcessorInformationEx @386
  GetLongPathNameA @387
  GetLongPathNameW @388
  GetMailslotInfo @389
  GetModuleFileNameA @390
  GetModuleFileNameW @391
  GetModuleHandleA @392
  GetModuleHandleExA @393
  GetModuleHandleExW @394
  GetModuleHandleW @395
  GetNamedPipeHandleStateA @396
  GetNamedPipeHandleStateW @397
  GetNamedPipeInfo @398
  GetNativeSystemInfo @399
  GetNumaAvailableMemoryNode @402
  GetNumaHighestNodeNumber @403
  GetNumaNodeProcessorMask @404
  GetNumberFormatA @405
  GetNumberFormatW @406
  GetNumberOfConsoleInputEvents @408
  GetNumberOfConsoleMouseButtons @409
  GetOEMCP @410
  GetOverlappedResult @411
  GetPriorityClass @412
  GetPrivateProfileIntA @413
  GetPrivateProfileIntW @414
  GetPrivateProfileSectionA @415
  GetPrivateProfileSectionNamesA @416
  GetPrivateProfileSectionNamesW @417
  GetPrivateProfileSectionW @418
  GetPrivateProfileStringA @419
  GetPrivateProfileStringW @420
  GetPrivateProfileStructA @421
  GetPrivateProfileStructW @422
  GetProcAddress @423
  GetProcessAffinityMask @424
  GetProcessDEPPolicy @425
  GetProcessFlags @426
  GetProcessHandleCount @427
  GetProcessHeap @428
  GetProcessHeaps @429
  GetProcessId @430
  GetProcessIoCounters @431
  GetProcessPriorityBoost @432
  GetProcessShutdownParameters @433
  GetProcessTimes @434
  GetProcessVersion @435
  GetProcessWorkingSetSize @436
  GetProductInfo @437
  GetProfileIntA @439
  GetProfileIntW @440
  GetProfileSectionA @441
  GetProfileSectionW @442
  GetProfileStringA @443
  GetProfileStringW @444
  GetQueuedCompletionStatus @445
  GetShortPathNameA @446
  GetShortPathNameW @447
  GetStartupInfoA @448
  GetStartupInfoW @449
  GetStdHandle @450
  GetStringTypeA @451
  GetStringTypeExA @452
  GetStringTypeExW @453
  GetStringTypeW @454
  GetSystemFileCacheSize @455
  GetSystemDefaultLCID @456
  GetSystemDefaultLangID @457
  GetSystemDefaultLocaleName @458
  GetSystemDefaultUILanguage @459
  GetSystemDEPPolicy @460
  GetSystemDirectoryA @461
  GetSystemDirectoryW @462
  GetSystemInfo @463
  GetSystemPowerStatus @464
  GetSystemRegistryQuota @465
  GetSystemTime @466
  GetSystemTimeAdjustment @467
  GetSystemTimeAsFileTime @468
  GetSystemTimes @469
  GetSystemWindowsDirectoryA @470
  GetSystemWindowsDirectoryW @471
  GetSystemWow64DirectoryA @472
  GetSystemWow64DirectoryW @473
  GetTapeParameters @474
  GetTapePosition @475
  GetTapeStatus @476
  GetTempFileNameA @477
  GetTempFileNameW @478
  GetTempPathA @479
  GetTempPathW @480
  GetThreadContext @481
  GetThreadErrorMode @482
  GetThreadId @483
  GetThreadIOPendingFlag @484
  GetThreadLocale @485
  GetThreadPreferredUILanguages @486
  GetThreadPriority @487
  GetThreadPriorityBoost @488
  GetThreadSelectorEntry @489
  GetThreadTimes @490
  GetTickCount @491
  GetTickCount64 @492
  GetTimeFormatA @493
  GetTimeFormatW @494
  GetTimeZoneInformation @495
  GetThreadUILanguage @496
  GetUserDefaultLCID @497
  GetUserDefaultLangID @498
  GetUserDefaultLocaleName @499
  GetUserDefaultUILanguage @500
  GetUserGeoID @501
  GetVersion @503
  GetVersionExA @504
  GetVersionExW @505
  GetVolumeInformationA @506
  GetVolumeInformationW @507
  GetVolumeNameForVolumeMountPointA @508
  GetVolumeNameForVolumeMountPointW @509
  GetVolumePathNameA @510
  GetVolumePathNameW @511
  GetVolumePathNamesForVolumeNameA @512
  GetVolumePathNamesForVolumeNameW @513
  GetWindowsDirectoryA @514
  GetWindowsDirectoryW @515
  GetWriteWatch @516
  GlobalAddAtomA @517
  GlobalAddAtomW @518
  GlobalAlloc @519
  GlobalCompact @520
  GlobalDeleteAtom @521
  GlobalFindAtomA @522
  GlobalFindAtomW @523
  GlobalFix @524
  GlobalFlags @525
  GlobalFree @526
  GlobalGetAtomNameA @527
  GlobalGetAtomNameW @528
  GlobalHandle @529
  GlobalLock @530
  GlobalMemoryStatus @531
  GlobalMemoryStatusEx @532
  GlobalReAlloc @533
  GlobalSize @534
  GlobalUnWire @535
  GlobalUnfix @536
  GlobalUnlock @537
  GlobalWire @538
  Heap32ListFirst @540
  HeapAlloc=ntdll.RtlAllocateHeap @543
  HeapCompact @544
  HeapCreate @545
  HeapDestroy @547
  HeapFree=ntdll.RtlFreeHeap @549
  HeapLock @550
  HeapQueryInformation @551
  HeapReAlloc=ntdll.RtlReAllocateHeap @553
  HeapSetInformation @555
  HeapSize=ntdll.RtlSizeHeap @556
  HeapUnlock @558
  HeapValidate @560
  HeapWalk @561
  IdnToAscii @562
  IdnToNameprepUnicode @563
  IdnToUnicode @564
  InitAtomTable @565
  InitOnceBeginInitialize @566
  InitOnceComplete @567
  InitOnceExecuteOnce @568
  InitOnceInitialize=ntdll.RtlRunOnceInitialize @569
  InitializeConditionVariable=ntdll.RtlInitializeConditionVariable @570
  InitializeCriticalSection @571
  InitializeCriticalSectionAndSpinCount @572
  InitializeCriticalSectionEx @573
  InitializeSListHead=ntdll.RtlInitializeSListHead @574
  InitializeSRWLock=ntdll.RtlInitializeSRWLock @575
  InterlockedFlushSList=ntdll.RtlInterlockedFlushSList @576
  InterlockedPopEntrySList=ntdll.RtlInterlockedPopEntrySList @577
  InterlockedPushEntrySList=ntdll.RtlInterlockedPushEntrySList @578
  InvalidateNLSCache @580
  IsBadCodePtr @581
  IsBadHugeReadPtr @582
  IsBadHugeWritePtr @583
  IsBadReadPtr @584
  IsBadStringPtrA @585
  IsBadStringPtrW @586
  IsBadWritePtr @587
  IsDBCSLeadByte @588
  IsDBCSLeadByteEx @589
  IsDebuggerPresent @590
  IsNormalizedString @591
  IsProcessInJob @592
  IsProcessorFeaturePresent @593
  IsSystemResumeAutomatic @594
  IsThreadAFiber @595
  IsValidCodePage @596
  IsValidLanguageGroup @597
  IsValidLocale @598
  IsValidLocaleName @599
  IsWow64Process @600
  K32EmptyWorkingSet @601
  K32GetProcessImageFileNameA @602
  K32GetProcessImageFileNameW @603
  K32EnumDeviceDrivers @604
  K32EnumPageFilesA @605
  K32EnumPageFilesW @606
  K32EnumProcessModules @607
  K32EnumProcesses @608
  K32GetDeviceDriverBaseNameA @609
  K32GetDeviceDriverBaseNameW @610
  K32GetDeviceDriverFileNameA @611
  K32GetDeviceDriverFileNameW @612
  K32GetMappedFileNameA @613
  K32GetMappedFileNameW @614
  K32GetModuleBaseNameA @615
  K32GetModuleBaseNameW @616
  K32GetModuleFileNameExA @617
  K32GetModuleFileNameExW @618
  K32GetModuleInformation @619
  K32GetPerformanceInfo @620
  K32GetProcessMemoryInfo @621
  K32GetWsChanges @622
  K32InitializeProcessForWsWatch @623
  K32QueryWorkingSet @624
  K32QueryWorkingSetEx @625
  LCIDToLocaleName @626
  LCMapStringA @627
  LCMapStringEx @628
  LCMapStringW @629
  LZClose @630
  LZCopy @631
  LZDone @632
  LZInit @633
  LZOpenFileA @634
  LZOpenFileW @635
  LZRead @636
  LZSeek @637
  LZStart @638
  LeaveCriticalSection=ntdll.RtlLeaveCriticalSection @639
  LoadLibraryA @640
  LoadLibraryExA @641
  LoadLibraryExW @642
  LoadLibraryW @643
  LoadModule @644
  LoadResource @645
  LocalAlloc @646
  LocalCompact @647
  LocalFileTimeToFileTime @648
  LocalFlags @649
  LocalFree @650
  LocalHandle @651
  LocalLock @652
  LocalReAlloc @653
  LocalShrink @654
  LocalSize @655
  LocalUnlock @656
  LocaleNameToLCID @657
  LockFile @658
  LockFileEx @659
  LockResource @660
  MakeCriticalSectionGlobal @661
  MapViewOfFile @662
  MapViewOfFileEx @663
  Module32First @664
  Module32FirstW @665
  Module32Next @666
  Module32NextW @667
  MoveFileA @668
  MoveFileExA @669
  MoveFileExW @670
  MoveFileW @671
  MoveFileWithProgressA @672
  MoveFileWithProgressW @673
  MulDiv @674
  MultiByteToWideChar @675
  NeedCurrentDirectoryForExePathA @676
  NeedCurrentDirectoryForExePathW @677
  NormalizeString @678
  OpenConsoleW @680
  OpenEventA @682
  OpenEventW @683
  OpenFile @684
  OpenFileById @685
  OpenFileMappingA @686
  OpenFileMappingW @687
  OpenJobObjectA @688
  OpenJobObjectW @689
  OpenMutexA @690
  OpenMutexW @691
  OpenProcess @692
  OpenProfileUserMapping @693
  OpenSemaphoreA @694
  OpenSemaphoreW @695
  OpenThread @696
  OpenWaitableTimerA @697
  OpenWaitableTimerW @698
  OutputDebugStringA @699
  OutputDebugStringW @700
  PeekConsoleInputA @701
  PeekConsoleInputW @702
  PeekNamedPipe @703
  PostQueuedCompletionStatus @704
  PrepareTape @705
  Process32First @708
  Process32FirstW @709
  Process32Next @710
  Process32NextW @711
  ProcessIdToSessionId @712
  PulseEvent @713
  PurgeComm @714
  QueryActCtxW @715
  QueryDepthSList=ntdll.RtlQueryDepthSList @716
  QueryDosDeviceA @717
  QueryDosDeviceW @718
  QueryFullProcessImageNameA @719
  QueryFullProcessImageNameW @720
  QueryInformationJobObject @721
  QueryMemoryResourceNotification @722
  QueryPerformanceCounter @725
  QueryPerformanceFrequency @726
  QueryUnbiasedInterruptTime @727
  QueueUserAPC @729
  QueueUserWorkItem @730
  RaiseException @731
  ReadConsoleA @732
  ReadConsoleInputA @733
  ReadConsoleInputW @736
  ReadConsoleOutputA @737
  ReadConsoleOutputAttribute @738
  ReadConsoleOutputCharacterA @739
  ReadConsoleOutputCharacterW @740
  ReadConsoleOutputW @741
  ReadConsoleW @742
  ReadDirectoryChangesW @743
  ReadFile @744
  ReadFileEx @745
  ReadFileScatter @746
  ReadProcessMemory @747
  RegCloseKey=advapi32.RegCloseKey @748
  RegCreateKeyExA=advapi32.RegCreateKeyExA @749
  RegCreateKeyExW=advapi32.RegCreateKeyExW @750
  RegDeleteKeyExA=advapi32.RegDeleteKeyExA @751
  RegDeleteKeyExW=advapi32.RegDeleteKeyExW @752
  RegDeleteTreeA=advapi32.RegDeleteTreeA @753
  RegDeleteTreeW=advapi32.RegDeleteTreeW @754
  RegDeleteValueA=advapi32.RegDeleteValueA @755
  RegDeleteValueW=advapi32.RegDeleteValueW @756
  RegEnumKeyExA=advapi32.RegEnumKeyExA @757
  RegEnumKeyExW=advapi32.RegEnumKeyExW @758
  RegEnumValueA=advapi32.RegEnumValueA @759
  RegEnumValueW=advapi32.RegEnumValueW @760
  RegFlushKey=advapi32.RegFlushKey @761
  RegGetKeySecurity=advapi32.RegGetKeySecurity @762
  RegGetValueA=advapi32.RegGetValueA @763
  RegGetValueW=advapi32.RegGetValueW @764
  RegLoadKeyA=advapi32.RegLoadKeyA @765
  RegLoadKeyW=advapi32.RegLoadKeyW @766
  RegLoadMUIStringA=advapi32.RegLoadMUIStringA @767
  RegLoadMUIStringW=advapi32.RegLoadMUIStringW @768
  RegNotifyChangeKeyValue=advapi32.RegNotifyChangeKeyValue @769
  RegOpenCurrentUser=advapi32.RegOpenCurrentUser @770
  RegOpenKeyExA=advapi32.RegOpenKeyExA @771
  RegOpenKeyExW=advapi32.RegOpenKeyExW @772
  RegOpenUserClassesRoot=advapi32.RegOpenUserClassesRoot @773
  RegQueryInfoKeyA=advapi32.RegQueryInfoKeyA @774
  RegQueryInfoKeyW=advapi32.RegQueryInfoKeyW @775
  RegQueryValueExA=advapi32.RegQueryValueExA @776
  RegQueryValueExW=advapi32.RegQueryValueExW @777
  RegRestoreKeyA=advapi32.RegRestoreKeyA @778
  RegRestoreKeyW=advapi32.RegRestoreKeyW @779
  RegSetKeySecurity=advapi32.RegSetKeySecurity @780
  RegSetValueExA=advapi32.RegSetValueExA @781
  RegSetValueExW=advapi32.RegSetValueExW @782
  RegUnLoadKeyA=advapi32.RegUnLoadKeyA @783
  RegUnLoadKeyW=advapi32.RegUnLoadKeyW @784
  RegisterApplicationRecoveryCallback @785
  RegisterApplicationRestart @786
  RegisterServiceProcess @790
  RegisterWaitForSingleObject @793
  RegisterWaitForSingleObjectEx @794
  ReinitializeCriticalSection @797
  ReleaseActCtx @798
  ReleaseMutex @799
  ReleaseSemaphore @800
  ReleaseSRWLockExclusive=ntdll.RtlReleaseSRWLockExclusive @801
  ReleaseSRWLockShared=ntdll.RtlReleaseSRWLockShared @802
  RemoveDirectoryA @803
  RemoveDirectoryW @804
  RemoveVectoredExceptionHandler=ntdll.RtlRemoveVectoredExceptionHandler @805
  ReplaceFile=ReplaceFileW @806
  ReplaceFileA @807
  ReplaceFileW @808
  RequestWakeupLatency @810
  ResetEvent @811
  ResetWriteWatch @812
  ResolveDelayLoadedAPI=ntdll.LdrResolveDelayLoadedAPI @813
  RestoreLastError=ntdll.RtlRestoreLastWin32Error @814
  ResumeThread @815
  RtlAddFunctionTable=ntdll.RtlAddFunctionTable @816
  RtlCaptureContext=ntdll.RtlCaptureContext @817
  RtlCaptureStackBackTrace=ntdll.RtlCaptureStackBackTrace @818
  RtlCompareMemory=ntdll.RtlCompareMemory @819
  RtlDeleteFunctionTable=ntdll.RtlDeleteFunctionTable @820
  RtlFillMemory=ntdll.RtlFillMemory @821
  RtlInstallFunctionTableCallback=ntdll.RtlInstallFunctionTableCallback @822
  RtlLookupFunctionEntry=ntdll.RtlLookupFunctionEntry @823
  RtlMoveMemory=ntdll.RtlMoveMemory @824
  RtlPcToFileHeader=ntdll.RtlPcToFileHeader @825
  RtlUnwind=ntdll.RtlUnwind @826
  RtlUnwindEx=ntdll.RtlUnwindEx @827
  RtlVirtualUnwind=ntdll.RtlVirtualUnwind @828
  RtlZeroMemory=ntdll.RtlZeroMemory @829
  ScrollConsoleScreenBufferA @830
  ScrollConsoleScreenBufferW @831
  SearchPathA @832
  SearchPathW @833
  SetCPGlobal @834
  SetCalendarInfoA @835
  SetCalendarInfoW @836
  SetCommBreak @837
  SetCommConfig @838
  SetCommMask @839
  SetCommState @840
  SetCommTimeouts @841
  SetComputerNameA @842
  SetComputerNameExA @843
  SetComputerNameExW @844
  SetComputerNameW @845
  SetConsoleActiveScreenBuffer @846
  SetConsoleCP @847
  SetConsoleCtrlHandler @849
  SetConsoleCursorInfo @851
  SetConsoleCursorPosition @853
  SetConsoleDisplayMode @854
  SetConsoleIcon @857
  SetConsoleInputExeNameA @858
  SetConsoleInputExeNameW @859
  SetConsoleMode @864
  SetConsoleOutputCP @869
  SetConsoleScreenBufferSize @871
  SetConsoleTextAttribute @872
  SetConsoleTitleA @873
  SetConsoleTitleW @874
  SetConsoleWindowInfo @875
  SetCriticalSectionSpinCount=ntdll.RtlSetCriticalSectionSpinCount @876
  SetCurrentDirectoryA @877
  SetCurrentDirectoryW @878
  SetDefaultCommConfigA @880
  SetDefaultCommConfigW @881
  SetDllDirectoryA @882
  SetDllDirectoryW @883
  SetEndOfFile @884
  SetEnvironmentVariableA @885
  SetEnvironmentVariableW @886
  SetErrorMode @887
  SetEvent @888
  SetFileApisToANSI @889
  SetFileApisToOEM @890
  SetFileAttributesA @891
  SetFileAttributesW @892
  SetFileInformationByHandle @893
  SetFilePointer @894
  SetFilePointerEx @895
  SetFileTime @896
  SetFileValidData @897
  SetHandleContext @898
  SetHandleCount @899
  SetHandleInformation @900
  SetInformationJobObject @901
  SetLastError @903
  SetLocalTime @904
  SetLocaleInfoA @905
  SetLocaleInfoW @906
  SetMailslotInfo @907
  SetNamedPipeHandleState @909
  SetPriorityClass @910
  SetProcessAffinityMask @911
  SetProcessDEPPolicy @912
  SetProcessPriorityBoost @913
  SetProcessShutdownParameters @914
  SetProcessWorkingSetSize @915
  SetStdHandle @916
  SetSystemFileCacheSize @917
  SetSystemPowerState @918
  SetSystemTime @919
  SetSystemTimeAdjustment @920
  SetTapeParameters @921
  SetTapePosition @922
  SetTermsrvAppInstallMode @923
  SetThreadAffinityMask @924
  SetThreadContext @925
  SetThreadErrorMode @926
  SetThreadExecutionState @927
  SetThreadIdealProcessor @928
  SetThreadLocale @929
  SetThreadPreferredUILanguages @930
  SetThreadPriority @931
  SetThreadPriorityBoost @932
  SetThreadStackGuarantee @933
  SetThreadUILanguage @934
  SetTimeZoneInformation @935
  SetUnhandledExceptionFilter @937
  SetUserGeoID @938
  SetVolumeLabelA @940
  SetVolumeLabelW @941
  SetWaitableTimer @944
  SetWaitableTimerEx @945
  SetupComm @946
  SignalObjectAndWait @948
  SizeofResource @949
  Sleep @950
  SleepConditionVariableCS @951
  SleepConditionVariableSRW @952
  SleepEx @953
  SuspendThread @954
  SwitchToFiber @955
  SwitchToThread @956
  SystemTimeToFileTime @957
  SystemTimeToTzSpecificLocalTime @958
  TerminateJobObject @959
  TerminateProcess @960
  TerminateThread @961
  TermsrvAppInstallMode @962
  Thread32First @963
  Thread32Next @964
  TlsAlloc @965
  TlsAllocInternal=TlsAlloc @966
  TlsFree @967
  TlsFreeInternal=TlsFree @968
  TlsGetValue @969
  TlsSetValue @970
  Toolhelp32ReadProcessMemory @971
  TransactNamedPipe @972
  TransmitCommChar @973
  TryAcquireSRWLockExclusive=ntdll.RtlTryAcquireSRWLockExclusive @975
  TryAcquireSRWLockShared=ntdll.RtlTryAcquireSRWLockShared @976
  TryEnterCriticalSection=ntdll.RtlTryEnterCriticalSection @977
  TzSpecificLocalTimeToSystemTime @978
  UnhandledExceptionFilter @979
  UninitializeCriticalSection @980
  UnlockFile @981
  UnlockFileEx @982
  UnmapViewOfFile @983
  UnregisterApplicationRestart @984
  UnregisterWait @985
  UnregisterWaitEx @986
  UpdateResourceA @987
  UpdateResourceW @988
  VerLanguageNameA @993
  VerLanguageNameW @994
  VerSetConditionMask=ntdll.VerSetConditionMask @995
  VerifyConsoleIoHandle @996
  VerifyVersionInfoA @997
  VerifyVersionInfoW @998
  VirtualAlloc @999
  VirtualAllocEx @1000
  VirtualFree @1002
  VirtualFreeEx @1003
  VirtualLock @1004
  VirtualProtect @1005
  VirtualProtectEx @1006
  VirtualQuery @1007
  VirtualQueryEx @1008
  VirtualUnlock @1009
  WTSGetActiveConsoleSessionId @1010
  WaitCommEvent @1011
  WaitForDebugEvent @1012
  WaitForMultipleObjects @1013
  WaitForMultipleObjectsEx @1014
  WaitForSingleObject @1015
  WaitForSingleObjectEx @1016
  WaitNamedPipeA @1017
  WaitNamedPipeW @1018
  WakeAllConditionVariable=ntdll.RtlWakeAllConditionVariable @1019
  WakeConditionVariable=ntdll.RtlWakeConditionVariable @1020
  WerRegisterFile @1021
  WerRegisterMemoryBlock @1022
  WerRegisterRuntimeExceptionModule @1023
  WerSetFlags @1024
  WerUnregisterMemoryBlock @1025
  WideCharToMultiByte @1026
  WinExec @1027
  Wow64EnableWow64FsRedirection @1028
  Wow64DisableWow64FsRedirection @1029
  Wow64RevertWow64FsRedirection @1030
  WriteConsoleA @1031
  WriteConsoleInputA @1032
  WriteConsoleInputW @1035
  WriteConsoleOutputA @1036
  WriteConsoleOutputAttribute @1037
  WriteConsoleOutputCharacterA @1038
  WriteConsoleOutputCharacterW @1039
  WriteConsoleOutputW @1040
  WriteConsoleW @1041
  WriteFile @1042
  WriteFileEx @1043
  WriteFileGather @1044
  WritePrivateProfileSectionA @1045
  WritePrivateProfileSectionW @1046
  WritePrivateProfileStringA @1047
  WritePrivateProfileStringW @1048
  WritePrivateProfileStructA @1049
  WritePrivateProfileStructW @1050
  WriteProcessMemory @1051
  WriteProfileSectionA @1052
  WriteProfileSectionW @1053
  WriteProfileStringA @1054
  WriteProfileStringW @1055
  WriteTapemark @1056
  ZombifyActCtx @1057
  __C_specific_handler=ntdll.__C_specific_handler @1058 PRIVATE
  __chkstk=ntdll.__chkstk @1059 PRIVATE
  _hread @1062
  _hwrite @1063
  _lclose @1064
  _lcreat @1065
  _llseek @1066
  _local_unwind=ntdll._local_unwind @1067 PRIVATE
  _lopen @1068
  _lread @1069
  _lwrite @1070
  lstrcat=lstrcatA @1072
  lstrcatA @1073
  lstrcatW @1074
  lstrcmp=lstrcmpA @1075
  lstrcmpA @1076
  lstrcmpW @1077
  lstrcmpi=lstrcmpiA @1078
  lstrcmpiA @1079
  lstrcmpiW @1080
  lstrcpy=lstrcpyA @1081
  lstrcpyA @1082
  lstrcpyW @1083
  lstrcpyn=lstrcpynA @1084
  lstrcpynA @1085
  lstrcpynW @1086
  lstrlen=lstrlenA @1087
  lstrlenA @1088
  lstrlenW @1089
  wine_get_unix_file_name @1090
  wine_get_dos_file_name @1091
  __wine_kernel_init @1092