This file is indexed.

/usr/lib/x86_64-linux-gnu/wine/libkernel32.def is in wine1.6-amd64 1:1.6.2-0ubuntu14.

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
; File generated automatically from ./dlls/kernel32/kernel32.spec; do not edit!

LIBRARY kernel32.dll

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