This file is indexed.

/usr/lib/x86_64-linux-gnu/wine/libkernel32.def is in libwine-dev 1.8.7-2.

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