Changeset 119 for trunk/include/os2wrap.h
- Timestamp:
- Jun 19, 1999, 12:53:36 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/os2wrap.h
r94 r119 1 /* $Id: os2wrap.h,v 1. 2 1999-06-10 16:21:48 achimhaExp $ */1 /* $Id: os2wrap.h,v 1.3 1999-06-19 10:53:12 sandervl Exp $ */ 2 2 #ifndef __OS2WRAP_H__ 3 3 #define __OS2WRAP_H__ 4 4 5 #include <os2.h> 5 6 #include <os2sel.h> 7 #include <os2newapi.h> 6 8 7 9 #ifdef INCL_DOSMEMMGR 8 inline ULONG APIENTRYDosAllocMem(PPVOID a, ULONG b, ULONG c)10 inline ULONG _DosAllocMem(PPVOID a, ULONG b, ULONG c) 9 11 { 10 12 ULONG yyrc; … … 17 19 } 18 20 19 inline ULONG APIENTRY DosAllocSharedMem(PPVOID a, PCSZ b, ULONG c, ULONG d) 21 #undef DosAllocMem 22 #define DosAllocMem _DosAllocMem 23 24 inline ULONG APIENTRY _DosAllocSharedMem(PPVOID a, PCSZ b, ULONG c, ULONG d) 20 25 { 21 26 ULONG yyrc; … … 28 33 } 29 34 30 inline ULONG APIENTRY DosFreeMem(PVOID a) 35 #undef DosAllocSharedMem 36 #define DosAllocSharedMem _DosAllocSharedMem 37 38 inline ULONG APIENTRY _DosFreeMem(PVOID a) 31 39 { 32 40 ULONG yyrc; … … 39 47 } 40 48 41 inline ULONG APIENTRY DosGetNamedSharedMem(PPVOID a, PCSZ b, ULONG c) 49 #undef DosFreeMem 50 #define DosFreeMem _DosFreeMem 51 52 inline ULONG APIENTRY _DosGetNamedSharedMem(PPVOID a, PCSZ b, ULONG c) 42 53 { 43 54 ULONG yyrc; … … 50 61 } 51 62 52 inline ULONG APIENTRY DosGetSharedMem(PVOID a, ULONG b) 63 #undef DosGetNamedSharedMem 64 #define DosGetNamedSharedMem _DosGetNamedSharedMem 65 66 inline ULONG APIENTRY _DosGetSharedMem(PVOID a, ULONG b) 53 67 { 54 68 ULONG yyrc; … … 61 75 } 62 76 63 inline ULONG APIENTRY DosGiveSharedMem(PVOID a, PID b, ULONG c) 77 #undef DosGetSharedMem 78 #define DosGetSharedMem _DosGetSharedMem 79 80 inline ULONG APIENTRY _DosGiveSharedMem(PVOID a, PID b, ULONG c) 64 81 { 65 82 ULONG yyrc; … … 72 89 } 73 90 74 inline ULONG APIENTRY DosQueryMem(PVOID a, PULONG b, PULONG c) 91 #undef DosGiveSharedMem 92 #define DosGiveSharedMem _DosGiveSharedMem 93 94 inline ULONG APIENTRY _DosQueryMem(PVOID a, PULONG b, PULONG c) 75 95 { 76 96 ULONG yyrc; … … 83 103 } 84 104 85 inline ULONG APIENTRY DosSetMem(PVOID a, ULONG b, ULONG c) 105 #undef DosQueryMem 106 #define DosQueryMem _DosQueryMem 107 108 inline ULONG APIENTRY _DosSetMem(PVOID a, ULONG b, ULONG c) 86 109 { 87 110 ULONG yyrc; … … 94 117 } 95 118 96 inline ULONG APIENTRY DosSubAllocMem(PVOID a, PPVOID b, ULONG c) 119 #undef DosSetMem 120 #define DosSetMem _DosSetMem 121 122 inline ULONG APIENTRY _DosSubAllocMem(PVOID a, PPVOID b, ULONG c) 97 123 { 98 124 ULONG yyrc; … … 105 131 } 106 132 107 inline ULONG APIENTRY DosSubFreeMem(PVOID a, PVOID b, ULONG c) 133 #undef DosSubAllocMem 134 #define DosSubAllocMem _DosSubAllocMem 135 136 inline ULONG APIENTRY _DosSubFreeMem(PVOID a, PVOID b, ULONG c) 108 137 { 109 138 ULONG yyrc; … … 116 145 } 117 146 118 inline ULONG APIENTRY DosSubSetMem(PVOID a, ULONG b, ULONG c) 147 #undef DosSubFreeMem 148 #define DosSubFreeMem _DosSubFreeMem 149 150 inline ULONG APIENTRY _DosSubSetMem(PVOID a, ULONG b, ULONG c) 119 151 { 120 152 ULONG yyrc; … … 127 159 } 128 160 129 inline ULONG APIENTRY DosSubUnsetMem(PVOID a) 161 #undef DosSubSetMem 162 #define DosSubSetMem _DosSubSetMem 163 164 inline ULONG APIENTRY _DosSubUnsetMem(PVOID a) 130 165 { 131 166 ULONG yyrc; … … 137 172 return yyrc; 138 173 } 174 175 #undef DosSubUnsetMem 176 #define DosSubUnsetMem _DosSubUnsetMem 139 177 140 178 #endif 141 179 #ifdef INCL_DOSFILEMGR 142 inline ULONG APIENTRY DosCancelLockRequest(HFILE a, CONST FILELOCK *b)180 inline ULONG APIENTRY _DosCancelLockRequest(HFILE a, PFILELOCK b) 143 181 { 144 182 ULONG yyrc; … … 151 189 } 152 190 153 inline ULONG APIENTRY DosClose(HFILE a) 191 #undef DosCancelLockRequest 192 #define DosCancelLockRequest _DosCancelLockRequest 193 194 inline ULONG APIENTRY _DosClose(HFILE a) 154 195 { 155 196 ULONG yyrc; … … 162 203 } 163 204 164 inline ULONG APIENTRY DosCopy(PCSZ a, PCSZ b, ULONG c) 205 #undef DosClose 206 #define DosClose _DosClose 207 208 inline ULONG APIENTRY _DosCopy(PCSZ a, PCSZ b, ULONG c) 165 209 { 166 210 ULONG yyrc; … … 173 217 } 174 218 175 inline ULONG APIENTRY DosCreateDir(PCSZ a, PEAOP2 b) 219 #undef DosCopy 220 #define DosCopy _DosCopy 221 222 inline ULONG APIENTRY _DosCreateDir(PCSZ a, PEAOP2 b) 176 223 { 177 224 ULONG yyrc; … … 184 231 } 185 232 186 inline ULONG APIENTRY DosDelete(PCSZ a) 233 #undef DosCreateDir 234 #define DosCreateDir _DosCreateDir 235 236 inline ULONG APIENTRY _DosDelete(PCSZ a) 187 237 { 188 238 ULONG yyrc; … … 195 245 } 196 246 197 inline ULONG APIENTRY DosDeleteDir(PCSZ a) 247 #undef DosDelete 248 #define DosDelete _DosDelete 249 250 inline ULONG APIENTRY _DosDeleteDir(PCSZ a) 198 251 { 199 252 ULONG yyrc; … … 206 259 } 207 260 208 inline ULONG APIENTRY DosDupHandle(HFILE a, PHFILE b) 261 #undef DosDeleteDir 262 #define DosDeleteDir _DosDeleteDir 263 264 inline ULONG APIENTRY _DosDupHandle(HFILE a, PHFILE b) 209 265 { 210 266 ULONG yyrc; … … 217 273 } 218 274 219 inline ULONG APIENTRY DosEditName(ULONG a, PCSZ b, PCSZ c, PBYTE d, ULONG e) 275 #undef DosDupHandle 276 #define DosDupHandle _DosDupHandle 277 278 inline ULONG APIENTRY _DosEditName(ULONG a, PCSZ b, PCSZ c, PBYTE d, ULONG e) 220 279 { 221 280 ULONG yyrc; … … 228 287 } 229 288 230 inline ULONG APIENTRY DosEnumAttribute(ULONG a, PVOID b, ULONG c, PVOID d, ULONG e, PULONG f, ULONG g) 289 #undef DosEditName 290 #define DosEditName _DosEditName 291 292 inline ULONG APIENTRY _DosEnumAttribute(ULONG a, PVOID b, ULONG c, PVOID d, ULONG e, PULONG f, ULONG g) 231 293 { 232 294 ULONG yyrc; … … 239 301 } 240 302 241 inline ULONG APIENTRY DosFindClose(HDIR a) 303 #undef DosEnumAttribute 304 #define DosEnumAttribute _DosEnumAttribute 305 306 inline ULONG APIENTRY _DosFindClose(HDIR a) 242 307 { 243 308 ULONG yyrc; … … 250 315 } 251 316 252 inline ULONG APIENTRY DosFindFirst(PCSZ a, PHDIR b, ULONG c, PVOID d, ULONG e, PULONG f, ULONG g) 317 #undef DosFindClose 318 #define DosFindClose _DosFindClose 319 320 inline ULONG APIENTRY _DosFindFirst(PCSZ a, PHDIR b, ULONG c, PVOID d, ULONG e, PULONG f, ULONG g) 253 321 { 254 322 ULONG yyrc; … … 261 329 } 262 330 263 inline ULONG APIENTRY DosFindNext(HDIR a, PVOID b, ULONG c, PULONG d) 331 #undef DosFindFirst 332 #define DosFindFirst _DosFindFirst 333 334 inline ULONG APIENTRY _DosFindNext(HDIR a, PVOID b, ULONG c, PULONG d) 264 335 { 265 336 ULONG yyrc; … … 272 343 } 273 344 274 inline ULONG APIENTRY DosForceDelete(PCSZ a) 345 #undef DosFindNext 346 #define DosFindNext _DosFindNext 347 348 inline ULONG APIENTRY _DosForceDelete(PCSZ a) 275 349 { 276 350 ULONG yyrc; … … 283 357 } 284 358 285 inline ULONG APIENTRY DosFSAttach(PCSZ a, PCSZ b, CONST VOID *c, ULONG d, ULONG e) 359 #undef DosForceDelete 360 #define DosForceDelete _DosForceDelete 361 362 inline ULONG APIENTRY _DosFSAttach(PCSZ a, PCSZ b, PVOID c, ULONG d, ULONG e) 286 363 { 287 364 ULONG yyrc; … … 294 371 } 295 372 296 inline ULONG APIENTRY DosFSCtl(PVOID a, ULONG b, PULONG c, PVOID d, ULONG e, PULONG f, ULONG g, PCSZ h, HFILE i, ULONG j) 373 #undef DosFSAttach 374 #define DosFSAttach _DosFSAttach 375 376 inline ULONG APIENTRY _DosFSCtl(PVOID a, ULONG b, PULONG c, PVOID d, ULONG e, PULONG f, ULONG g, PCSZ h, HFILE i, ULONG j) 297 377 { 298 378 ULONG yyrc; … … 305 385 } 306 386 307 inline ULONG APIENTRY DosMove(PCSZ a, PCSZ b) 387 #undef DosFSCtl 388 #define DosFSCtl _DosFSCtl 389 390 inline ULONG APIENTRY _DosMove(PCSZ a, PCSZ b) 308 391 { 309 392 ULONG yyrc; … … 316 399 } 317 400 318 inline ULONG APIENTRY DosOpen(PCSZ a, PHFILE b, PULONG c, ULONG d, ULONG e, ULONG f, ULONG g, PEAOP2 h) 401 #undef DosMove 402 #define DosMove _DosMove 403 404 inline ULONG APIENTRY _DosOpen(PCSZ a, PHFILE b, PULONG c, ULONG d, ULONG e, ULONG f, ULONG g, PEAOP2 h) 319 405 { 320 406 ULONG yyrc; … … 327 413 } 328 414 329 inline ULONG APIENTRY DosProtectClose(HFILE a, FHLOCK b) 415 #undef DosOpen 416 #define DosOpen _DosOpen 417 418 inline ULONG APIENTRY _DosProtectClose(HFILE a, FHLOCK b) 330 419 { 331 420 ULONG yyrc; … … 338 427 } 339 428 340 inline ULONG APIENTRY DosProtectEnumAttribute(ULONG a, PVOID b, ULONG c, PVOID d, ULONG e, PULONG f, ULONG g, FHLOCK h) 429 #undef DosProtectClose 430 #define DosProtectClose _DosProtectClose 431 432 inline ULONG APIENTRY _DosProtectEnumAttribute(ULONG a, PVOID b, ULONG c, PVOID d, ULONG e, PULONG f, ULONG g, FHLOCK h) 341 433 { 342 434 ULONG yyrc; … … 349 441 } 350 442 351 inline ULONG APIENTRY DosProtectOpen(PCSZ a, PHFILE b, PULONG c, ULONG d, ULONG e, ULONG f, ULONG g, PEAOP2 h, PFHLOCK i) 443 #undef DosProtectEnumAttribute 444 #define DosProtectEnumAttribute _DosProtectEnumAttribute 445 446 inline ULONG APIENTRY _DosProtectOpen(PCSZ a, PHFILE b, PULONG c, ULONG d, ULONG e, ULONG f, ULONG g, PEAOP2 h, PFHLOCK i) 352 447 { 353 448 ULONG yyrc; … … 360 455 } 361 456 362 inline ULONG APIENTRY DosProtectQueryFHState(HFILE a, PULONG b, FHLOCK c) 457 #undef DosProtectOpen 458 #define DosProtectOpen _DosProtectOpen 459 460 inline ULONG APIENTRY _DosProtectQueryFHState(HFILE a, PULONG b, FHLOCK c) 363 461 { 364 462 ULONG yyrc; … … 371 469 } 372 470 373 inline ULONG APIENTRY DosProtectQueryFileInfo(HFILE a, ULONG b, PVOID c, ULONG d, FHLOCK e) 471 #undef DosProtectQueryFHState 472 #define DosProtectQueryFHState _DosProtectQueryFHState 473 474 inline ULONG APIENTRY _DosProtectQueryFileInfo(HFILE a, ULONG b, PVOID c, ULONG d, FHLOCK e) 374 475 { 375 476 ULONG yyrc; … … 382 483 } 383 484 384 inline ULONG APIENTRY DosProtectRead(HFILE a, PVOID b, ULONG c, PULONG d, FHLOCK e) 485 #undef DosProtectQueryFileInfo 486 #define DosProtectQueryFileInfo _DosProtectQueryFileInfo 487 488 inline ULONG APIENTRY _DosProtectRead(HFILE a, PVOID b, ULONG c, PULONG d, FHLOCK e) 385 489 { 386 490 ULONG yyrc; … … 393 497 } 394 498 395 inline ULONG APIENTRY DosProtectSetFHState(HFILE a, ULONG b, FHLOCK c) 499 #undef DosProtectRead 500 #define DosProtectRead _DosProtectRead 501 502 inline ULONG APIENTRY _DosProtectSetFHState(HFILE a, ULONG b, FHLOCK c) 396 503 { 397 504 ULONG yyrc; … … 404 511 } 405 512 406 inline ULONG APIENTRY DosProtectSetFileInfo(HFILE a, ULONG b, PVOID c, ULONG d, FHLOCK e) 513 #undef DosProtectSetFHState 514 #define DosProtectSetFHState _DosProtectSetFHState 515 516 inline ULONG APIENTRY _DosProtectSetFileInfo(HFILE a, ULONG b, PVOID c, ULONG d, FHLOCK e) 407 517 { 408 518 ULONG yyrc; … … 415 525 } 416 526 417 inline ULONG APIENTRY DosProtectSetFileLocks(HFILE a, CONST FILELOCK *b, CONST FILELOCK *c, ULONG d, ULONG e, FHLOCK f) 527 #undef DosProtectSetFileInfo 528 #define DosProtectSetFileInfo _DosProtectSetFileInfo 529 530 inline ULONG APIENTRY _DosProtectSetFileLocks(HFILE a, PFILELOCK b, PFILELOCK c, ULONG d, ULONG e, FHLOCK f) 418 531 { 419 532 ULONG yyrc; … … 426 539 } 427 540 428 inline ULONG APIENTRY DosProtectSetFilePtr(HFILE a, LONG b, ULONG c, PULONG d, FHLOCK e) 541 #undef DosProtectSetFileLocks 542 #define DosProtectSetFileLocks _DosProtectSetFileLocks 543 544 inline ULONG APIENTRY _DosProtectSetFilePtr(HFILE a, LONG b, ULONG c, PULONG d, FHLOCK e) 429 545 { 430 546 ULONG yyrc; … … 437 553 } 438 554 439 inline ULONG APIENTRY DosProtectSetFileSize(HFILE a, ULONG b, FHLOCK c) 555 #undef DosProtectSetFilePtr 556 #define DosProtectSetFilePtr _DosProtectSetFilePtr 557 558 inline ULONG APIENTRY _DosProtectSetFileSize(HFILE a, ULONG b, FHLOCK c) 440 559 { 441 560 ULONG yyrc; … … 448 567 } 449 568 450 inline ULONG APIENTRY DosProtectWrite(HFILE a, PVOID b, ULONG c, PULONG d, FHLOCK e) 569 #undef DosProtectSetFileSize 570 #define DosProtectSetFileSize _DosProtectSetFileSize 571 572 inline ULONG APIENTRY _DosProtectWrite(HFILE a, PVOID b, ULONG c, PULONG d, FHLOCK e) 451 573 { 452 574 ULONG yyrc; … … 459 581 } 460 582 461 inline ULONG APIENTRY DosQueryCurrentDir(ULONG a, PBYTE b, PULONG c) 583 #undef DosProtectWrite 584 #define DosProtectWrite _DosProtectWrite 585 586 inline ULONG APIENTRY _DosQueryCurrentDir(ULONG a, PBYTE b, PULONG c) 462 587 { 463 588 ULONG yyrc; … … 470 595 } 471 596 472 inline ULONG APIENTRY DosQueryCurrentDisk(PULONG a, PULONG b) 597 #undef DosQueryCurrentDir 598 #define DosQueryCurrentDir _DosQueryCurrentDir 599 600 inline ULONG APIENTRY _DosQueryCurrentDisk(PULONG a, PULONG b) 473 601 { 474 602 ULONG yyrc; … … 481 609 } 482 610 483 inline ULONG APIENTRY DosQueryFHState(HFILE a, PULONG b) 611 #undef DosQueryCurrentDisk 612 #define DosQueryCurrentDisk _DosQueryCurrentDisk 613 614 inline ULONG APIENTRY _DosQueryFHState(HFILE a, PULONG b) 484 615 { 485 616 ULONG yyrc; … … 492 623 } 493 624 494 inline ULONG APIENTRY DosQueryFileInfo(HFILE a, ULONG b, PVOID c, ULONG d) 625 #undef DosQueryFHState 626 #define DosQueryFHState _DosQueryFHState 627 628 inline ULONG APIENTRY _DosQueryFileInfo(HFILE a, ULONG b, PVOID c, ULONG d) 495 629 { 496 630 ULONG yyrc; … … 503 637 } 504 638 505 inline ULONG APIENTRY DosQueryFSAttach(PCSZ a, ULONG b, ULONG c, PFSQBUFFER2 d, PULONG e) 639 #undef DosQueryFileInfo 640 #define DosQueryFileInfo _DosQueryFileInfo 641 642 inline ULONG APIENTRY _DosQueryFSAttach(PCSZ a, ULONG b, ULONG c, PFSQBUFFER2 d, PULONG e) 506 643 { 507 644 ULONG yyrc; … … 514 651 } 515 652 516 inline ULONG APIENTRY DosQueryFSInfo(ULONG a, ULONG b, PVOID c, ULONG d) 653 #undef DosQueryFSAttach 654 #define DosQueryFSAttach _DosQueryFSAttach 655 656 inline ULONG APIENTRY _DosQueryFSInfo(ULONG a, ULONG b, PVOID c, ULONG d) 517 657 { 518 658 ULONG yyrc; … … 525 665 } 526 666 527 inline ULONG APIENTRY DosQueryHType(HFILE a, PULONG b, PULONG c) 667 #undef DosQueryFSInfo 668 #define DosQueryFSInfo _DosQueryFSInfo 669 670 inline ULONG APIENTRY _DosQueryHType(HFILE a, PULONG b, PULONG c) 528 671 { 529 672 ULONG yyrc; … … 536 679 } 537 680 538 inline ULONG APIENTRY DosQueryPathInfo(PCSZ a, ULONG b, PVOID c, ULONG d) 681 #undef DosQueryHType 682 #define DosQueryHType _DosQueryHType 683 684 inline ULONG APIENTRY _DosQueryPathInfo(PCSZ a, ULONG b, PVOID c, ULONG d) 539 685 { 540 686 ULONG yyrc; … … 547 693 } 548 694 549 inline ULONG APIENTRY DosQueryVerify(PBOOL32 a) 695 #undef DosQueryPathInfo 696 #define DosQueryPathInfo _DosQueryPathInfo 697 698 inline ULONG APIENTRY _DosQueryVerify(PBOOL32 a) 550 699 { 551 700 ULONG yyrc; … … 558 707 } 559 708 560 inline ULONG APIENTRY DosRead(HFILE a, PVOID b, ULONG c, PULONG d) 709 #undef DosQueryVerify 710 #define DosQueryVerify _DosQueryVerify 711 712 inline ULONG APIENTRY _DosRead(HFILE a, PVOID b, ULONG c, PULONG d) 561 713 { 562 714 ULONG yyrc; … … 569 721 } 570 722 571 inline ULONG APIENTRY DosResetBuffer(HFILE a) 723 #undef DosRead 724 #define DosRead _DosRead 725 726 inline ULONG APIENTRY _DosResetBuffer(HFILE a) 572 727 { 573 728 ULONG yyrc; … … 580 735 } 581 736 582 inline ULONG APIENTRY DosSetCurrentDir(PCSZ a) 737 #undef DosResetBuffer 738 #define DosResetBuffer _DosResetBuffer 739 740 inline ULONG APIENTRY _DosSetCurrentDir(PCSZ a) 583 741 { 584 742 ULONG yyrc; … … 591 749 } 592 750 593 inline ULONG APIENTRY DosSetDefaultDisk(ULONG a) 751 #undef DosSetCurrentDir 752 #define DosSetCurrentDir _DosSetCurrentDir 753 754 inline ULONG APIENTRY _DosSetDefaultDisk(ULONG a) 594 755 { 595 756 ULONG yyrc; … … 602 763 } 603 764 604 inline ULONG APIENTRY DosSetFHState(HFILE a, ULONG b) 765 #undef DosSetDefaultDisk 766 #define DosSetDefaultDisk _DosSetDefaultDisk 767 768 inline ULONG APIENTRY _DosSetFHState(HFILE a, ULONG b) 605 769 { 606 770 ULONG yyrc; … … 613 777 } 614 778 615 inline ULONG APIENTRY DosSetFileInfo(HFILE a, ULONG b, PVOID c, ULONG d) 779 #undef DosSetFHState 780 #define DosSetFHState _DosSetFHState 781 782 inline ULONG APIENTRY _DosSetFileInfo(HFILE a, ULONG b, PVOID c, ULONG d) 616 783 { 617 784 ULONG yyrc; … … 624 791 } 625 792 626 inline ULONG APIENTRY DosSetFileLocks(HFILE a, CONST FILELOCK *b, CONST FILELOCK *c, ULONG d, ULONG e) 793 #undef DosSetFileInfo 794 #define DosSetFileInfo _DosSetFileInfo 795 796 inline ULONG APIENTRY _DosSetFileLocks(HFILE a, PFILELOCK b, PFILELOCK c, ULONG d, ULONG e) 627 797 { 628 798 ULONG yyrc; … … 635 805 } 636 806 637 inline ULONG APIENTRY DosSetFilePtr(HFILE a, LONG b, ULONG c, PULONG d) 807 #undef DosSetFileLocks 808 #define DosSetFileLocks _DosSetFileLocks 809 810 inline ULONG APIENTRY _DosSetFilePtr(HFILE a, LONG b, ULONG c, PULONG d) 638 811 { 639 812 ULONG yyrc; … … 646 819 } 647 820 648 inline ULONG APIENTRY DosSetFileSize(HFILE a, ULONG b) 821 #undef DosSetFilePtr 822 #define DosSetFilePtr _DosSetFilePtr 823 824 inline ULONG APIENTRY _DosSetFileSize(HFILE a, ULONG b) 649 825 { 650 826 ULONG yyrc; … … 657 833 } 658 834 659 inline ULONG APIENTRY DosSetFSInfo(ULONG a, ULONG b, PVOID c, ULONG d) 835 #undef DosSetFileSize 836 #define DosSetFileSize _DosSetFileSize 837 838 inline ULONG APIENTRY _DosSetFSInfo(ULONG a, ULONG b, PVOID c, ULONG d) 660 839 { 661 840 ULONG yyrc; … … 668 847 } 669 848 670 inline ULONG APIENTRY DosSetMaxFH(ULONG a) 849 #undef DosSetFSInfo 850 #define DosSetFSInfo _DosSetFSInfo 851 852 inline ULONG APIENTRY _DosSetMaxFH(ULONG a) 671 853 { 672 854 ULONG yyrc; … … 679 861 } 680 862 681 inline ULONG APIENTRY DosSetPathInfo(PCSZ a, ULONG b, PVOID c, ULONG d, ULONG e) 863 #undef DosSetMaxFH 864 #define DosSetMaxFH _DosSetMaxFH 865 866 inline ULONG APIENTRY _DosSetPathInfo(PCSZ a, ULONG b, PVOID c, ULONG d, ULONG e) 682 867 { 683 868 ULONG yyrc; … … 690 875 } 691 876 692 inline ULONG APIENTRY DosSetRelMaxFH(PLONG a, PULONG b) 877 #undef DosSetPathInfo 878 #define DosSetPathInfo _DosSetPathInfo 879 880 inline ULONG APIENTRY _DosSetRelMaxFH(PLONG a, PULONG b) 693 881 { 694 882 ULONG yyrc; … … 701 889 } 702 890 703 inline ULONG APIENTRY DosSetVerify(BOOL32 a) 891 #undef DosSetRelMaxFH 892 #define DosSetRelMaxFH _DosSetRelMaxFH 893 894 inline ULONG APIENTRY _DosSetVerify(BOOL32 a) 704 895 { 705 896 ULONG yyrc; … … 712 903 } 713 904 714 inline ULONG APIENTRY DosShutdown(ULONG a) 905 #undef DosSetVerify 906 #define DosSetVerify _DosSetVerify 907 908 inline ULONG APIENTRY _DosShutdown(ULONG a) 715 909 { 716 910 ULONG yyrc; … … 723 917 } 724 918 725 inline ULONG APIENTRY DosWrite(HFILE a, PVOID b, ULONG c, PULONG d) 919 #undef DosShutdown 920 #define DosShutdown _DosShutdown 921 922 inline ULONG APIENTRY _DosWrite(HFILE a, PVOID b, ULONG c, PULONG d) 726 923 { 727 924 ULONG yyrc; … … 733 930 return yyrc; 734 931 } 932 933 #undef DosWrite 934 #define DosWrite _DosWrite 735 935 736 936 #endif 737 937 #ifdef INCL_DOSMISC 738 inline ULONG APIENTRY DosSearchPath(ULONG a, PCSZ b, PCSZ c, PBYTE d, ULONG e)938 inline ULONG APIENTRY _DosSearchPath(ULONG a, PCSZ b, PCSZ c, PBYTE d, ULONG e) 739 939 { 740 940 ULONG yyrc; … … 746 946 return yyrc; 747 947 } 948 949 #undef DosSearchPath 950 #define DosSearchPath _DosSearchPath 748 951 749 952 #endif 750 953 #ifdef INCL_DOSDEVICES 751 inline ULONG APIENTRY DosDevConfig(PVOID a, ULONG b)954 inline ULONG APIENTRY _DosDevConfig(PVOID a, ULONG b) 752 955 { 753 956 ULONG yyrc; … … 760 963 } 761 964 762 inline ULONG APIENTRY DosDevIOCtl(HFILE a, ULONG b, ULONG c, PVOID d, ULONG e, PULONG f, PVOID g, ULONG h, PULONG i) 965 #undef DosDevConfig 966 #define DosDevConfig _DosDevConfig 967 968 inline ULONG APIENTRY _DosDevIOCtl(HFILE a, ULONG b, ULONG c, PVOID d, ULONG e, PULONG f, PVOID g, ULONG h, PULONG i) 763 969 { 764 970 ULONG yyrc; … … 771 977 } 772 978 773 inline ULONG APIENTRY DosPhysicalDisk(ULONG a, PVOID b, ULONG c, PVOID d, ULONG e) 979 #undef DosDevIOCtl 980 #define DosDevIOCtl _DosDevIOCtl 981 982 inline ULONG APIENTRY _DosPhysicalDisk(ULONG a, PVOID b, ULONG c, PVOID d, ULONG e) 774 983 { 775 984 ULONG yyrc; … … 781 990 return yyrc; 782 991 } 992 993 #undef DosPhysicalDisk 994 #define DosPhysicalDisk _DosPhysicalDisk 783 995 784 996 #endif 785 997 #ifdef INCL_DOSNLS 786 inline ULONG APIENTRY DosMapCase(ULONG a, CONST COUNTRYCODE *b, PCHAR c)998 inline ULONG APIENTRY _DosMapCase(ULONG a, PCOUNTRYCODE b, PCHAR c) 787 999 { 788 1000 ULONG yyrc; … … 795 1007 } 796 1008 797 inline ULONG APIENTRY DosQueryCollate(ULONG a, CONST COUNTRYCODE *b, PCHAR c, PULONG d) 1009 #undef DosMapCase 1010 #define DosMapCase _DosMapCase 1011 1012 inline ULONG APIENTRY _DosQueryCollate(ULONG a, PCOUNTRYCODE b, PCHAR c, PULONG d) 798 1013 { 799 1014 ULONG yyrc; … … 806 1021 } 807 1022 808 inline ULONG APIENTRY DosQueryCp(ULONG a, PULONG b, PULONG c) 1023 #undef DosQueryCollate 1024 #define DosQueryCollate _DosQueryCollate 1025 1026 inline ULONG APIENTRY _DosQueryCp(ULONG a, PULONG b, PULONG c) 809 1027 { 810 1028 ULONG yyrc; … … 817 1035 } 818 1036 819 inline ULONG APIENTRY DosQueryCtryInfo(ULONG a, PCOUNTRYCODE b, PCOUNTRYINFO c, PULONG d) 1037 #undef DosQueryCp 1038 #define DosQueryCp _DosQueryCp 1039 1040 inline ULONG APIENTRY _DosQueryCtryInfo(ULONG a, PCOUNTRYCODE b, PCOUNTRYINFO c, PULONG d) 820 1041 { 821 1042 ULONG yyrc; … … 828 1049 } 829 1050 830 inline ULONG APIENTRY DosQueryDBCSEnv(ULONG a, PCOUNTRYCODE b, PCHAR c) 1051 #undef DosQueryCtryInfo 1052 #define DosQueryCtryInfo _DosQueryCtryInfo 1053 1054 inline ULONG APIENTRY _DosQueryDBCSEnv(ULONG a, PCOUNTRYCODE b, PCHAR c) 831 1055 { 832 1056 ULONG yyrc; … … 839 1063 } 840 1064 841 inline ULONG APIENTRY DosSetProcessCp(ULONG a) 1065 #undef DosQueryDBCSEnv 1066 #define DosQueryDBCSEnv _DosQueryDBCSEnv 1067 1068 inline ULONG APIENTRY _DosSetProcessCp(ULONG a) 842 1069 { 843 1070 ULONG yyrc; … … 849 1076 return yyrc; 850 1077 } 1078 1079 #undef DosSetProcessCp 1080 #define DosSetProcessCp _DosSetProcessCp 851 1081 852 1082 #endif 853 1083 #ifdef INCL_DOSMODULEMGR 854 inline ULONG APIENTRY DosFreeModule(HMODULE a)1084 inline ULONG APIENTRY _DosFreeModule(HMODULE a) 855 1085 { 856 1086 ULONG yyrc; … … 863 1093 } 864 1094 865 inline ULONG APIENTRY DosLoadModule(PSZ a, ULONG b, PCSZ c, PHMODULE d) 1095 #undef DosFreeModule 1096 #define DosFreeModule _DosFreeModule 1097 1098 inline ULONG APIENTRY _DosLoadModule(PSZ a, ULONG b, PCSZ c, PHMODULE d) 866 1099 { 867 1100 ULONG yyrc; … … 874 1107 } 875 1108 876 inline ULONG APIENTRY DosQueryModuleHandle(PCSZ a, PHMODULE b) 1109 #undef DosLoadModule 1110 #define DosLoadModule _DosLoadModule 1111 1112 inline ULONG APIENTRY _DosQueryModuleHandle(PCSZ a, PHMODULE b) 877 1113 { 878 1114 ULONG yyrc; … … 885 1121 } 886 1122 887 inline ULONG APIENTRY DosQueryModuleName(HMODULE a, ULONG b, PCHAR c) 1123 #undef DosQueryModuleHandle 1124 #define DosQueryModuleHandle _DosQueryModuleHandle 1125 1126 inline ULONG APIENTRY _DosQueryModuleName(HMODULE a, ULONG b, PCHAR c) 888 1127 { 889 1128 ULONG yyrc; … … 896 1135 } 897 1136 898 inline ULONG APIENTRY DosQueryProcAddr(HMODULE a, ULONG b, PCSZ c, PFN *d) 1137 #undef DosQueryModuleName 1138 #define DosQueryModuleName _DosQueryModuleName 1139 1140 inline ULONG APIENTRY _DosQueryProcAddr(HMODULE a, ULONG b, PCSZ c, PFN *d) 899 1141 { 900 1142 ULONG yyrc; … … 907 1149 } 908 1150 909 inline ULONG APIENTRY DosQueryProcType(HMODULE a, ULONG b, PCSZ c, PULONG d) 1151 #undef DosQueryProcAddr 1152 #define DosQueryProcAddr _DosQueryProcAddr 1153 1154 inline ULONG APIENTRY _DosQueryProcType(HMODULE a, ULONG b, PCSZ c, PULONG d) 910 1155 { 911 1156 ULONG yyrc; … … 917 1162 return yyrc; 918 1163 } 1164 1165 #undef DosQueryProcType 1166 #define DosQueryProcType _DosQueryProcType 919 1167 920 1168 #endif 921 1169 #ifdef INCL_DOSRESOURCES 922 inline ULONG APIENTRY DosFreeResource(PVOID a)1170 inline ULONG APIENTRY _DosFreeResource(PVOID a) 923 1171 { 924 1172 ULONG yyrc; … … 931 1179 } 932 1180 933 inline ULONG APIENTRY DosGetResource(HMODULE a, ULONG b, ULONG c, PPVOID d) 1181 #undef DosFreeResource 1182 #define DosFreeResource _DosFreeResource 1183 1184 inline ULONG APIENTRY _DosGetResource(HMODULE a, ULONG b, ULONG c, PPVOID d) 934 1185 { 935 1186 ULONG yyrc; … … 942 1193 } 943 1194 944 inline ULONG APIENTRY DosQueryResourceSize(HMODULE a, ULONG b, ULONG c, PULONG d) 1195 #undef DosGetResource 1196 #define DosGetResource _DosGetResource 1197 1198 inline ULONG APIENTRY _DosQueryResourceSize(HMODULE a, ULONG b, ULONG c, PULONG d) 945 1199 { 946 1200 ULONG yyrc; … … 952 1206 return yyrc; 953 1207 } 1208 1209 #undef DosQueryResourceSize 1210 #define DosQueryResourceSize _DosQueryResourceSize 954 1211 955 1212 #endif 956 1213 #ifdef INCL_DOSPROCESS 957 inline ULONG APIENTRY DosBeep(ULONG a, ULONG b)1214 inline ULONG APIENTRY _DosBeep(ULONG a, ULONG b) 958 1215 { 959 1216 ULONG yyrc; … … 966 1223 } 967 1224 968 inline VOID APIENTRY DosExit(ULONG a, ULONG b) 1225 #undef DosBeep 1226 #define DosBeep _DosBeep 1227 1228 inline VOID APIENTRY _DosExit(ULONG a, ULONG b) 969 1229 { 970 1230 USHORT sel = GetFS(); … … 974 1234 } 975 1235 976 inline ULONG APIENTRY DosAllocThreadLocalMemory(ULONG a, PULONG *b) 1236 #undef DosExit 1237 #define DosExit _DosExit 1238 1239 inline ULONG APIENTRY _DosAllocThreadLocalMemory(ULONG a, PULONG *b) 977 1240 { 978 1241 ULONG yyrc; … … 985 1248 } 986 1249 987 inline ULONG APIENTRY DosCreateThread(PTID a, PFNTHREAD b, ULONG c, ULONG d, ULONG e) 1250 #undef DosAllocThreadLocalMemory 1251 #define DosAllocThreadLocalMemory _DosAllocThreadLocalMemory 1252 1253 inline ULONG APIENTRY _DosCreateThread(PTID a, PFNTHREAD b, ULONG c, ULONG d, ULONG e) 988 1254 { 989 1255 ULONG yyrc; … … 996 1262 } 997 1263 998 inline ULONG APIENTRY DosEnterCritSec() 1264 #undef DosCreateThread 1265 #define DosCreateThread _DosCreateThread 1266 1267 inline ULONG APIENTRY _DosEnterCritSec() 999 1268 { 1000 1269 ULONG yyrc; … … 1007 1276 } 1008 1277 1009 inline ULONG APIENTRY DosExecPgm(PCHAR a, LONG b, ULONG c, PCSZ d, PCSZ e, PRESULTCODES f, PCSZ g) 1278 #undef DosEnterCritSec 1279 #define DosEnterCritSec _DosEnterCritSec 1280 1281 inline ULONG APIENTRY _DosExecPgm(PCHAR a, LONG b, ULONG c, PCSZ d, PCSZ e, PRESULTCODES f, PCSZ g) 1010 1282 { 1011 1283 ULONG yyrc; … … 1018 1290 } 1019 1291 1020 inline ULONG APIENTRY DosExitCritSec() 1292 #undef DosExecPgm 1293 #define DosExecPgm _DosExecPgm 1294 1295 inline ULONG APIENTRY _DosExitCritSec() 1021 1296 { 1022 1297 ULONG yyrc; … … 1029 1304 } 1030 1305 1031 inline ULONG APIENTRY DosExitList(ULONG a, PFNEXITLIST b) 1306 #undef DosExitCritSec 1307 #define DosExitCritSec _DosExitCritSec 1308 1309 inline ULONG APIENTRY _DosExitList(ULONG a, PFNEXITLIST b) 1032 1310 { 1033 1311 ULONG yyrc; … … 1040 1318 } 1041 1319 1042 inline ULONG APIENTRY DosFreeThreadLocalMemory(ULONG *a) 1320 #undef DosExitList 1321 #define DosExitList _DosExitList 1322 1323 inline ULONG APIENTRY _DosFreeThreadLocalMemory(ULONG *a) 1043 1324 { 1044 1325 ULONG yyrc; … … 1051 1332 } 1052 1333 1053 inline ULONG APIENTRY DosGetInfoBlocks(PTIB *a, PPIB *b) 1334 #undef DosFreeThreadLocalMemory 1335 #define DosFreeThreadLocalMemory _DosFreeThreadLocalMemory 1336 1337 inline ULONG APIENTRY _DosGetInfoBlocks(PTIB *a, PPIB *b) 1054 1338 { 1055 1339 ULONG yyrc; … … 1062 1346 } 1063 1347 1064 inline ULONG APIENTRY DosKillProcess(ULONG a, PID b) 1348 #undef DosGetInfoBlocks 1349 #define DosGetInfoBlocks _DosGetInfoBlocks 1350 1351 inline ULONG APIENTRY _DosKillProcess(ULONG a, PID b) 1065 1352 { 1066 1353 ULONG yyrc; … … 1073 1360 } 1074 1361 1075 inline ULONG APIENTRY DosKillThread(TID a) 1362 #undef DosKillProcess 1363 #define DosKillProcess _DosKillProcess 1364 1365 inline ULONG APIENTRY _DosKillThread(TID a) 1076 1366 { 1077 1367 ULONG yyrc; … … 1084 1374 } 1085 1375 1086 inline ULONG APIENTRY DosResumeThread(TID a) 1376 #undef DosKillThread 1377 #define DosKillThread _DosKillThread 1378 1379 inline ULONG APIENTRY _DosResumeThread(TID a) 1087 1380 { 1088 1381 ULONG yyrc; … … 1095 1388 } 1096 1389 1097 inline ULONG APIENTRY DosSetPriority(ULONG a, ULONG b, LONG c, ULONG d) 1390 #undef DosResumeThread 1391 #define DosResumeThread _DosResumeThread 1392 1393 inline ULONG APIENTRY _DosSetPriority(ULONG a, ULONG b, LONG c, ULONG d) 1098 1394 { 1099 1395 ULONG yyrc; … … 1106 1402 } 1107 1403 1108 inline ULONG APIENTRY DosSleep(ULONG a) 1404 #undef DosSetPriority 1405 #define DosSetPriority _DosSetPriority 1406 1407 inline ULONG APIENTRY _DosSleep(ULONG a) 1109 1408 { 1110 1409 ULONG yyrc; … … 1117 1416 } 1118 1417 1119 inline ULONG APIENTRY DosSuspendThread(TID a) 1418 #undef DosSleep 1419 #define DosSleep _DosSleep 1420 1421 inline ULONG APIENTRY _DosSuspendThread(TID a) 1120 1422 { 1121 1423 ULONG yyrc; … … 1128 1430 } 1129 1431 1130 inline ULONG APIENTRY DosVerifyPidTid(PID a, TID b) 1131 { 1132 ULONG yyrc; 1133 USHORT sel = GetFS(); 1134 1135 yyrc = DosVerifyPidTid(a, b); 1136 SetFS(sel); 1137 1138 return yyrc; 1139 } 1140 1141 inline ULONG APIENTRY DosWaitChild(ULONG a, ULONG b, PRESULTCODES c, PPID d, PID e) 1432 #undef DosSuspendThread 1433 #define DosSuspendThread _DosSuspendThread 1434 1435 inline ULONG APIENTRY _DosWaitChild(ULONG a, ULONG b, PRESULTCODES c, PPID d, PID e) 1142 1436 { 1143 1437 ULONG yyrc; … … 1150 1444 } 1151 1445 1152 inline ULONG APIENTRY DosWaitThread(PTID a, ULONG b) 1446 #undef DosWaitChild 1447 #define DosWaitChild _DosWaitChild 1448 1449 inline ULONG APIENTRY _DosWaitThread(PTID a, ULONG b) 1153 1450 { 1154 1451 ULONG yyrc; … … 1160 1457 return yyrc; 1161 1458 } 1459 1460 #undef DosWaitThread 1461 #define DosWaitThread _DosWaitThread 1162 1462 1163 1463 #endif 1164 1464 #ifdef INCL_DOSSESMGR 1165 inline ULONG APIENTRY DosQueryAppType(PCSZ a, PULONG b)1465 inline ULONG APIENTRY _DosQueryAppType(PCSZ a, PULONG b) 1166 1466 { 1167 1467 ULONG yyrc; … … 1174 1474 } 1175 1475 1176 inline ULONG APIENTRY DosSelectSession(ULONG a) 1476 #undef DosQueryAppType 1477 #define DosQueryAppType _DosQueryAppType 1478 1479 inline ULONG APIENTRY _DosSelectSession(ULONG a) 1177 1480 { 1178 1481 ULONG yyrc; … … 1185 1488 } 1186 1489 1187 inline ULONG APIENTRY DosSetSession(ULONG a, PSTATUSDATA b) 1490 #undef DosSelectSession 1491 #define DosSelectSession _DosSelectSession 1492 1493 inline ULONG APIENTRY _DosSetSession(ULONG a, PSTATUSDATA b) 1188 1494 { 1189 1495 ULONG yyrc; … … 1196 1502 } 1197 1503 1198 inline ULONG APIENTRY DosStartSession(PSTARTDATA a, PULONG b, PPID c) 1504 #undef DosSetSession 1505 #define DosSetSession _DosSetSession 1506 1507 inline ULONG APIENTRY _DosStartSession(PSTARTDATA a, PULONG b, PPID c) 1199 1508 { 1200 1509 ULONG yyrc; … … 1207 1516 } 1208 1517 1209 inline ULONG APIENTRY DosStopSession(ULONG a, ULONG b) 1518 #undef DosStartSession 1519 #define DosStartSession _DosStartSession 1520 1521 inline ULONG APIENTRY _DosStopSession(ULONG a, ULONG b) 1210 1522 { 1211 1523 ULONG yyrc; … … 1217 1529 return yyrc; 1218 1530 } 1531 1532 #undef DosStopSession 1533 #define DosStopSession _DosStopSession 1219 1534 1220 1535 #endif 1221 1536 #ifdef INCL_DOSSEMAPHORES 1222 inline ULONG APIENTRY DosCloseEventSem(HEV a)1537 inline ULONG APIENTRY _DosCloseEventSem(HEV a) 1223 1538 { 1224 1539 ULONG yyrc; … … 1231 1546 } 1232 1547 1233 inline ULONG APIENTRY DosCreateEventSem(PCSZ a, PHEV b, ULONG c, BOOL32 d) 1548 #undef DosCloseEventSem 1549 #define DosCloseEventSem _DosCloseEventSem 1550 1551 inline ULONG APIENTRY _DosCreateEventSem(PCSZ a, PHEV b, ULONG c, BOOL32 d) 1234 1552 { 1235 1553 ULONG yyrc; … … 1242 1560 } 1243 1561 1244 inline ULONG APIENTRY DosOpenEventSem(PCSZ a, PHEV b) 1562 #undef DosCreateEventSem 1563 #define DosCreateEventSem _DosCreateEventSem 1564 1565 inline ULONG APIENTRY _DosOpenEventSem(PCSZ a, PHEV b) 1245 1566 { 1246 1567 ULONG yyrc; … … 1253 1574 } 1254 1575 1255 inline ULONG APIENTRY DosPostEventSem(HEV a) 1576 #undef DosOpenEventSem 1577 #define DosOpenEventSem _DosOpenEventSem 1578 1579 inline ULONG APIENTRY _DosPostEventSem(HEV a) 1256 1580 { 1257 1581 ULONG yyrc; … … 1264 1588 } 1265 1589 1266 inline ULONG APIENTRY DosQueryEventSem(HEV a, PULONG b) 1590 #undef DosPostEventSem 1591 #define DosPostEventSem _DosPostEventSem 1592 1593 inline ULONG APIENTRY _DosQueryEventSem(HEV a, PULONG b) 1267 1594 { 1268 1595 ULONG yyrc; … … 1275 1602 } 1276 1603 1277 inline ULONG APIENTRY DosResetEventSem(HEV a, PULONG b) 1604 #undef DosQueryEventSem 1605 #define DosQueryEventSem _DosQueryEventSem 1606 1607 inline ULONG APIENTRY _DosResetEventSem(HEV a, PULONG b) 1278 1608 { 1279 1609 ULONG yyrc; … … 1286 1616 } 1287 1617 1288 inline ULONG APIENTRY DosWaitEventSem(HEV a, ULONG b) 1618 #undef DosResetEventSem 1619 #define DosResetEventSem _DosResetEventSem 1620 1621 inline ULONG APIENTRY _DosWaitEventSem(HEV a, ULONG b) 1289 1622 { 1290 1623 ULONG yyrc; … … 1297 1630 } 1298 1631 1299 inline ULONG APIENTRY DosCloseMutexSem(HMTX a) 1632 #undef DosWaitEventSem 1633 #define DosWaitEventSem _DosWaitEventSem 1634 1635 inline ULONG APIENTRY _DosCloseMutexSem(HMTX a) 1300 1636 { 1301 1637 ULONG yyrc; … … 1308 1644 } 1309 1645 1310 inline ULONG APIENTRY DosCreateMutexSem(PCSZ a, PHMTX b, ULONG c, BOOL32 d) 1646 #undef DosCloseMutexSem 1647 #define DosCloseMutexSem _DosCloseMutexSem 1648 1649 inline ULONG APIENTRY _DosCreateMutexSem(PCSZ a, PHMTX b, ULONG c, BOOL32 d) 1311 1650 { 1312 1651 ULONG yyrc; … … 1319 1658 } 1320 1659 1321 inline ULONG APIENTRY DosOpenMutexSem(PCSZ a, PHMTX b) 1660 #undef DosCreateMutexSem 1661 #define DosCreateMutexSem _DosCreateMutexSem 1662 1663 inline ULONG APIENTRY _DosOpenMutexSem(PCSZ a, PHMTX b) 1322 1664 { 1323 1665 ULONG yyrc; … … 1330 1672 } 1331 1673 1332 inline ULONG APIENTRY DosQueryMutexSem(HMTX a, PPID b, PTID c, PULONG d) 1674 #undef DosOpenMutexSem 1675 #define DosOpenMutexSem _DosOpenMutexSem 1676 1677 inline ULONG APIENTRY _DosQueryMutexSem(HMTX a, PPID b, PTID c, PULONG d) 1333 1678 { 1334 1679 ULONG yyrc; … … 1341 1686 } 1342 1687 1343 inline ULONG APIENTRY DosReleaseMutexSem(HMTX a) 1688 #undef DosQueryMutexSem 1689 #define DosQueryMutexSem _DosQueryMutexSem 1690 1691 inline ULONG APIENTRY _DosReleaseMutexSem(HMTX a) 1344 1692 { 1345 1693 ULONG yyrc; … … 1352 1700 } 1353 1701 1354 inline ULONG APIENTRY DosRequestMutexSem(HMTX a, ULONG b) 1702 #undef DosReleaseMutexSem 1703 #define DosReleaseMutexSem _DosReleaseMutexSem 1704 1705 inline ULONG APIENTRY _DosRequestMutexSem(HMTX a, ULONG b) 1355 1706 { 1356 1707 ULONG yyrc; … … 1363 1714 } 1364 1715 1365 inline ULONG APIENTRY DosAddMuxWaitSem(HMUX a, PSEMRECORD b) 1716 #undef DosRequestMutexSem 1717 #define DosRequestMutexSem _DosRequestMutexSem 1718 1719 inline ULONG APIENTRY _DosAddMuxWaitSem(HMUX a, PSEMRECORD b) 1366 1720 { 1367 1721 ULONG yyrc; … … 1374 1728 } 1375 1729 1376 inline ULONG APIENTRY DosCloseMuxWaitSem(HMUX a) 1730 #undef DosAddMuxWaitSem 1731 #define DosAddMuxWaitSem _DosAddMuxWaitSem 1732 1733 inline ULONG APIENTRY _DosCloseMuxWaitSem(HMUX a) 1377 1734 { 1378 1735 ULONG yyrc; … … 1385 1742 } 1386 1743 1387 inline ULONG APIENTRY DosCreateMuxWaitSem(PCSZ a, PHMUX b, ULONG c, PSEMRECORD d, ULONG e) 1744 #undef DosCloseMuxWaitSem 1745 #define DosCloseMuxWaitSem _DosCloseMuxWaitSem 1746 1747 inline ULONG APIENTRY _DosCreateMuxWaitSem(PCSZ a, PHMUX b, ULONG c, PSEMRECORD d, ULONG e) 1388 1748 { 1389 1749 ULONG yyrc; … … 1396 1756 } 1397 1757 1398 inline ULONG APIENTRY DosDeleteMuxWaitSem(HMUX a, HSEM b) 1758 #undef DosCreateMuxWaitSem 1759 #define DosCreateMuxWaitSem _DosCreateMuxWaitSem 1760 1761 inline ULONG APIENTRY _DosDeleteMuxWaitSem(HMUX a, HSEM b) 1399 1762 { 1400 1763 ULONG yyrc; … … 1407 1770 } 1408 1771 1409 inline ULONG APIENTRY DosOpenMuxWaitSem(PCSZ a, PHMUX b) 1772 #undef DosDeleteMuxWaitSem 1773 #define DosDeleteMuxWaitSem _DosDeleteMuxWaitSem 1774 1775 inline ULONG APIENTRY _DosOpenMuxWaitSem(PCSZ a, PHMUX b) 1410 1776 { 1411 1777 ULONG yyrc; … … 1418 1784 } 1419 1785 1420 inline ULONG APIENTRY DosQueryMuxWaitSem(HMUX a, PULONG b, PSEMRECORD c, PULONG d) 1786 #undef DosOpenMuxWaitSem 1787 #define DosOpenMuxWaitSem _DosOpenMuxWaitSem 1788 1789 inline ULONG APIENTRY _DosQueryMuxWaitSem(HMUX a, PULONG b, PSEMRECORD c, PULONG d) 1421 1790 { 1422 1791 ULONG yyrc; … … 1429 1798 } 1430 1799 1431 inline ULONG APIENTRY DosWaitMuxWaitSem(HMUX a, ULONG b, PULONG c) 1800 #undef DosQueryMuxWaitSem 1801 #define DosQueryMuxWaitSem _DosQueryMuxWaitSem 1802 1803 inline ULONG APIENTRY _DosWaitMuxWaitSem(HMUX a, ULONG b, PULONG c) 1432 1804 { 1433 1805 ULONG yyrc; … … 1439 1811 return yyrc; 1440 1812 } 1813 1814 #undef DosWaitMuxWaitSem 1815 #define DosWaitMuxWaitSem _DosWaitMuxWaitSem 1441 1816 1442 1817 #endif 1443 1818 #ifdef INCL_DOSNMPIPES 1444 inline ULONG APIENTRY DosCallNPipe(PCSZ a, PVOID b, ULONG c, PVOID d, ULONG e, PULONG f, ULONG g)1819 inline ULONG APIENTRY _DosCallNPipe(PCSZ a, PVOID b, ULONG c, PVOID d, ULONG e, PULONG f, ULONG g) 1445 1820 { 1446 1821 ULONG yyrc; … … 1453 1828 } 1454 1829 1455 inline ULONG APIENTRY DosConnectNPipe(HPIPE a) 1830 #undef DosCallNPipe 1831 #define DosCallNPipe _DosCallNPipe 1832 1833 inline ULONG APIENTRY _DosConnectNPipe(HPIPE a) 1456 1834 { 1457 1835 ULONG yyrc; … … 1464 1842 } 1465 1843 1466 inline ULONG APIENTRY DosCreateNPipe(PCSZ a, PHPIPE b, ULONG c, ULONG d, ULONG e, ULONG f, ULONG g) 1844 #undef DosConnectNPipe 1845 #define DosConnectNPipe _DosConnectNPipe 1846 1847 inline ULONG APIENTRY _DosCreateNPipe(PCSZ a, PHPIPE b, ULONG c, ULONG d, ULONG e, ULONG f, ULONG g) 1467 1848 { 1468 1849 ULONG yyrc; … … 1475 1856 } 1476 1857 1477 inline ULONG APIENTRY DosDisConnectNPipe(HPIPE a) 1858 #undef DosCreateNPipe 1859 #define DosCreateNPipe _DosCreateNPipe 1860 1861 inline ULONG APIENTRY _DosDisConnectNPipe(HPIPE a) 1478 1862 { 1479 1863 ULONG yyrc; … … 1486 1870 } 1487 1871 1488 inline ULONG APIENTRY DosPeekNPipe(HPIPE a, PVOID b, ULONG c, PULONG d, PAVAILDATA e, PULONG f) 1872 #undef DosDisConnectNPipe 1873 #define DosDisConnectNPipe _DosDisConnectNPipe 1874 1875 inline ULONG APIENTRY _DosPeekNPipe(HPIPE a, PVOID b, ULONG c, PULONG d, PAVAILDATA e, PULONG f) 1489 1876 { 1490 1877 ULONG yyrc; … … 1497 1884 } 1498 1885 1499 inline ULONG APIENTRY DosQueryNPHState(HPIPE a, PULONG b) 1886 #undef DosPeekNPipe 1887 #define DosPeekNPipe _DosPeekNPipe 1888 1889 inline ULONG APIENTRY _DosQueryNPHState(HPIPE a, PULONG b) 1500 1890 { 1501 1891 ULONG yyrc; … … 1508 1898 } 1509 1899 1510 inline ULONG APIENTRY DosQueryNPipeInfo(HPIPE a, ULONG b, PVOID c, ULONG d) 1900 #undef DosQueryNPHState 1901 #define DosQueryNPHState _DosQueryNPHState 1902 1903 inline ULONG APIENTRY _DosQueryNPipeInfo(HPIPE a, ULONG b, PVOID c, ULONG d) 1511 1904 { 1512 1905 ULONG yyrc; … … 1519 1912 } 1520 1913 1521 inline ULONG APIENTRY DosQueryNPipeSemState(HSEM a, PPIPESEMSTATE b, ULONG c) 1914 #undef DosQueryNPipeInfo 1915 #define DosQueryNPipeInfo _DosQueryNPipeInfo 1916 1917 inline ULONG APIENTRY _DosQueryNPipeSemState(HSEM a, PPIPESEMSTATE b, ULONG c) 1522 1918 { 1523 1919 ULONG yyrc; … … 1530 1926 } 1531 1927 1532 inline ULONG APIENTRY DosRawReadNPipe(PCSZ a, ULONG b, PULONG c, PVOID d) 1928 #undef DosQueryNPipeSemState 1929 #define DosQueryNPipeSemState _DosQueryNPipeSemState 1930 1931 inline ULONG APIENTRY _DosRawReadNPipe(PCSZ a, ULONG b, PULONG c, PVOID d) 1533 1932 { 1534 1933 ULONG yyrc; … … 1541 1940 } 1542 1941 1543 inline ULONG APIENTRY DosRawWriteNPipe(PCSZ a, ULONG b) 1942 #undef DosRawReadNPipe 1943 #define DosRawReadNPipe _DosRawReadNPipe 1944 1945 inline ULONG APIENTRY _DosRawWriteNPipe(PCSZ a, ULONG b) 1544 1946 { 1545 1947 ULONG yyrc; … … 1552 1954 } 1553 1955 1554 inline ULONG APIENTRY DosSetNPHState(HPIPE a, ULONG b) 1956 #undef DosRawWriteNPipe 1957 #define DosRawWriteNPipe _DosRawWriteNPipe 1958 1959 inline ULONG APIENTRY _DosSetNPHState(HPIPE a, ULONG b) 1555 1960 { 1556 1961 ULONG yyrc; … … 1563 1968 } 1564 1969 1565 inline ULONG APIENTRY DosSetNPipeSem(HPIPE a, HSEM b, ULONG c) 1970 #undef DosSetNPHState 1971 #define DosSetNPHState _DosSetNPHState 1972 1973 inline ULONG APIENTRY _DosSetNPipeSem(HPIPE a, HSEM b, ULONG c) 1566 1974 { 1567 1975 ULONG yyrc; … … 1574 1982 } 1575 1983 1576 inline ULONG APIENTRY DosTransactNPipe(HPIPE a, PVOID b, ULONG c, PVOID d, ULONG e, PULONG f) 1984 #undef DosSetNPipeSem 1985 #define DosSetNPipeSem _DosSetNPipeSem 1986 1987 inline ULONG APIENTRY _DosTransactNPipe(HPIPE a, PVOID b, ULONG c, PVOID d, ULONG e, PULONG f) 1577 1988 { 1578 1989 ULONG yyrc; … … 1585 1996 } 1586 1997 1587 inline ULONG APIENTRY DosWaitNPipe(PCSZ a, ULONG b) 1998 #undef DosTransactNPipe 1999 #define DosTransactNPipe _DosTransactNPipe 2000 2001 inline ULONG APIENTRY _DosWaitNPipe(PCSZ a, ULONG b) 1588 2002 { 1589 2003 ULONG yyrc; … … 1596 2010 } 1597 2011 1598 inline ULONG APIENTRY DosCreatePipe(PHFILE a, PHFILE b, ULONG c) 2012 #undef DosWaitNPipe 2013 #define DosWaitNPipe _DosWaitNPipe 2014 2015 inline ULONG APIENTRY _DosCreatePipe(PHFILE a, PHFILE b, ULONG c) 1599 2016 { 1600 2017 ULONG yyrc; … … 1606 2023 return yyrc; 1607 2024 } 2025 2026 #undef DosCreatePipe 2027 #define DosCreatePipe _DosCreatePipe 1608 2028 1609 2029 #endif 1610 2030 #ifdef INCL_DOSQUEUES 1611 inline ULONG APIENTRY DosCloseQueue(HQUEUE a)2031 inline ULONG APIENTRY _DosCloseQueue(HQUEUE a) 1612 2032 { 1613 2033 ULONG yyrc; … … 1620 2040 } 1621 2041 1622 inline ULONG APIENTRY DosCreateQueue(PHQUEUE a, ULONG b, PCSZ c) 2042 #undef DosCloseQueue 2043 #define DosCloseQueue _DosCloseQueue 2044 2045 inline ULONG APIENTRY _DosCreateQueue(PHQUEUE a, ULONG b, PCSZ c) 1623 2046 { 1624 2047 ULONG yyrc; … … 1631 2054 } 1632 2055 1633 inline ULONG APIENTRY DosOpenQueue(PPID a, PHQUEUE b, PCSZ c) 2056 #undef DosCreateQueue 2057 #define DosCreateQueue _DosCreateQueue 2058 2059 inline ULONG APIENTRY _DosOpenQueue(PPID a, PHQUEUE b, PCSZ c) 1634 2060 { 1635 2061 ULONG yyrc; … … 1642 2068 } 1643 2069 1644 inline ULONG APIENTRY DosPeekQueue(HQUEUE a, PREQUESTDATA b, PULONG c, PPVOID d, PULONG e, BOOL32 f, PBYTE g, HEV h) 2070 #undef DosOpenQueue 2071 #define DosOpenQueue _DosOpenQueue 2072 2073 inline ULONG APIENTRY _DosPeekQueue(HQUEUE a, PREQUESTDATA b, PULONG c, PPVOID d, PULONG e, BOOL32 f, PBYTE g, HEV h) 1645 2074 { 1646 2075 ULONG yyrc; … … 1653 2082 } 1654 2083 1655 inline ULONG APIENTRY DosPurgeQueue(HQUEUE a) 2084 #undef DosPeekQueue 2085 #define DosPeekQueue _DosPeekQueue 2086 2087 inline ULONG APIENTRY _DosPurgeQueue(HQUEUE a) 1656 2088 { 1657 2089 ULONG yyrc; … … 1664 2096 } 1665 2097 1666 inline ULONG APIENTRY DosQueryQueue(HQUEUE a, PULONG b) 2098 #undef DosPurgeQueue 2099 #define DosPurgeQueue _DosPurgeQueue 2100 2101 inline ULONG APIENTRY _DosQueryQueue(HQUEUE a, PULONG b) 1667 2102 { 1668 2103 ULONG yyrc; … … 1675 2110 } 1676 2111 1677 inline ULONG APIENTRY DosReadQueue(HQUEUE a, PREQUESTDATA b, PULONG c, PPVOID d, ULONG e, BOOL32 f, PBYTE g, HEV h) 2112 #undef DosQueryQueue 2113 #define DosQueryQueue _DosQueryQueue 2114 2115 inline ULONG APIENTRY _DosReadQueue(HQUEUE a, PREQUESTDATA b, PULONG c, PPVOID d, ULONG e, BOOL32 f, PBYTE g, HEV h) 1678 2116 { 1679 2117 ULONG yyrc; … … 1686 2124 } 1687 2125 1688 inline ULONG APIENTRY DosWriteQueue(HQUEUE a, ULONG b, ULONG c, PVOID d, ULONG e) 2126 #undef DosReadQueue 2127 #define DosReadQueue _DosReadQueue 2128 2129 inline ULONG APIENTRY _DosWriteQueue(HQUEUE a, ULONG b, ULONG c, PVOID d, ULONG e) 1689 2130 { 1690 2131 ULONG yyrc; … … 1696 2137 return yyrc; 1697 2138 } 2139 2140 #undef DosWriteQueue 2141 #define DosWriteQueue _DosWriteQueue 1698 2142 1699 2143 #endif 1700 2144 #ifdef INCL_DOSEXCEPTIONS 1701 inline ULONG APIENTRY DosAcknowledgeSignalException(ULONG a)2145 inline ULONG APIENTRY _DosAcknowledgeSignalException(ULONG a) 1702 2146 { 1703 2147 ULONG yyrc; … … 1710 2154 } 1711 2155 1712 inline ULONG APIENTRY DosEnterMustComplete(PULONG a) 2156 #undef DosAcknowledgeSignalException 2157 #define DosAcknowledgeSignalException _DosAcknowledgeSignalException 2158 2159 inline ULONG APIENTRY _DosEnterMustComplete(PULONG a) 1713 2160 { 1714 2161 ULONG yyrc; … … 1721 2168 } 1722 2169 1723 inline ULONG APIENTRY DosExitMustComplete(PULONG a) 2170 #undef DosEnterMustComplete 2171 #define DosEnterMustComplete _DosEnterMustComplete 2172 2173 inline ULONG APIENTRY _DosExitMustComplete(PULONG a) 1724 2174 { 1725 2175 ULONG yyrc; … … 1732 2182 } 1733 2183 1734 inline ULONG APIENTRY DosQueryThreadContext(TID a, ULONG b, PCONTEXTRECORD c) 2184 #undef DosExitMustComplete 2185 #define DosExitMustComplete _DosExitMustComplete 2186 2187 inline ULONG APIENTRY _DosQueryThreadContext(TID a, ULONG b, PCONTEXTRECORD c) 1735 2188 { 1736 2189 ULONG yyrc; … … 1743 2196 } 1744 2197 1745 inline ULONG APIENTRY DosRaiseException(PEXCEPTIONREPORTRECORD a) 2198 #undef DosQueryThreadContext 2199 #define DosQueryThreadContext _DosQueryThreadContext 2200 2201 inline ULONG APIENTRY _DosRaiseException(PEXCEPTIONREPORTRECORD a) 1746 2202 { 1747 2203 ULONG yyrc; … … 1754 2210 } 1755 2211 1756 inline ULONG APIENTRY DosSendSignalException(PID a, ULONG b) 2212 #undef DosRaiseException 2213 #define DosRaiseException _DosRaiseException 2214 2215 inline ULONG APIENTRY _DosSendSignalException(PID a, ULONG b) 1757 2216 { 1758 2217 ULONG yyrc; … … 1765 2224 } 1766 2225 1767 inline ULONG APIENTRY DosSetExceptionHandler(PEXCEPTIONREGISTRATIONRECORD a) 2226 #undef DosSendSignalException 2227 #define DosSendSignalException _DosSendSignalException 2228 2229 inline ULONG APIENTRY _DosSetExceptionHandler(PEXCEPTIONREGISTRATIONRECORD a) 1768 2230 { 1769 2231 ULONG yyrc; … … 1776 2238 } 1777 2239 1778 inline ULONG APIENTRY DosSetSignalExceptionFocus(BOOL32 a, PULONG b) 2240 #undef DosSetExceptionHandler 2241 #define DosSetExceptionHandler _DosSetExceptionHandler 2242 2243 inline ULONG APIENTRY _DosSetSignalExceptionFocus(BOOL32 a, PULONG b) 1779 2244 { 1780 2245 ULONG yyrc; … … 1787 2252 } 1788 2253 1789 inline ULONG APIENTRY DosUnsetExceptionHandler(PEXCEPTIONREGISTRATIONRECORD a) 2254 #undef DosSetSignalExceptionFocus 2255 #define DosSetSignalExceptionFocus _DosSetSignalExceptionFocus 2256 2257 inline ULONG APIENTRY _DosUnsetExceptionHandler(PEXCEPTIONREGISTRATIONRECORD a) 1790 2258 { 1791 2259 ULONG yyrc; … … 1798 2266 } 1799 2267 1800 inline ULONG APIENTRY DosUnwindException(PEXCEPTIONREGISTRATIONRECORD a, PVOID b, PEXCEPTIONREPORTRECORD c) 2268 #undef DosUnsetExceptionHandler 2269 #define DosUnsetExceptionHandler _DosUnsetExceptionHandler 2270 2271 inline ULONG APIENTRY _DosUnwindException(PEXCEPTIONREGISTRATIONRECORD a, PVOID b, PEXCEPTIONREPORTRECORD c) 1801 2272 { 1802 2273 ULONG yyrc; … … 1808 2279 return yyrc; 1809 2280 } 2281 2282 #undef DosUnwindException 2283 #define DosUnwindException _DosUnwindException 1810 2284 1811 2285 #endif 1812 2286 #ifdef INCL_DOSMISC 1813 inline ULONG APIENTRY DosQuerySysInfo(ULONG a, ULONG b, PVOID c, ULONG d)2287 inline ULONG APIENTRY _DosQuerySysInfo(ULONG a, ULONG b, PVOID c, ULONG d) 1814 2288 { 1815 2289 ULONG yyrc; … … 1822 2296 } 1823 2297 1824 inline ULONG APIENTRY DosScanEnv(PCSZ a, PSZ *b) 2298 #undef DosQuerySysInfo 2299 #define DosQuerySysInfo _DosQuerySysInfo 2300 2301 inline ULONG APIENTRY _DosScanEnv(PCSZ a, PCSZ *b) 1825 2302 { 1826 2303 ULONG yyrc; … … 1833 2310 } 1834 2311 1835 inline ULONG APIENTRY DosQueryRASInfo(ULONG a, PPVOID b) 2312 #undef DosScanEnv 2313 #define DosScanEnv _DosScanEnv 2314 2315 inline ULONG APIENTRY _DosQueryRASInfo(ULONG a, PPVOID b) 1836 2316 { 1837 2317 ULONG yyrc; … … 1843 2323 return yyrc; 1844 2324 } 2325 2326 #undef DosQueryRASInfo 2327 #define DosQueryRASInfo _DosQueryRASInfo 1845 2328 1846 2329 #endif 1847 2330 #ifdef INCL_DOSDATETIME 1848 inline ULONG APIENTRY DosGetDateTime(PDATETIME a)2331 inline ULONG APIENTRY _DosGetDateTime(PDATETIME a) 1849 2332 { 1850 2333 ULONG yyrc; … … 1857 2340 } 1858 2341 1859 inline ULONG APIENTRY DosSetDateTime(CONST DATETIME *a) 2342 #undef DosGetDateTime 2343 #define DosGetDateTime _DosGetDateTime 2344 2345 inline ULONG APIENTRY _DosSetDateTime(PDATETIME a) 1860 2346 { 1861 2347 ULONG yyrc; … … 1868 2354 } 1869 2355 1870 inline ULONG APIENTRY DosAsyncTimer(ULONG a, HSEM b, PHTIMER c) 2356 #undef DosSetDateTime 2357 #define DosSetDateTime _DosSetDateTime 2358 2359 inline ULONG APIENTRY _DosAsyncTimer(ULONG a, HSEM b, PHTIMER c) 1871 2360 { 1872 2361 ULONG yyrc; … … 1879 2368 } 1880 2369 1881 inline ULONG APIENTRY DosStartTimer(ULONG a, HSEM b, PHTIMER c) 2370 #undef DosAsyncTimer 2371 #define DosAsyncTimer _DosAsyncTimer 2372 2373 inline ULONG APIENTRY _DosStartTimer(ULONG a, HSEM b, PHTIMER c) 1882 2374 { 1883 2375 ULONG yyrc; … … 1890 2382 } 1891 2383 1892 inline ULONG APIENTRY DosStopTimer(HTIMER a) 2384 #undef DosStartTimer 2385 #define DosStartTimer _DosStartTimer 2386 2387 inline ULONG APIENTRY _DosStopTimer(HTIMER a) 1893 2388 { 1894 2389 ULONG yyrc; … … 1900 2395 return yyrc; 1901 2396 } 2397 2398 #undef DosStopTimer 2399 #define DosStopTimer _DosStopTimer 1902 2400 1903 2401 #endif 1904 2402 #ifdef DosTmrQueryFreq 1905 inline ULONG APIENTRY DosTmrQueryFreq(PULONG a)2403 inline ULONG APIENTRY _DosTmrQueryFreq(PULONG a) 1906 2404 { 1907 2405 ULONG yyrc; … … 1914 2412 } 1915 2413 1916 inline ULONG APIENTRY DosTmrQueryTime(PQWORD a) 2414 #undef DosTmrQueryFreq 2415 #define DosTmrQueryFreq _DosTmrQueryFreq 2416 2417 inline ULONG APIENTRY _DosTmrQueryTime(PQWORD a) 1917 2418 { 1918 2419 ULONG yyrc; … … 1924 2425 return yyrc; 1925 2426 } 2427 2428 #undef DosTmrQueryTime 2429 #define DosTmrQueryTime _DosTmrQueryTime 1926 2430 1927 2431 #endif 1928 2432 #ifdef INCL_DOSMVDM 1929 inline ULONG APIENTRY DosCloseVDD(HVDD a)2433 inline ULONG APIENTRY _DosCloseVDD(HVDD a) 1930 2434 { 1931 2435 ULONG yyrc; … … 1938 2442 } 1939 2443 1940 inline ULONG APIENTRY DosOpenVDD(PCSZ a, PHVDD b) 2444 #undef DosCloseVDD 2445 #define DosCloseVDD _DosCloseVDD 2446 2447 inline ULONG APIENTRY _DosOpenVDD(PCSZ a, PHVDD b) 1941 2448 { 1942 2449 ULONG yyrc; … … 1949 2456 } 1950 2457 1951 inline ULONG APIENTRY DosQueryDOSProperty(SGID a, PCSZ b, ULONG c, PSZ d) 2458 #undef DosOpenVDD 2459 #define DosOpenVDD _DosOpenVDD 2460 2461 inline ULONG APIENTRY _DosQueryDOSProperty(SGID a, PCSZ b, ULONG c, PSZ d) 1952 2462 { 1953 2463 ULONG yyrc; … … 1960 2470 } 1961 2471 1962 inline ULONG APIENTRY DosRequestVDD(HVDD a, SGID b, ULONG c, ULONG d, PVOID e, ULONG f, PVOID g) 2472 #undef DosQueryDOSProperty 2473 #define DosQueryDOSProperty _DosQueryDOSProperty 2474 2475 inline ULONG APIENTRY _DosRequestVDD(HVDD a, SGID b, ULONG c, ULONG d, PVOID e, ULONG f, PVOID g) 1963 2476 { 1964 2477 ULONG yyrc; … … 1971 2484 } 1972 2485 1973 inline ULONG APIENTRY DosSetDOSProperty(SGID a, PCSZ b, ULONG c, PCSZ d) 2486 #undef DosRequestVDD 2487 #define DosRequestVDD _DosRequestVDD 2488 2489 inline ULONG APIENTRY _DosSetDOSProperty(SGID a, PCSZ b, ULONG c, PCSZ d) 1974 2490 { 1975 2491 ULONG yyrc; … … 1981 2497 return yyrc; 1982 2498 } 2499 2500 #undef DosSetDOSProperty 2501 #define DosSetDOSProperty _DosSetDOSProperty 1983 2502 1984 2503 #endif 1985 2504 #ifdef INCL_DOSPROCESS 1986 inline ULONG APIENTRY DosDebug(uDB_t *a)2505 inline ULONG APIENTRY _DosDebug(uDB_t *a) 1987 2506 { 1988 2507 ULONG yyrc; … … 1994 2513 return yyrc; 1995 2514 } 2515 2516 #undef DosDebug 2517 #define DosDebug _DosDebug 1996 2518 1997 2519 #endif 1998 2520 #ifdef INCL_DOSMISC 1999 inline ULONG APIENTRY DosGetMessage(PCHAR *a, ULONG b, PCHAR c, ULONG d, ULONG e, PCSZ f, PULONG g)2521 inline ULONG APIENTRY _DosGetMessage(PCHAR *a, ULONG b, PCHAR c, ULONG d, ULONG e, PCSZ f, PULONG g) 2000 2522 { 2001 2523 ULONG yyrc; … … 2008 2530 } 2009 2531 2010 inline ULONG APIENTRY DosInsertMessage(PCHAR *a, ULONG b, PCSZ c, ULONG d, PCHAR e, ULONG f, PULONG g) 2532 #undef DosGetMessage 2533 #define DosGetMessage _DosGetMessage 2534 2535 inline ULONG APIENTRY _DosInsertMessage(PCHAR *a, ULONG b, PCSZ c, ULONG d, PCHAR e, ULONG f, PULONG g) 2011 2536 { 2012 2537 ULONG yyrc; … … 2019 2544 } 2020 2545 2021 inline ULONG APIENTRY DosPutMessage(HFILE a, ULONG b, PCHAR c) 2546 #undef DosInsertMessage 2547 #define DosInsertMessage _DosInsertMessage 2548 2549 inline ULONG APIENTRY _DosPutMessage(HFILE a, ULONG b, PCHAR c) 2022 2550 { 2023 2551 ULONG yyrc; … … 2030 2558 } 2031 2559 2032 inline ULONG APIENTRY DosQueryMessageCP(PCHAR a, ULONG b, PCSZ c, PULONG d) 2560 #undef DosPutMessage 2561 #define DosPutMessage _DosPutMessage 2562 2563 inline ULONG APIENTRY _DosQueryMessageCP(PCHAR a, ULONG b, PCSZ c, PULONG d) 2033 2564 { 2034 2565 ULONG yyrc; … … 2040 2571 return yyrc; 2041 2572 } 2573 2574 #undef DosQueryMessageCP 2575 #define DosQueryMessageCP _DosQueryMessageCP 2042 2576 2043 2577 #endif 2044 2578 #ifdef INCL_DOSRAS 2045 inline ULONG APIENTRY DosDumpProcess(ULONG a, ULONG b, PID c)2579 inline ULONG APIENTRY _DosDumpProcess(ULONG a, ULONG b, PID c) 2046 2580 { 2047 2581 ULONG yyrc; … … 2054 2588 } 2055 2589 2056 inline ULONG APIENTRY DosForceSystemDump(ULONG a) 2590 #undef DosDumpProcess 2591 #define DosDumpProcess _DosDumpProcess 2592 2593 inline ULONG APIENTRY _DosForceSystemDump(ULONG a) 2057 2594 { 2058 2595 ULONG yyrc; … … 2065 2602 } 2066 2603 2067 inline ULONG APIENTRY DosQueryRASInfo(ULONG a, PPVOID b) 2604 #undef DosForceSystemDump 2605 #define DosForceSystemDump _DosForceSystemDump 2606 2607 inline ULONG APIENTRY _DosQueryRASInfo(ULONG a, PPVOID b) 2068 2608 { 2069 2609 ULONG yyrc; … … 2076 2616 } 2077 2617 2078 inline ULONG APIENTRY DosSuppressPopUps(ULONG a, ULONG b) 2618 #undef DosQueryRASInfo 2619 #define DosQueryRASInfo _DosQueryRASInfo 2620 2621 inline ULONG APIENTRY _DosSuppressPopUps(ULONG a, ULONG b) 2079 2622 { 2080 2623 ULONG yyrc; … … 2086 2629 return yyrc; 2087 2630 } 2631 2632 #undef DosSuppressPopUps 2633 #define DosSuppressPopUps _DosSuppressPopUps 2088 2634 2089 2635 #endif 2090 2636 #ifdef INCL_RXSUBCOM 2091 inline ULONG APIENTRY RexxDeregisterSubcom(PCSZ a, PCSZ b)2637 inline ULONG APIENTRY _RexxDeregisterSubcom(PCSZ a, PCSZ b) 2092 2638 { 2093 2639 ULONG yyrc; … … 2100 2646 } 2101 2647 2102 inline ULONG APIENTRY RexxQuerySubcom(PCSZ a, PCSZ b, PUSHORT c, PUCHAR d) 2648 #undef RexxDeregisterSubcom 2649 #define RexxDeregisterSubcom _RexxDeregisterSubcom 2650 2651 inline ULONG APIENTRY _RexxQuerySubcom(PCSZ a, PCSZ b, PUSHORT c, PUCHAR d) 2103 2652 { 2104 2653 ULONG yyrc; … … 2111 2660 } 2112 2661 2113 inline ULONG APIENTRY RexxRegisterSubcomDll(PCSZ a, PCSZ b, PCSZ c, PUCHAR d, ULONG e) 2662 #undef RexxQuerySubcom 2663 #define RexxQuerySubcom _RexxQuerySubcom 2664 2665 inline ULONG APIENTRY _RexxRegisterSubcomDll(PCSZ a, PCSZ b, PCSZ c, PUCHAR d, ULONG e) 2114 2666 { 2115 2667 ULONG yyrc; … … 2122 2674 } 2123 2675 2124 inline ULONG APIENTRY RexxRegisterSubcomExe(PCSZ a, PFN b, PUCHAR c) 2676 #undef RexxRegisterSubcomDll 2677 #define RexxRegisterSubcomDll _RexxRegisterSubcomDll 2678 2679 inline ULONG APIENTRY _RexxRegisterSubcomExe(PCSZ a, PFN b, PUCHAR c) 2125 2680 { 2126 2681 ULONG yyrc; … … 2132 2687 return yyrc; 2133 2688 } 2689 2690 #undef RexxRegisterSubcomExe 2691 #define RexxRegisterSubcomExe _RexxRegisterSubcomExe 2134 2692 2135 2693 #endif 2136 2694 #ifdef INCL_RXSHV 2137 inline ULONG APIENTRY RexxVariablePool(PSHVBLOCK a)2695 inline ULONG APIENTRY _RexxVariablePool(PSHVBLOCK a) 2138 2696 { 2139 2697 ULONG yyrc; … … 2145 2703 return yyrc; 2146 2704 } 2705 2706 #undef RexxVariablePool 2707 #define RexxVariablePool _RexxVariablePool 2147 2708 2148 2709 #endif 2149 2710 #ifdef INCL_RXFUNC 2150 inline ULONG APIENTRY RexxDeregisterFunction(PCSZ a)2711 inline ULONG APIENTRY _RexxDeregisterFunction(PCSZ a) 2151 2712 { 2152 2713 ULONG yyrc; … … 2159 2720 } 2160 2721 2161 inline ULONG APIENTRY RexxQueryFunction(PCSZ a) 2722 #undef RexxDeregisterFunction 2723 #define RexxDeregisterFunction _RexxDeregisterFunction 2724 2725 inline ULONG APIENTRY _RexxQueryFunction(PCSZ a) 2162 2726 { 2163 2727 ULONG yyrc; … … 2170 2734 } 2171 2735 2172 inline ULONG APIENTRY RexxRegisterFunctionDll(PCSZ a, PCSZ b, PCSZ c) 2736 #undef RexxQueryFunction 2737 #define RexxQueryFunction _RexxQueryFunction 2738 2739 inline ULONG APIENTRY _RexxRegisterFunctionDll(PCSZ a, PCSZ b, PCSZ c) 2173 2740 { 2174 2741 ULONG yyrc; … … 2181 2748 } 2182 2749 2183 inline ULONG APIENTRY RexxRegisterFunctionExe(PCSZ a, RexxFunctionHandler *b) 2750 #undef RexxRegisterFunctionDll 2751 #define RexxRegisterFunctionDll _RexxRegisterFunctionDll 2752 2753 inline ULONG APIENTRY _RexxRegisterFunctionExe(PCSZ a, RexxFunctionHandler *b) 2184 2754 { 2185 2755 ULONG yyrc; … … 2191 2761 return yyrc; 2192 2762 } 2763 2764 #undef RexxRegisterFunctionExe 2765 #define RexxRegisterFunctionExe _RexxRegisterFunctionExe 2193 2766 2194 2767 #endif 2195 2768 #ifdef INCL_RXSYSEXIT 2196 inline ULONG APIENTRY RexxDeregisterExit(PCSZ a, PCSZ b)2769 inline ULONG APIENTRY _RexxDeregisterExit(PCSZ a, PCSZ b) 2197 2770 { 2198 2771 ULONG yyrc; … … 2205 2778 } 2206 2779 2207 inline ULONG APIENTRY RexxQueryExit(PCSZ a, PCSZ b, PUSHORT c, PUCHAR d) 2780 #undef RexxDeregisterExit 2781 #define RexxDeregisterExit _RexxDeregisterExit 2782 2783 inline ULONG APIENTRY _RexxQueryExit(PCSZ a, PCSZ b, PUSHORT c, PUCHAR d) 2208 2784 { 2209 2785 ULONG yyrc; … … 2216 2792 } 2217 2793 2218 inline ULONG APIENTRY RexxRegisterExitDll(PCSZ a, PCSZ b, PCSZ c, PUCHAR d, ULONG e) 2794 #undef RexxQueryExit 2795 #define RexxQueryExit _RexxQueryExit 2796 2797 inline ULONG APIENTRY _RexxRegisterExitDll(PCSZ a, PCSZ b, PCSZ c, PUCHAR d, ULONG e) 2219 2798 { 2220 2799 ULONG yyrc; … … 2227 2806 } 2228 2807 2229 inline ULONG APIENTRY RexxRegisterExitExe(PCSZ a, PFN b, PUCHAR c) 2808 #undef RexxRegisterExitDll 2809 #define RexxRegisterExitDll _RexxRegisterExitDll 2810 2811 inline ULONG APIENTRY _RexxRegisterExitExe(PCSZ a, PFN b, PUCHAR c) 2230 2812 { 2231 2813 ULONG yyrc; … … 2237 2819 return yyrc; 2238 2820 } 2821 2822 #undef RexxRegisterExitExe 2823 #define RexxRegisterExitExe _RexxRegisterExitExe 2239 2824 2240 2825 #endif 2241 2826 #ifdef INCL_RXARI 2242 inline ULONG APIENTRY RexxResetTrace(PID a, TID b)2827 inline ULONG APIENTRY _RexxResetTrace(PID a, TID b) 2243 2828 { 2244 2829 ULONG yyrc; … … 2251 2836 } 2252 2837 2253 inline ULONG APIENTRY RexxSetHalt(PID a, TID b) 2838 #undef RexxResetTrace 2839 #define RexxResetTrace _RexxResetTrace 2840 2841 inline ULONG APIENTRY _RexxSetHalt(PID a, TID b) 2254 2842 { 2255 2843 ULONG yyrc; … … 2262 2850 } 2263 2851 2264 inline ULONG APIENTRY RexxSetTrace(PID a, TID b) 2852 #undef RexxSetHalt 2853 #define RexxSetHalt _RexxSetHalt 2854 2855 inline ULONG APIENTRY _RexxSetTrace(PID a, TID b) 2265 2856 { 2266 2857 ULONG yyrc; … … 2272 2863 return yyrc; 2273 2864 } 2865 2866 #undef RexxSetTrace 2867 #define RexxSetTrace _RexxSetTrace 2274 2868 2275 2869 #endif 2276 2870 #ifdef INCL_RXMACRO 2277 inline ULONG APIENTRY RexxAddMacro(PCSZ a, PCSZ b, ULONG c)2871 inline ULONG APIENTRY _RexxAddMacro(PCSZ a, PCSZ b, ULONG c) 2278 2872 { 2279 2873 ULONG yyrc; … … 2286 2880 } 2287 2881 2288 inline ULONG APIENTRY RexxClearMacroSpace() 2882 #undef RexxAddMacro 2883 #define RexxAddMacro _RexxAddMacro 2884 2885 inline ULONG APIENTRY _RexxClearMacroSpace() 2289 2886 { 2290 2887 ULONG yyrc; … … 2297 2894 } 2298 2895 2299 inline ULONG APIENTRY RexxDropMacro(PCSZ a) 2896 #undef RexxClearMacroSpace 2897 #define RexxClearMacroSpace _RexxClearMacroSpace 2898 2899 inline ULONG APIENTRY _RexxDropMacro(PCSZ a) 2300 2900 { 2301 2901 ULONG yyrc; … … 2308 2908 } 2309 2909 2310 inline ULONG APIENTRY RexxLoadMacroSpace(ULONG a, PCSZ *b, PCSZ c) 2910 #undef RexxDropMacro 2911 #define RexxDropMacro _RexxDropMacro 2912 2913 inline ULONG APIENTRY _RexxLoadMacroSpace(ULONG a, PCSZ *b, PCSZ c) 2311 2914 { 2312 2915 ULONG yyrc; … … 2319 2922 } 2320 2923 2321 inline ULONG APIENTRY RexxQueryMacro(PCSZ a, PUSHORT b) 2924 #undef RexxLoadMacroSpace 2925 #define RexxLoadMacroSpace _RexxLoadMacroSpace 2926 2927 inline ULONG APIENTRY _RexxQueryMacro(PCSZ a, PUSHORT b) 2322 2928 { 2323 2929 ULONG yyrc; … … 2330 2936 } 2331 2937 2332 inline ULONG APIENTRY RexxReorderMacro(PCSZ a, ULONG b) 2938 #undef RexxQueryMacro 2939 #define RexxQueryMacro _RexxQueryMacro 2940 2941 inline ULONG APIENTRY _RexxReorderMacro(PCSZ a, ULONG b) 2333 2942 { 2334 2943 ULONG yyrc; … … 2341 2950 } 2342 2951 2343 inline ULONG APIENTRY RexxSaveMacroSpace(ULONG a, PCSZ *b, PCSZ c) 2952 #undef RexxReorderMacro 2953 #define RexxReorderMacro _RexxReorderMacro 2954 2955 inline ULONG APIENTRY _RexxSaveMacroSpace(ULONG a, PCSZ *b, PCSZ c) 2344 2956 { 2345 2957 ULONG yyrc; … … 2352 2964 } 2353 2965 2354 inline LONG APIENTRY RexxStart(LONG a, PRXSTRING b, PCSZ c, PRXSTRING d, PCSZ e, LONG f, PRXSYSEXIT g, PSHORT h, PRXSTRING i) 2966 #undef RexxSaveMacroSpace 2967 #define RexxSaveMacroSpace _RexxSaveMacroSpace 2968 2969 inline LONG APIENTRY _RexxStart(LONG a, PRXSTRING b, PCSZ c, PRXSTRING d, PCSZ e, LONG f, PRXSYSEXIT g, PSHORT h, PRXSTRING i) 2355 2970 { 2356 2971 LONG yyrc; … … 2362 2977 return yyrc; 2363 2978 } 2979 2980 #undef RexxStart 2981 #define RexxStart _RexxStart 2364 2982 2365 2983 #endif 2366 2984 #ifdef INCL_WIN 2367 2985 #ifdef INCL_WINMESSAGEMGR 2368 inline BOOL APIENTRY WinCancelShutdown(HMQ a, BOOL b)2986 inline BOOL APIENTRY _WinCancelShutdown(HMQ a, BOOL b) 2369 2987 { 2370 2988 BOOL yyrc; … … 2377 2995 } 2378 2996 2379 inline HMQ APIENTRY WinCreateMsgQueue(HAB a, LONG b) 2997 #undef WinCancelShutdown 2998 #define WinCancelShutdown _WinCancelShutdown 2999 3000 inline HMQ APIENTRY _WinCreateMsgQueue(HAB a, LONG b) 2380 3001 { 2381 3002 HMQ yyrc; … … 2388 3009 } 2389 3010 2390 inline BOOL APIENTRY WinDestroyMsgQueue(HMQ a) 3011 #undef WinCreateMsgQueue 3012 #define WinCreateMsgQueue _WinCreateMsgQueue 3013 3014 inline BOOL APIENTRY _WinDestroyMsgQueue(HMQ a) 2391 3015 { 2392 3016 BOOL yyrc; … … 2399 3023 } 2400 3024 2401 inline MRESULT APIENTRY WinDispatchMsg(HAB a, PQMSG b) 3025 #undef WinDestroyMsgQueue 3026 #define WinDestroyMsgQueue _WinDestroyMsgQueue 3027 3028 inline MRESULT APIENTRY _WinDispatchMsg(HAB a, PQMSG b) 2402 3029 { 2403 3030 MRESULT yyrc; … … 2410 3037 } 2411 3038 2412 inline BOOL APIENTRY WinGetMsg(HAB a, PQMSG b, HWND c, ULONG d, ULONG e) 3039 #undef WinDispatchMsg 3040 #define WinDispatchMsg _WinDispatchMsg 3041 3042 inline BOOL APIENTRY _WinGetMsg(HAB a, PQMSG b, HWND c, ULONG d, ULONG e) 2413 3043 { 2414 3044 BOOL yyrc; … … 2421 3051 } 2422 3052 2423 inline BOOL APIENTRY WinLockInput(HMQ a, ULONG b) 3053 #undef WinGetMsg 3054 #define WinGetMsg _WinGetMsg 3055 3056 inline BOOL APIENTRY _WinLockInput(HMQ a, ULONG b) 2424 3057 { 2425 3058 BOOL yyrc; … … 2432 3065 } 2433 3066 2434 inline BOOL APIENTRY WinPeekMsg(HAB a, PQMSG b, HWND c, ULONG d, ULONG e, ULONG f) 3067 #undef WinLockInput 3068 #define WinLockInput _WinLockInput 3069 3070 inline BOOL APIENTRY _WinPeekMsg(HAB a, PQMSG b, HWND c, ULONG d, ULONG e, ULONG f) 2435 3071 { 2436 3072 BOOL yyrc; … … 2443 3079 } 2444 3080 2445 inline BOOL APIENTRY WinPostMsg(HWND a, ULONG b, MPARAM c, MPARAM d) 3081 #undef WinPeekMsg 3082 #define WinPeekMsg _WinPeekMsg 3083 3084 inline BOOL APIENTRY _WinPostMsg(HWND a, ULONG b, MPARAM c, MPARAM d) 2446 3085 { 2447 3086 BOOL yyrc; … … 2454 3093 } 2455 3094 2456 inline HMQ APIENTRY WinQueueFromID(HAB a, PID b, TID c) 3095 #undef WinPostMsg 3096 #define WinPostMsg _WinPostMsg 3097 3098 inline HMQ APIENTRY _WinQueueFromID(HAB a, PID b, TID c) 2457 3099 { 2458 3100 HMQ yyrc; … … 2465 3107 } 2466 3108 2467 inline BOOL APIENTRY WinQueryQueueInfo(HMQ a, PMQINFO b, ULONG c) 3109 #undef WinQueueFromID 3110 #define WinQueueFromID _WinQueueFromID 3111 3112 inline BOOL APIENTRY _WinQueryQueueInfo(HMQ a, PMQINFO b, ULONG c) 2468 3113 { 2469 3114 BOOL yyrc; … … 2476 3121 } 2477 3122 2478 inline HMQ APIENTRY WinQuerySendMsg(HAB a, HMQ b, HMQ c, PQMSG d) 3123 #undef WinQueryQueueInfo 3124 #define WinQueryQueueInfo _WinQueryQueueInfo 3125 3126 inline HMQ APIENTRY _WinQuerySendMsg(HAB a, HMQ b, HMQ c, PQMSG d) 2479 3127 { 2480 3128 HMQ yyrc; … … 2487 3135 } 2488 3136 2489 inline BOOL APIENTRY WinRegisterUserDatatype(HAB a, LONG b, LONG c, PLONG d) 3137 #undef WinQuerySendMsg 3138 #define WinQuerySendMsg _WinQuerySendMsg 3139 3140 inline BOOL APIENTRY _WinRegisterUserDatatype(HAB a, LONG b, LONG c, PLONG d) 2490 3141 { 2491 3142 BOOL yyrc; … … 2498 3149 } 2499 3150 2500 inline BOOL APIENTRY WinRegisterUserMsg(HAB a, ULONG b, LONG c, LONG d, LONG e, LONG f, LONG g) 3151 #undef WinRegisterUserDatatype 3152 #define WinRegisterUserDatatype _WinRegisterUserDatatype 3153 3154 inline BOOL APIENTRY _WinRegisterUserMsg(HAB a, ULONG b, LONG c, LONG d, LONG e, LONG f, LONG g) 2501 3155 { 2502 3156 BOOL yyrc; … … 2509 3163 } 2510 3164 2511 inline BOOL APIENTRY WinReplyMsg(HAB a, HMQ b, HMQ c, MRESULT d) 3165 #undef WinRegisterUserMsg 3166 #define WinRegisterUserMsg _WinRegisterUserMsg 3167 3168 inline BOOL APIENTRY _WinReplyMsg(HAB a, HMQ b, HMQ c, MRESULT d) 2512 3169 { 2513 3170 BOOL yyrc; … … 2520 3177 } 2521 3178 2522 inline MRESULT APIENTRY WinSendMsg(HWND a, ULONG b, MPARAM c, MPARAM d) 3179 #undef WinReplyMsg 3180 #define WinReplyMsg _WinReplyMsg 3181 3182 inline MRESULT APIENTRY _WinSendMsg(HWND a, ULONG b, MPARAM c, MPARAM d) 2523 3183 { 2524 3184 MRESULT yyrc; … … 2531 3191 } 2532 3192 2533 inline BOOL APIENTRY WinSetMsgMode(HAB a, PCSZ b, LONG c) 3193 #undef WinSendMsg 3194 #define WinSendMsg _WinSendMsg 3195 3196 inline BOOL APIENTRY _WinSetMsgMode(HAB a, PCSZ b, LONG c) 2534 3197 { 2535 3198 BOOL yyrc; … … 2542 3205 } 2543 3206 2544 inline BOOL APIENTRY WinSetSynchroMode(HAB a, LONG b) 3207 #undef WinSetMsgMode 3208 #define WinSetMsgMode _WinSetMsgMode 3209 3210 inline BOOL APIENTRY _WinSetSynchroMode(HAB a, LONG b) 2545 3211 { 2546 3212 BOOL yyrc; … … 2553 3219 } 2554 3220 2555 inline BOOL APIENTRY WinThreadAssocQueue(HAB a, HMQ b) 3221 #undef WinSetSynchroMode 3222 #define WinSetSynchroMode _WinSetSynchroMode 3223 3224 inline BOOL APIENTRY _WinThreadAssocQueue(HAB a, HMQ b) 2556 3225 { 2557 3226 BOOL yyrc; … … 2564 3233 } 2565 3234 2566 inline BOOL APIENTRY WinWakeThread(HMQ a) 3235 #undef WinThreadAssocQueue 3236 #define WinThreadAssocQueue _WinThreadAssocQueue 3237 3238 inline BOOL APIENTRY _WinWakeThread(HMQ a) 2567 3239 { 2568 3240 BOOL yyrc; … … 2575 3247 } 2576 3248 3249 #undef WinWakeThread 3250 #define WinWakeThread _WinWakeThread 3251 2577 3252 #endif 2578 inline HWND APIENTRY WinCreateWindow(HWND a, PCSZ b, PCSZ c, ULONG d, LONG e, LONG f, LONG g, LONG h, HWND i, HWND j, ULONG k, PVOID l, PVOID m)3253 inline HWND APIENTRY _WinCreateWindow(HWND a, PCSZ b, PCSZ c, ULONG d, LONG e, LONG f, LONG g, LONG h, HWND i, HWND j, ULONG k, PVOID l, PVOID m) 2579 3254 { 2580 3255 HWND yyrc; … … 2587 3262 } 2588 3263 2589 inline BOOL APIENTRY WinDrawBitmap(HPS a, HBITMAP b, CONST RECTL *c, CONST POINTL *d, LONG e, LONG f, ULONG g) 3264 #undef WinCreateWindow 3265 #define WinCreateWindow _WinCreateWindow 3266 3267 inline BOOL APIENTRY _WinDrawBitmap(HPS a, HBITMAP b, PRECTL c, PPOINTL d, LONG e, LONG f, ULONG g) 2590 3268 { 2591 3269 BOOL yyrc; … … 2598 3276 } 2599 3277 2600 inline BOOL APIENTRY WinDrawBorder(HPS a, CONST RECTL *b, LONG c, LONG d, LONG e, LONG f, ULONG g) 3278 #undef WinDrawBitmap 3279 #define WinDrawBitmap _WinDrawBitmap 3280 3281 inline BOOL APIENTRY _WinDrawBorder(HPS a, PRECTL b, LONG c, LONG d, LONG e, LONG f, ULONG g) 2601 3282 { 2602 3283 BOOL yyrc; … … 2609 3290 } 2610 3291 2611 inline LONG APIENTRY WinDrawText(HPS a, LONG b, PCH c, PRECTL d, LONG e, LONG f, ULONG g) 3292 #undef WinDrawBorder 3293 #define WinDrawBorder _WinDrawBorder 3294 3295 inline LONG APIENTRY _WinDrawText(HPS a, LONG b, PCH c, PRECTL d, LONG e, LONG f, ULONG g) 2612 3296 { 2613 3297 LONG yyrc; … … 2620 3304 } 2621 3305 2622 inline BOOL APIENTRY WinEnableWindow(HWND a, BOOL b) 3306 #undef WinDrawText 3307 #define WinDrawText _WinDrawText 3308 3309 inline BOOL APIENTRY _WinEnableWindow(HWND a, BOOL b) 2623 3310 { 2624 3311 BOOL yyrc; … … 2631 3318 } 2632 3319 2633 inline BOOL APIENTRY WinEnableWindowUpdate(HWND a, BOOL b) 3320 #undef WinEnableWindow 3321 #define WinEnableWindow _WinEnableWindow 3322 3323 inline BOOL APIENTRY _WinEnableWindowUpdate(HWND a, BOOL b) 2634 3324 { 2635 3325 BOOL yyrc; … … 2642 3332 } 2643 3333 2644 inline BOOL APIENTRY WinInvalidateRect(HWND a, CONST RECTL *b, BOOL c) 3334 #undef WinEnableWindowUpdate 3335 #define WinEnableWindowUpdate _WinEnableWindowUpdate 3336 3337 inline BOOL APIENTRY _WinInvalidateRect(HWND a, PRECTL b, BOOL c) 2645 3338 { 2646 3339 BOOL yyrc; … … 2653 3346 } 2654 3347 2655 inline BOOL APIENTRY WinInvalidateRegion(HWND a, HRGN b, BOOL c) 3348 #undef WinInvalidateRect 3349 #define WinInvalidateRect _WinInvalidateRect 3350 3351 inline BOOL APIENTRY _WinInvalidateRegion(HWND a, HRGN b, BOOL c) 2656 3352 { 2657 3353 BOOL yyrc; … … 2664 3360 } 2665 3361 2666 inline BOOL APIENTRY WinInvertRect(HPS a, CONST RECTL *b) 3362 #undef WinInvalidateRegion 3363 #define WinInvalidateRegion _WinInvalidateRegion 3364 3365 inline BOOL APIENTRY _WinInvertRect(HPS a, PRECTL b) 2667 3366 { 2668 3367 BOOL yyrc; … … 2675 3374 } 2676 3375 2677 inline BOOL APIENTRY WinIsChild(HWND a, HWND b) 3376 #undef WinInvertRect 3377 #define WinInvertRect _WinInvertRect 3378 3379 inline BOOL APIENTRY _WinIsChild(HWND a, HWND b) 2678 3380 { 2679 3381 BOOL yyrc; … … 2686 3388 } 2687 3389 2688 inline BOOL APIENTRY WinIsWindow(HAB a, HWND b) 3390 #undef WinIsChild 3391 #define WinIsChild _WinIsChild 3392 3393 inline BOOL APIENTRY _WinIsWindow(HAB a, HWND b) 2689 3394 { 2690 3395 BOOL yyrc; … … 2697 3402 } 2698 3403 2699 inline BOOL APIENTRY WinIsWindowEnabled(HWND a) 3404 #undef WinIsWindow 3405 #define WinIsWindow _WinIsWindow 3406 3407 inline BOOL APIENTRY _WinIsWindowEnabled(HWND a) 2700 3408 { 2701 3409 BOOL yyrc; … … 2708 3416 } 2709 3417 2710 inline BOOL APIENTRY WinIsWindowVisible(HWND a) 3418 #undef WinIsWindowEnabled 3419 #define WinIsWindowEnabled _WinIsWindowEnabled 3420 3421 inline BOOL APIENTRY _WinIsWindowVisible(HWND a) 2711 3422 { 2712 3423 BOOL yyrc; … … 2719 3430 } 2720 3431 2721 inline LONG APIENTRY WinLoadMessage(HAB a, HMODULE b, ULONG c, LONG d, PSZ e) 3432 #undef WinIsWindowVisible 3433 #define WinIsWindowVisible _WinIsWindowVisible 3434 3435 inline LONG APIENTRY _WinLoadMessage(HAB a, HMODULE b, ULONG c, LONG d, PSZ e) 2722 3436 { 2723 3437 LONG yyrc; … … 2730 3444 } 2731 3445 2732 inline LONG APIENTRY WinLoadString(HAB a, HMODULE b, ULONG c, LONG d, PSZ e) 3446 #undef WinLoadMessage 3447 #define WinLoadMessage _WinLoadMessage 3448 3449 inline LONG APIENTRY _WinLoadString(HAB a, HMODULE b, ULONG c, LONG d, PSZ e) 2733 3450 { 2734 3451 LONG yyrc; … … 2741 3458 } 2742 3459 2743 inline LONG APIENTRY WinMultWindowFromIDs(HWND a, PHWND b, ULONG c, ULONG d) 3460 #undef WinLoadString 3461 #define WinLoadString _WinLoadString 3462 3463 inline LONG APIENTRY _WinMultWindowFromIDs(HWND a, PHWND b, ULONG c, ULONG d) 2744 3464 { 2745 3465 LONG yyrc; … … 2752 3472 } 2753 3473 2754 inline HWND APIENTRY WinQueryDesktopWindow(HAB a, HDC b) 3474 #undef WinMultWindowFromIDs 3475 #define WinMultWindowFromIDs _WinMultWindowFromIDs 3476 3477 inline HWND APIENTRY _WinQueryDesktopWindow(HAB a, HDC b) 2755 3478 { 2756 3479 HWND yyrc; … … 2763 3486 } 2764 3487 2765 inline HWND APIENTRY WinQueryObjectWindow(HWND a) 3488 #undef WinQueryDesktopWindow 3489 #define WinQueryDesktopWindow _WinQueryDesktopWindow 3490 3491 inline HWND APIENTRY _WinQueryObjectWindow(HWND a) 2766 3492 { 2767 3493 HWND yyrc; … … 2774 3500 } 2775 3501 2776 inline HPOINTER APIENTRY WinQueryPointer(HWND a) 3502 #undef WinQueryObjectWindow 3503 #define WinQueryObjectWindow _WinQueryObjectWindow 3504 3505 inline HPOINTER APIENTRY _WinQueryPointer(HWND a) 2777 3506 { 2778 3507 HPOINTER yyrc; … … 2785 3514 } 2786 3515 2787 inline HWND APIENTRY WinQueryWindow(HWND a, LONG b) 3516 #undef WinQueryPointer 3517 #define WinQueryPointer _WinQueryPointer 3518 3519 inline HWND APIENTRY _WinQueryWindow(HWND a, LONG b) 2788 3520 { 2789 3521 HWND yyrc; … … 2796 3528 } 2797 3529 2798 inline BOOL APIENTRY WinQueryWindowPos(HWND a, PSWP b) 3530 #undef WinQueryWindow 3531 #define WinQueryWindow _WinQueryWindow 3532 3533 inline BOOL APIENTRY _WinQueryWindowPos(HWND a, PSWP b) 2799 3534 { 2800 3535 BOOL yyrc; … … 2807 3542 } 2808 3543 2809 inline BOOL APIENTRY WinQueryWindowProcess(HWND a, PPID b, PTID c) 3544 #undef WinQueryWindowPos 3545 #define WinQueryWindowPos _WinQueryWindowPos 3546 3547 inline BOOL APIENTRY _WinQueryWindowProcess(HWND a, PPID b, PTID c) 2810 3548 { 2811 3549 BOOL yyrc; … … 2818 3556 } 2819 3557 2820 inline LONG APIENTRY WinQueryWindowText(HWND a, LONG b, PCH c) 3558 #undef WinQueryWindowProcess 3559 #define WinQueryWindowProcess _WinQueryWindowProcess 3560 3561 inline LONG APIENTRY _WinQueryWindowText(HWND a, LONG b, PCH c) 2821 3562 { 2822 3563 LONG yyrc; … … 2829 3570 } 2830 3571 2831 inline LONG APIENTRY WinQueryWindowTextLength(HWND a) 3572 #undef WinQueryWindowText 3573 #define WinQueryWindowText _WinQueryWindowText 3574 3575 inline LONG APIENTRY _WinQueryWindowTextLength(HWND a) 2832 3576 { 2833 3577 LONG yyrc; … … 2840 3584 } 2841 3585 2842 inline BOOL APIENTRY WinSetMultWindowPos(HAB a, CONST SWP *b, ULONG c) 3586 #undef WinQueryWindowTextLength 3587 #define WinQueryWindowTextLength _WinQueryWindowTextLength 3588 3589 inline BOOL APIENTRY _WinSetMultWindowPos(HAB a, PSWP b, ULONG c) 2843 3590 { 2844 3591 BOOL yyrc; … … 2851 3598 } 2852 3599 2853 inline BOOL APIENTRY WinSetOwner(HWND a, HWND b) 3600 #undef WinSetMultWindowPos 3601 #define WinSetMultWindowPos _WinSetMultWindowPos 3602 3603 inline BOOL APIENTRY _WinSetOwner(HWND a, HWND b) 2854 3604 { 2855 3605 BOOL yyrc; … … 2862 3612 } 2863 3613 2864 inline BOOL APIENTRY WinSetParent(HWND a, HWND b, BOOL c) 3614 #undef WinSetOwner 3615 #define WinSetOwner _WinSetOwner 3616 3617 inline BOOL APIENTRY _WinSetParent(HWND a, HWND b, BOOL c) 2865 3618 { 2866 3619 BOOL yyrc; … … 2873 3626 } 2874 3627 2875 inline BOOL APIENTRY WinSetWindowPos(HWND a, HWND b, LONG c, LONG d, LONG e, LONG f, ULONG g) 3628 #undef WinSetParent 3629 #define WinSetParent _WinSetParent 3630 3631 inline BOOL APIENTRY _WinSetWindowPos(HWND a, HWND b, LONG c, LONG d, LONG e, LONG f, ULONG g) 2876 3632 { 2877 3633 BOOL yyrc; … … 2884 3640 } 2885 3641 2886 inline BOOL APIENTRY WinSetWindowText(HWND a, PCSZ b) 3642 #undef WinSetWindowPos 3643 #define WinSetWindowPos _WinSetWindowPos 3644 3645 inline BOOL APIENTRY _WinSetWindowText(HWND a, PCSZ b) 2887 3646 { 2888 3647 BOOL yyrc; … … 2895 3654 } 2896 3655 2897 inline BOOL APIENTRY WinUpdateWindow(HWND a) 3656 #undef WinSetWindowText 3657 #define WinSetWindowText _WinSetWindowText 3658 3659 inline BOOL APIENTRY _WinUpdateWindow(HWND a) 2898 3660 { 2899 3661 BOOL yyrc; … … 2906 3668 } 2907 3669 2908 inline HWND APIENTRY WinWindowFromID(HWND a, ULONG b) 3670 #undef WinUpdateWindow 3671 #define WinUpdateWindow _WinUpdateWindow 3672 3673 inline HWND APIENTRY _WinWindowFromID(HWND a, ULONG b) 2909 3674 { 2910 3675 HWND yyrc; … … 2917 3682 } 2918 3683 3684 #undef WinWindowFromID 3685 #define WinWindowFromID _WinWindowFromID 3686 2919 3687 #ifdef INCL_WINFRAMEMGR 2920 inline HWND APIENTRY WinCreateStdWindow(HWND a, ULONG b, PULONG c, PCSZ d, PCSZ e, ULONG f, HMODULE g, ULONG h, PHWND i)3688 inline HWND APIENTRY _WinCreateStdWindow(HWND a, ULONG b, PULONG c, PCSZ d, PCSZ e, ULONG f, HMODULE g, ULONG h, PHWND i) 2921 3689 { 2922 3690 HWND yyrc; … … 2929 3697 } 2930 3698 2931 inline BOOL APIENTRY WinCalcFrameRect(HWND a, PRECTL b, BOOL c) 3699 #undef WinCreateStdWindow 3700 #define WinCreateStdWindow _WinCreateStdWindow 3701 3702 inline BOOL APIENTRY _WinCalcFrameRect(HWND a, PRECTL b, BOOL c) 2932 3703 { 2933 3704 BOOL yyrc; … … 2940 3711 } 2941 3712 2942 inline BOOL APIENTRY WinCreateFrameControls(HWND a, PFRAMECDATA b, PCSZ c) 3713 #undef WinCalcFrameRect 3714 #define WinCalcFrameRect _WinCalcFrameRect 3715 3716 inline BOOL APIENTRY _WinCreateFrameControls(HWND a, PFRAMECDATA b, PCSZ c) 2943 3717 { 2944 3718 BOOL yyrc; … … 2951 3725 } 2952 3726 2953 inline BOOL APIENTRY WinFlashWindow(HWND a, BOOL b) 3727 #undef WinCreateFrameControls 3728 #define WinCreateFrameControls _WinCreateFrameControls 3729 3730 inline BOOL APIENTRY _WinFlashWindow(HWND a, BOOL b) 2954 3731 { 2955 3732 BOOL yyrc; … … 2962 3739 } 2963 3740 2964 inline BOOL APIENTRY WinGetMaxPosition(HWND a, PSWP b) 3741 #undef WinFlashWindow 3742 #define WinFlashWindow _WinFlashWindow 3743 3744 inline BOOL APIENTRY _WinGetMaxPosition(HWND a, PSWP b) 2965 3745 { 2966 3746 BOOL yyrc; … … 2973 3753 } 2974 3754 2975 inline BOOL APIENTRY WinGetMinPosition(HWND a, PSWP b, CONST POINTL *c) 3755 #undef WinGetMaxPosition 3756 #define WinGetMaxPosition _WinGetMaxPosition 3757 3758 inline BOOL APIENTRY _WinGetMinPosition(HWND a, PSWP b, PPOINTL c) 2976 3759 { 2977 3760 BOOL yyrc; … … 2984 3767 } 2985 3768 2986 inline BOOL APIENTRY WinSaveWindowPos(HSAVEWP a, PSWP b, ULONG c) 3769 #undef WinGetMinPosition 3770 #define WinGetMinPosition _WinGetMinPosition 3771 3772 inline BOOL APIENTRY _WinSaveWindowPos(HSAVEWP a, PSWP b, ULONG c) 2987 3773 { 2988 3774 BOOL yyrc; … … 2994 3780 return yyrc; 2995 3781 } 3782 3783 #undef WinSaveWindowPos 3784 #define WinSaveWindowPos _WinSaveWindowPos 2996 3785 2997 3786 #endif 2998 3787 #ifdef INCL_WINWINDOWMGR 2999 inline HPS APIENTRY WinBeginPaint(HWND a, HPS b, PRECTL c)3788 inline HPS APIENTRY _WinBeginPaint(HWND a, HPS b, PRECTL c) 3000 3789 { 3001 3790 HPS yyrc; … … 3008 3797 } 3009 3798 3010 inline MRESULT APIENTRY WinDefWindowProc(HWND a, ULONG b, MPARAM c, MPARAM d) 3799 #undef WinBeginPaint 3800 #define WinBeginPaint _WinBeginPaint 3801 3802 inline MRESULT APIENTRY _WinDefWindowProc(HWND a, ULONG b, MPARAM c, MPARAM d) 3011 3803 { 3012 3804 MRESULT yyrc; … … 3019 3811 } 3020 3812 3021 inline BOOL APIENTRY WinDestroyWindow(HWND a) 3813 #undef WinDefWindowProc 3814 #define WinDefWindowProc _WinDefWindowProc 3815 3816 inline BOOL APIENTRY _WinDestroyWindow(HWND a) 3022 3817 { 3023 3818 BOOL yyrc; … … 3030 3825 } 3031 3826 3032 inline BOOL APIENTRY WinEndPaint(HPS a) 3827 #undef WinDestroyWindow 3828 #define WinDestroyWindow _WinDestroyWindow 3829 3830 inline BOOL APIENTRY _WinEndPaint(HPS a) 3033 3831 { 3034 3832 BOOL yyrc; … … 3041 3839 } 3042 3840 3043 inline BOOL APIENTRY WinFillRect(HPS a, CONST RECTL *b, LONG c) 3841 #undef WinEndPaint 3842 #define WinEndPaint _WinEndPaint 3843 3844 inline BOOL APIENTRY _WinFillRect(HPS a, PRECTL b, LONG c) 3044 3845 { 3045 3846 BOOL yyrc; … … 3052 3853 } 3053 3854 3054 inline HPS APIENTRY WinGetClipPS(HWND a, HWND b, ULONG c) 3855 #undef WinFillRect 3856 #define WinFillRect _WinFillRect 3857 3858 inline HPS APIENTRY _WinGetClipPS(HWND a, HWND b, ULONG c) 3055 3859 { 3056 3860 HPS yyrc; … … 3063 3867 } 3064 3868 3065 inline HPS APIENTRY WinGetPS(HWND a) 3869 #undef WinGetClipPS 3870 #define WinGetClipPS _WinGetClipPS 3871 3872 inline HPS APIENTRY _WinGetPS(HWND a) 3066 3873 { 3067 3874 HPS yyrc; … … 3074 3881 } 3075 3882 3076 inline HAB APIENTRY WinInitialize(ULONG a) 3883 #undef WinGetPS 3884 #define WinGetPS _WinGetPS 3885 3886 inline HAB APIENTRY _WinInitialize(ULONG a) 3077 3887 { 3078 3888 HAB yyrc; … … 3085 3895 } 3086 3896 3087 inline BOOL APIENTRY WinIsWindowShowing(HWND a) 3897 #undef WinInitialize 3898 #define WinInitialize _WinInitialize 3899 3900 inline BOOL APIENTRY _WinIsWindowShowing(HWND a) 3088 3901 { 3089 3902 BOOL yyrc; … … 3096 3909 } 3097 3910 3098 inline HDC APIENTRY WinOpenWindowDC(HWND a) 3911 #undef WinIsWindowShowing 3912 #define WinIsWindowShowing _WinIsWindowShowing 3913 3914 inline HDC APIENTRY _WinOpenWindowDC(HWND a) 3099 3915 { 3100 3916 HDC yyrc; … … 3107 3923 } 3108 3924 3109 inline HAB APIENTRY WinQueryAnchorBlock(HWND a) 3925 #undef WinOpenWindowDC 3926 #define WinOpenWindowDC _WinOpenWindowDC 3927 3928 inline HAB APIENTRY _WinQueryAnchorBlock(HWND a) 3110 3929 { 3111 3930 HAB yyrc; … … 3118 3937 } 3119 3938 3120 inline ULONG APIENTRY WinQueryVersion(HAB a) 3939 #undef WinQueryAnchorBlock 3940 #define WinQueryAnchorBlock _WinQueryAnchorBlock 3941 3942 inline ULONG APIENTRY _WinQueryVersion(HAB a) 3121 3943 { 3122 3944 ULONG yyrc; … … 3129 3951 } 3130 3952 3131 inline BOOL APIENTRY WinQueryWindowRect(HWND a, PRECTL b) 3953 #undef WinQueryVersion 3954 #define WinQueryVersion _WinQueryVersion 3955 3956 inline BOOL APIENTRY _WinQueryWindowRect(HWND a, PRECTL b) 3132 3957 { 3133 3958 BOOL yyrc; … … 3140 3965 } 3141 3966 3142 inline BOOL APIENTRY WinRegisterClass(HAB a, PCSZ b, PFNWP c, ULONG d, ULONG e) 3967 #undef WinQueryWindowRect 3968 #define WinQueryWindowRect _WinQueryWindowRect 3969 3970 inline BOOL APIENTRY _WinRegisterClass(HAB a, PCSZ b, PFNWP c, ULONG d, ULONG e) 3143 3971 { 3144 3972 BOOL yyrc; … … 3151 3979 } 3152 3980 3153 inline BOOL APIENTRY WinReleasePS(HPS a) 3981 #undef WinRegisterClass 3982 #define WinRegisterClass _WinRegisterClass 3983 3984 inline BOOL APIENTRY _WinReleasePS(HPS a) 3154 3985 { 3155 3986 BOOL yyrc; … … 3162 3993 } 3163 3994 3164 inline LONG APIENTRY WinScrollWindow(HWND a, LONG b, LONG c, CONST RECTL *d, CONST RECTL *e, HRGN f, PRECTL g, ULONG h) 3995 #undef WinReleasePS 3996 #define WinReleasePS _WinReleasePS 3997 3998 inline LONG APIENTRY _WinScrollWindow(HWND a, LONG b, LONG c, PRECTL d, PRECTL e, HRGN f, PRECTL g, ULONG h) 3165 3999 { 3166 4000 LONG yyrc; … … 3173 4007 } 3174 4008 3175 inline BOOL APIENTRY WinSetActiveWindow(HWND a, HWND b) 4009 #undef WinScrollWindow 4010 #define WinScrollWindow _WinScrollWindow 4011 4012 inline BOOL APIENTRY _WinSetActiveWindow(HWND a, HWND b) 3176 4013 { 3177 4014 BOOL yyrc; … … 3184 4021 } 3185 4022 3186 inline BOOL APIENTRY WinShowWindow(HWND a, BOOL b) 4023 #undef WinSetActiveWindow 4024 #define WinSetActiveWindow _WinSetActiveWindow 4025 4026 inline BOOL APIENTRY _WinShowWindow(HWND a, BOOL b) 3187 4027 { 3188 4028 BOOL yyrc; … … 3195 4035 } 3196 4036 3197 inline BOOL APIENTRY WinTerminate(HAB a) 4037 #undef WinShowWindow 4038 #define WinShowWindow _WinShowWindow 4039 4040 inline BOOL APIENTRY _WinTerminate(HAB a) 3198 4041 { 3199 4042 BOOL yyrc; … … 3205 4048 return yyrc; 3206 4049 } 4050 4051 #undef WinTerminate 4052 #define WinTerminate _WinTerminate 3207 4053 3208 4054 #endif 3209 4055 #ifdef INCL_WINWINDOWMGR 3210 inline HENUM APIENTRY WinBeginEnumWindows(HWND a)4056 inline HENUM APIENTRY _WinBeginEnumWindows(HWND a) 3211 4057 { 3212 4058 HENUM yyrc; … … 3219 4065 } 3220 4066 3221 inline BOOL APIENTRY WinEndEnumWindows(HENUM a) 4067 #undef WinBeginEnumWindows 4068 #define WinBeginEnumWindows _WinBeginEnumWindows 4069 4070 inline BOOL APIENTRY _WinEndEnumWindows(HENUM a) 3222 4071 { 3223 4072 BOOL yyrc; … … 3230 4079 } 3231 4080 3232 inline LONG APIENTRY WinExcludeUpdateRegion(HPS a, HWND b) 4081 #undef WinEndEnumWindows 4082 #define WinEndEnumWindows _WinEndEnumWindows 4083 4084 inline LONG APIENTRY _WinExcludeUpdateRegion(HPS a, HWND b) 3233 4085 { 3234 4086 LONG yyrc; … … 3241 4093 } 3242 4094 3243 inline HWND APIENTRY WinGetNextWindow(HENUM a) 4095 #undef WinExcludeUpdateRegion 4096 #define WinExcludeUpdateRegion _WinExcludeUpdateRegion 4097 4098 inline HWND APIENTRY _WinGetNextWindow(HENUM a) 3244 4099 { 3245 4100 HWND yyrc; … … 3252 4107 } 3253 4108 3254 inline HPS APIENTRY WinGetScreenPS(HWND a) 4109 #undef WinGetNextWindow 4110 #define WinGetNextWindow _WinGetNextWindow 4111 4112 inline HPS APIENTRY _WinGetScreenPS(HWND a) 3255 4113 { 3256 4114 HPS yyrc; … … 3263 4121 } 3264 4122 3265 inline BOOL APIENTRY WinIsThreadActive(HAB a) 4123 #undef WinGetScreenPS 4124 #define WinGetScreenPS _WinGetScreenPS 4125 4126 inline BOOL APIENTRY _WinIsThreadActive(HAB a) 3266 4127 { 3267 4128 BOOL yyrc; … … 3274 4135 } 3275 4136 3276 inline BOOL APIENTRY WinLockVisRegions(HWND a, BOOL b) 4137 #undef WinIsThreadActive 4138 #define WinIsThreadActive _WinIsThreadActive 4139 4140 inline BOOL APIENTRY _WinLockVisRegions(HWND a, BOOL b) 3277 4141 { 3278 4142 BOOL yyrc; … … 3285 4149 } 3286 4150 3287 inline BOOL APIENTRY WinLockWindowUpdate(HWND a, HWND b) 4151 #undef WinLockVisRegions 4152 #define WinLockVisRegions _WinLockVisRegions 4153 4154 inline BOOL APIENTRY _WinLockWindowUpdate(HWND a, HWND b) 3288 4155 { 3289 4156 BOOL yyrc; … … 3296 4163 } 3297 4164 3298 inline BOOL APIENTRY WinMapWindowPoints(HWND a, HWND b, PPOINTL c, LONG d) 4165 #undef WinLockWindowUpdate 4166 #define WinLockWindowUpdate _WinLockWindowUpdate 4167 4168 inline BOOL APIENTRY _WinMapWindowPoints(HWND a, HWND b, PPOINTL c, LONG d) 3299 4169 { 3300 4170 BOOL yyrc; … … 3307 4177 } 3308 4178 3309 inline HWND APIENTRY WinQueryActiveWindow(HWND a) 4179 #undef WinMapWindowPoints 4180 #define WinMapWindowPoints _WinMapWindowPoints 4181 4182 inline HWND APIENTRY _WinQueryActiveWindow(HWND a) 3310 4183 { 3311 4184 HWND yyrc; … … 3318 4191 } 3319 4192 3320 inline BOOL APIENTRY WinQueryClassInfo(HAB a, PCSZ b, PCLASSINFO c) 4193 #undef WinQueryActiveWindow 4194 #define WinQueryActiveWindow _WinQueryActiveWindow 4195 4196 inline BOOL APIENTRY _WinQueryClassInfo(HAB a, PCSZ b, PCLASSINFO c) 3321 4197 { 3322 4198 BOOL yyrc; … … 3329 4205 } 3330 4206 3331 inline LONG APIENTRY WinQueryClassName(HWND a, LONG b, PCH c) 4207 #undef WinQueryClassInfo 4208 #define WinQueryClassInfo _WinQueryClassInfo 4209 4210 inline LONG APIENTRY _WinQueryClassName(HWND a, LONG b, PCH c) 3332 4211 { 3333 4212 LONG yyrc; … … 3340 4219 } 3341 4220 3342 inline BOOL APIENTRY WinQueryUpdateRect(HWND a, PRECTL b) 4221 #undef WinQueryClassName 4222 #define WinQueryClassName _WinQueryClassName 4223 4224 inline BOOL APIENTRY _WinQueryUpdateRect(HWND a, PRECTL b) 3343 4225 { 3344 4226 BOOL yyrc; … … 3351 4233 } 3352 4234 3353 inline LONG APIENTRY WinQueryUpdateRegion(HWND a, HRGN b) 4235 #undef WinQueryUpdateRect 4236 #define WinQueryUpdateRect _WinQueryUpdateRect 4237 4238 inline LONG APIENTRY _WinQueryUpdateRegion(HWND a, HRGN b) 3354 4239 { 3355 4240 LONG yyrc; … … 3362 4247 } 3363 4248 3364 inline HWND APIENTRY WinQuerySysModalWindow(HWND a) 4249 #undef WinQueryUpdateRegion 4250 #define WinQueryUpdateRegion _WinQueryUpdateRegion 4251 4252 inline HWND APIENTRY _WinQuerySysModalWindow(HWND a) 3365 4253 { 3366 4254 HWND yyrc; … … 3373 4261 } 3374 4262 3375 inline HDC APIENTRY WinQueryWindowDC(HWND a) 4263 #undef WinQuerySysModalWindow 4264 #define WinQuerySysModalWindow _WinQuerySysModalWindow 4265 4266 inline HDC APIENTRY _WinQueryWindowDC(HWND a) 3376 4267 { 3377 4268 HDC yyrc; … … 3384 4275 } 3385 4276 3386 inline PVOID APIENTRY WinQueryWindowPtr(HWND a, LONG b) 4277 #undef WinQueryWindowDC 4278 #define WinQueryWindowDC _WinQueryWindowDC 4279 4280 inline PVOID APIENTRY _WinQueryWindowPtr(HWND a, LONG b) 3387 4281 { 3388 4282 PVOID yyrc; … … 3395 4289 } 3396 4290 3397 inline ULONG APIENTRY WinQueryWindowULong(HWND a, LONG b) 4291 #undef WinQueryWindowPtr 4292 #define WinQueryWindowPtr _WinQueryWindowPtr 4293 4294 inline ULONG APIENTRY _WinQueryWindowULong(HWND a, LONG b) 3398 4295 { 3399 4296 ULONG yyrc; … … 3406 4303 } 3407 4304 3408 inline USHORT APIENTRY WinQueryWindowUShort(HWND a, LONG b) 4305 #undef WinQueryWindowULong 4306 #define WinQueryWindowULong _WinQueryWindowULong 4307 4308 inline USHORT APIENTRY _WinQueryWindowUShort(HWND a, LONG b) 3409 4309 { 3410 4310 USHORT yyrc; … … 3417 4317 } 3418 4318 3419 inline BOOL APIENTRY WinSetSysModalWindow(HWND a, HWND b) 4319 #undef WinQueryWindowUShort 4320 #define WinQueryWindowUShort _WinQueryWindowUShort 4321 4322 inline BOOL APIENTRY _WinSetSysModalWindow(HWND a, HWND b) 3420 4323 { 3421 4324 BOOL yyrc; … … 3428 4331 } 3429 4332 3430 inline BOOL APIENTRY WinSetWindowBits(HWND a, LONG b, ULONG c, ULONG d) 4333 #undef WinSetSysModalWindow 4334 #define WinSetSysModalWindow _WinSetSysModalWindow 4335 4336 inline BOOL APIENTRY _WinSetWindowBits(HWND a, LONG b, ULONG c, ULONG d) 3431 4337 { 3432 4338 BOOL yyrc; … … 3439 4345 } 3440 4346 3441 inline BOOL APIENTRY WinSetWindowPtr(HWND a, LONG b, PVOID c) 4347 #undef WinSetWindowBits 4348 #define WinSetWindowBits _WinSetWindowBits 4349 4350 inline BOOL APIENTRY _WinSetWindowPtr(HWND a, LONG b, PVOID c) 3442 4351 { 3443 4352 BOOL yyrc; … … 3450 4359 } 3451 4360 3452 inline BOOL APIENTRY WinSetWindowULong(HWND a, LONG b, ULONG c) 4361 #undef WinSetWindowPtr 4362 #define WinSetWindowPtr _WinSetWindowPtr 4363 4364 inline BOOL APIENTRY _WinSetWindowULong(HWND a, LONG b, ULONG c) 3453 4365 { 3454 4366 BOOL yyrc; … … 3461 4373 } 3462 4374 3463 inline BOOL APIENTRY WinSetWindowUShort(HWND a, LONG b, USHORT c) 4375 #undef WinSetWindowULong 4376 #define WinSetWindowULong _WinSetWindowULong 4377 4378 inline BOOL APIENTRY _WinSetWindowUShort(HWND a, LONG b, USHORT c) 3464 4379 { 3465 4380 BOOL yyrc; … … 3472 4387 } 3473 4388 3474 inline PFNWP APIENTRY WinSubclassWindow(HWND a, PFNWP b) 4389 #undef WinSetWindowUShort 4390 #define WinSetWindowUShort _WinSetWindowUShort 4391 4392 inline PFNWP APIENTRY _WinSubclassWindow(HWND a, PFNWP b) 3475 4393 { 3476 4394 PFNWP yyrc; … … 3483 4401 } 3484 4402 3485 inline BOOL APIENTRY WinValidateRect(HWND a, CONST RECTL *b, BOOL c) 4403 #undef WinSubclassWindow 4404 #define WinSubclassWindow _WinSubclassWindow 4405 4406 inline BOOL APIENTRY _WinValidateRect(HWND a, PRECTL b, BOOL c) 3486 4407 { 3487 4408 BOOL yyrc; … … 3494 4415 } 3495 4416 3496 inline BOOL APIENTRY WinValidateRegion(HWND a, HRGN b, BOOL c) 4417 #undef WinValidateRect 4418 #define WinValidateRect _WinValidateRect 4419 4420 inline BOOL APIENTRY _WinValidateRegion(HWND a, HRGN b, BOOL c) 3497 4421 { 3498 4422 BOOL yyrc; … … 3505 4429 } 3506 4430 3507 inline HWND APIENTRY WinWindowFromDC(HDC a) 4431 #undef WinValidateRegion 4432 #define WinValidateRegion _WinValidateRegion 4433 4434 inline HWND APIENTRY _WinWindowFromDC(HDC a) 3508 4435 { 3509 4436 HWND yyrc; … … 3516 4443 } 3517 4444 3518 inline HWND APIENTRY WinWindowFromPoint(HWND a, CONST POINTL *b, BOOL c) 4445 #undef WinWindowFromDC 4446 #define WinWindowFromDC _WinWindowFromDC 4447 4448 inline HWND APIENTRY _WinWindowFromPoint(HWND a, PPOINTL b, BOOL c) 3519 4449 { 3520 4450 HWND yyrc; … … 3526 4456 return yyrc; 3527 4457 } 4458 4459 #undef WinWindowFromPoint 4460 #define WinWindowFromPoint _WinWindowFromPoint 3528 4461 3529 4462 #endif 3530 4463 #ifdef INCL_WINACCELERATORS 3531 inline ULONG APIENTRY WinCopyAccelTable(HACCEL a, PACCELTABLE b, ULONG c)4464 inline ULONG APIENTRY _WinCopyAccelTable(HACCEL a, PACCELTABLE b, ULONG c) 3532 4465 { 3533 4466 ULONG yyrc; … … 3540 4473 } 3541 4474 3542 inline HACCEL APIENTRY WinCreateAccelTable(HAB a, PACCELTABLE b) 4475 #undef WinCopyAccelTable 4476 #define WinCopyAccelTable _WinCopyAccelTable 4477 4478 inline HACCEL APIENTRY _WinCreateAccelTable(HAB a, PACCELTABLE b) 3543 4479 { 3544 4480 HACCEL yyrc; … … 3551 4487 } 3552 4488 3553 inline BOOL APIENTRY WinDestroyAccelTable(HACCEL a) 4489 #undef WinCreateAccelTable 4490 #define WinCreateAccelTable _WinCreateAccelTable 4491 4492 inline BOOL APIENTRY _WinDestroyAccelTable(HACCEL a) 3554 4493 { 3555 4494 BOOL yyrc; … … 3562 4501 } 3563 4502 3564 inline HACCEL APIENTRY WinLoadAccelTable(HAB a, HMODULE b, ULONG c) 4503 #undef WinDestroyAccelTable 4504 #define WinDestroyAccelTable _WinDestroyAccelTable 4505 4506 inline HACCEL APIENTRY _WinLoadAccelTable(HAB a, HMODULE b, ULONG c) 3565 4507 { 3566 4508 HACCEL yyrc; … … 3573 4515 } 3574 4516 3575 inline HACCEL APIENTRY WinQueryAccelTable(HAB a, HWND b) 4517 #undef WinLoadAccelTable 4518 #define WinLoadAccelTable _WinLoadAccelTable 4519 4520 inline HACCEL APIENTRY _WinQueryAccelTable(HAB a, HWND b) 3576 4521 { 3577 4522 HACCEL yyrc; … … 3584 4529 } 3585 4530 3586 inline BOOL APIENTRY WinSetAccelTable(HAB a, HACCEL b, HWND c) 4531 #undef WinQueryAccelTable 4532 #define WinQueryAccelTable _WinQueryAccelTable 4533 4534 inline BOOL APIENTRY _WinSetAccelTable(HAB a, HACCEL b, HWND c) 3587 4535 { 3588 4536 BOOL yyrc; … … 3595 4543 } 3596 4544 3597 inline BOOL APIENTRY WinTranslateAccel(HAB a, HWND b, HACCEL c, PQMSG d) 4545 #undef WinSetAccelTable 4546 #define WinSetAccelTable _WinSetAccelTable 4547 4548 inline BOOL APIENTRY _WinTranslateAccel(HAB a, HWND b, HACCEL c, PQMSG d) 3598 4549 { 3599 4550 BOOL yyrc; … … 3605 4556 return yyrc; 3606 4557 } 4558 4559 #undef WinTranslateAccel 4560 #define WinTranslateAccel _WinTranslateAccel 3607 4561 3608 4562 #endif 3609 4563 #ifdef INCL_WINATOM 3610 inline ATOM APIENTRY WinAddAtom(HATOMTBL a, PCSZ b)4564 inline ATOM APIENTRY _WinAddAtom(HATOMTBL a, PCSZ b) 3611 4565 { 3612 4566 ATOM yyrc; … … 3619 4573 } 3620 4574 3621 inline HATOMTBL APIENTRY WinCreateAtomTable(ULONG a, ULONG b) 4575 #undef WinAddAtom 4576 #define WinAddAtom _WinAddAtom 4577 4578 inline HATOMTBL APIENTRY _WinCreateAtomTable(ULONG a, ULONG b) 3622 4579 { 3623 4580 HATOMTBL yyrc; … … 3630 4587 } 3631 4588 3632 inline ATOM APIENTRY WinDeleteAtom(HATOMTBL a, ATOM b) 4589 #undef WinCreateAtomTable 4590 #define WinCreateAtomTable _WinCreateAtomTable 4591 4592 inline ATOM APIENTRY _WinDeleteAtom(HATOMTBL a, ATOM b) 3633 4593 { 3634 4594 ATOM yyrc; … … 3641 4601 } 3642 4602 3643 inline HATOMTBL APIENTRY WinDestroyAtomTable(HATOMTBL a) 4603 #undef WinDeleteAtom 4604 #define WinDeleteAtom _WinDeleteAtom 4605 4606 inline HATOMTBL APIENTRY _WinDestroyAtomTable(HATOMTBL a) 3644 4607 { 3645 4608 HATOMTBL yyrc; … … 3652 4615 } 3653 4616 3654 inline ATOM APIENTRY WinFindAtom(HATOMTBL a, PCSZ b) 4617 #undef WinDestroyAtomTable 4618 #define WinDestroyAtomTable _WinDestroyAtomTable 4619 4620 inline ATOM APIENTRY _WinFindAtom(HATOMTBL a, PCSZ b) 3655 4621 { 3656 4622 ATOM yyrc; … … 3663 4629 } 3664 4630 3665 inline ULONG APIENTRY WinQueryAtomLength(HATOMTBL a, ATOM b) 4631 #undef WinFindAtom 4632 #define WinFindAtom _WinFindAtom 4633 4634 inline ULONG APIENTRY _WinQueryAtomLength(HATOMTBL a, ATOM b) 3666 4635 { 3667 4636 ULONG yyrc; … … 3674 4643 } 3675 4644 3676 inline ULONG APIENTRY WinQueryAtomName(HATOMTBL a, ATOM b, PSZ c, ULONG d) 4645 #undef WinQueryAtomLength 4646 #define WinQueryAtomLength _WinQueryAtomLength 4647 4648 inline ULONG APIENTRY _WinQueryAtomName(HATOMTBL a, ATOM b, PSZ c, ULONG d) 3677 4649 { 3678 4650 ULONG yyrc; … … 3685 4657 } 3686 4658 3687 inline ULONG APIENTRY WinQueryAtomUsage(HATOMTBL a, ATOM b) 4659 #undef WinQueryAtomName 4660 #define WinQueryAtomName _WinQueryAtomName 4661 4662 inline ULONG APIENTRY _WinQueryAtomUsage(HATOMTBL a, ATOM b) 3688 4663 { 3689 4664 ULONG yyrc; … … 3696 4671 } 3697 4672 3698 inline HATOMTBL APIENTRY WinQuerySystemAtomTable() 4673 #undef WinQueryAtomUsage 4674 #define WinQueryAtomUsage _WinQueryAtomUsage 4675 4676 inline HATOMTBL APIENTRY _WinQuerySystemAtomTable() 3699 4677 { 3700 4678 HATOMTBL yyrc; … … 3706 4684 return yyrc; 3707 4685 } 4686 4687 #undef WinQuerySystemAtomTable 4688 #define WinQuerySystemAtomTable _WinQuerySystemAtomTable 3708 4689 3709 4690 #endif 3710 4691 #ifdef INCL_WINCLIPBOARD 3711 inline BOOL APIENTRY WinCloseClipbrd(HAB a)4692 inline BOOL APIENTRY _WinCloseClipbrd(HAB a) 3712 4693 { 3713 4694 BOOL yyrc; … … 3720 4701 } 3721 4702 3722 inline BOOL APIENTRY WinEmptyClipbrd(HAB a) 4703 #undef WinCloseClipbrd 4704 #define WinCloseClipbrd _WinCloseClipbrd 4705 4706 inline BOOL APIENTRY _WinEmptyClipbrd(HAB a) 3723 4707 { 3724 4708 BOOL yyrc; … … 3731 4715 } 3732 4716 3733 inline ULONG APIENTRY WinEnumClipbrdFmts(HAB a, ULONG b) 4717 #undef WinEmptyClipbrd 4718 #define WinEmptyClipbrd _WinEmptyClipbrd 4719 4720 inline ULONG APIENTRY _WinEnumClipbrdFmts(HAB a, ULONG b) 3734 4721 { 3735 4722 ULONG yyrc; … … 3742 4729 } 3743 4730 3744 inline BOOL APIENTRY WinOpenClipbrd(HAB a) 4731 #undef WinEnumClipbrdFmts 4732 #define WinEnumClipbrdFmts _WinEnumClipbrdFmts 4733 4734 inline BOOL APIENTRY _WinOpenClipbrd(HAB a) 3745 4735 { 3746 4736 BOOL yyrc; … … 3753 4743 } 3754 4744 3755 inline ULONG APIENTRY WinQueryClipbrdData(HAB a, ULONG b) 4745 #undef WinOpenClipbrd 4746 #define WinOpenClipbrd _WinOpenClipbrd 4747 4748 inline ULONG APIENTRY _WinQueryClipbrdData(HAB a, ULONG b) 3756 4749 { 3757 4750 ULONG yyrc; … … 3764 4757 } 3765 4758 3766 inline BOOL APIENTRY WinQueryClipbrdFmtInfo(HAB a, ULONG b, PULONG c) 4759 #undef WinQueryClipbrdData 4760 #define WinQueryClipbrdData _WinQueryClipbrdData 4761 4762 inline BOOL APIENTRY _WinQueryClipbrdFmtInfo(HAB a, ULONG b, PULONG c) 3767 4763 { 3768 4764 BOOL yyrc; … … 3775 4771 } 3776 4772 3777 inline HWND APIENTRY WinQueryClipbrdOwner(HAB a) 4773 #undef WinQueryClipbrdFmtInfo 4774 #define WinQueryClipbrdFmtInfo _WinQueryClipbrdFmtInfo 4775 4776 inline HWND APIENTRY _WinQueryClipbrdOwner(HAB a) 3778 4777 { 3779 4778 HWND yyrc; … … 3786 4785 } 3787 4786 3788 inline HWND APIENTRY WinQueryClipbrdViewer(HAB a) 4787 #undef WinQueryClipbrdOwner 4788 #define WinQueryClipbrdOwner _WinQueryClipbrdOwner 4789 4790 inline HWND APIENTRY _WinQueryClipbrdViewer(HAB a) 3789 4791 { 3790 4792 HWND yyrc; … … 3797 4799 } 3798 4800 3799 inline BOOL APIENTRY WinSetClipbrdData(HAB a, ULONG b, ULONG c, ULONG d) 4801 #undef WinQueryClipbrdViewer 4802 #define WinQueryClipbrdViewer _WinQueryClipbrdViewer 4803 4804 inline BOOL APIENTRY _WinSetClipbrdData(HAB a, ULONG b, ULONG c, ULONG d) 3800 4805 { 3801 4806 BOOL yyrc; … … 3808 4813 } 3809 4814 3810 inline BOOL APIENTRY WinSetClipbrdOwner(HAB a, HWND b) 4815 #undef WinSetClipbrdData 4816 #define WinSetClipbrdData _WinSetClipbrdData 4817 4818 inline BOOL APIENTRY _WinSetClipbrdOwner(HAB a, HWND b) 3811 4819 { 3812 4820 BOOL yyrc; … … 3819 4827 } 3820 4828 3821 inline BOOL APIENTRY WinSetClipbrdViewer(HAB a, HWND b) 4829 #undef WinSetClipbrdOwner 4830 #define WinSetClipbrdOwner _WinSetClipbrdOwner 4831 4832 inline BOOL APIENTRY _WinSetClipbrdViewer(HAB a, HWND b) 3822 4833 { 3823 4834 BOOL yyrc; … … 3829 4840 return yyrc; 3830 4841 } 4842 4843 #undef WinSetClipbrdViewer 4844 #define WinSetClipbrdViewer _WinSetClipbrdViewer 3831 4845 3832 4846 #endif 3833 4847 #ifdef INCL_WINDDE 3834 inline BOOL APIENTRY WinDdeInitiate(HWND a, PCSZ b, PCSZ c, CONST CONVCONTEXT *d)4848 inline BOOL APIENTRY _WinDdeInitiate(HWND a, PCSZ b, PCSZ c, PCONVCONTEXT d) 3835 4849 { 3836 4850 BOOL yyrc; … … 3843 4857 } 3844 4858 3845 inline BOOL APIENTRY WinDdePostMsg(HWND a, HWND b, ULONG c, CONST DDESTRUCT *d, ULONG e) 4859 #undef WinDdeInitiate 4860 #define WinDdeInitiate _WinDdeInitiate 4861 4862 inline BOOL APIENTRY _WinDdePostMsg(HWND a, HWND b, ULONG c, PDDESTRUCT d, ULONG e) 3846 4863 { 3847 4864 BOOL yyrc; … … 3854 4871 } 3855 4872 3856 inline MRESULT APIENTRY WinDdeRespond(HWND a, HWND b, PCSZ c, PCSZ d, CONST CONVCONTEXT *e) 4873 #undef WinDdePostMsg 4874 #define WinDdePostMsg _WinDdePostMsg 4875 4876 inline MRESULT APIENTRY _WinDdeRespond(HWND a, HWND b, PCSZ c, PCSZ d, PCONVCONTEXT e) 3857 4877 { 3858 4878 MRESULT yyrc; … … 3864 4884 return yyrc; 3865 4885 } 4886 4887 #undef WinDdeRespond 4888 #define WinDdeRespond _WinDdeRespond 3866 4889 3867 4890 #endif 3868 4891 #ifdef INCL_WINCOUNTRY 3869 inline ULONG APIENTRY WinCompareStrings(HAB a, ULONG b, ULONG c, PCSZ d, PCSZ e, ULONG f)4892 inline ULONG APIENTRY _WinCompareStrings(HAB a, ULONG b, ULONG c, PCSZ d, PCSZ e, ULONG f) 3870 4893 { 3871 4894 ULONG yyrc; … … 3878 4901 } 3879 4902 3880 inline UCHAR APIENTRY WinCpTranslateChar(HAB a, ULONG b, UCHAR c, ULONG d) 4903 #undef WinCompareStrings 4904 #define WinCompareStrings _WinCompareStrings 4905 4906 inline UCHAR APIENTRY _WinCpTranslateChar(HAB a, ULONG b, UCHAR c, ULONG d) 3881 4907 { 3882 4908 UCHAR yyrc; … … 3889 4915 } 3890 4916 3891 inline BOOL APIENTRY WinCpTranslateString(HAB a, ULONG b, PCSZ c, ULONG d, ULONG e, PSZ f) 4917 #undef WinCpTranslateChar 4918 #define WinCpTranslateChar _WinCpTranslateChar 4919 4920 inline BOOL APIENTRY _WinCpTranslateString(HAB a, ULONG b, PCSZ c, ULONG d, ULONG e, PSZ f) 3892 4921 { 3893 4922 BOOL yyrc; … … 3900 4929 } 3901 4930 3902 inline PSZ APIENTRY WinNextChar(HAB a, ULONG b, ULONG c, PCSZ d) 3903 { 3904 PSZ yyrc; 4931 #undef WinCpTranslateString 4932 #define WinCpTranslateString _WinCpTranslateString 4933 4934 inline PCSZ APIENTRY _WinNextChar(HAB a, ULONG b, ULONG c, PCSZ d) 4935 { 4936 PCSZ yyrc; 3905 4937 USHORT sel = GetFS(); 3906 4938 … … 3911 4943 } 3912 4944 3913 inline PSZ APIENTRY WinPrevChar(HAB a, ULONG b, ULONG c, PCSZ d, PCSZ e) 3914 { 3915 PSZ yyrc; 4945 #undef WinNextChar 4946 #define WinNextChar _WinNextChar 4947 4948 inline PCSZ APIENTRY _WinPrevChar(HAB a, ULONG b, ULONG c, PCSZ d, PCSZ e) 4949 { 4950 PCSZ yyrc; 3916 4951 USHORT sel = GetFS(); 3917 4952 … … 3922 4957 } 3923 4958 3924 inline ULONG APIENTRY WinQueryCp(HMQ a) 4959 #undef WinPrevChar 4960 #define WinPrevChar _WinPrevChar 4961 4962 inline ULONG APIENTRY _WinQueryCp(HMQ a) 3925 4963 { 3926 4964 ULONG yyrc; … … 3933 4971 } 3934 4972 3935 inline ULONG APIENTRY WinQueryCpList(HAB a, ULONG b, PULONG c) 4973 #undef WinQueryCp 4974 #define WinQueryCp _WinQueryCp 4975 4976 inline ULONG APIENTRY _WinQueryCpList(HAB a, ULONG b, PULONG c) 3936 4977 { 3937 4978 ULONG yyrc; … … 3944 4985 } 3945 4986 3946 inline BOOL APIENTRY WinSetCp(HMQ a, ULONG b) 4987 #undef WinQueryCpList 4988 #define WinQueryCpList _WinQueryCpList 4989 4990 inline BOOL APIENTRY _WinSetCp(HMQ a, ULONG b) 3947 4991 { 3948 4992 BOOL yyrc; … … 3955 4999 } 3956 5000 3957 inline ULONG APIENTRY WinUpper(HAB a, ULONG b, ULONG c, PSZ d) 5001 #undef WinSetCp 5002 #define WinSetCp _WinSetCp 5003 5004 inline ULONG APIENTRY _WinUpper(HAB a, ULONG b, ULONG c, PSZ d) 3958 5005 { 3959 5006 ULONG yyrc; … … 3966 5013 } 3967 5014 3968 inline ULONG APIENTRY WinUpperChar(HAB a, ULONG b, ULONG c, ULONG d) 5015 #undef WinUpper 5016 #define WinUpper _WinUpper 5017 5018 inline ULONG APIENTRY _WinUpperChar(HAB a, ULONG b, ULONG c, ULONG d) 3969 5019 { 3970 5020 ULONG yyrc; … … 3976 5026 return yyrc; 3977 5027 } 5028 5029 #undef WinUpperChar 5030 #define WinUpperChar _WinUpperChar 3978 5031 3979 5032 #endif 3980 5033 #ifdef INCL_WINCURSORS 3981 inline BOOL APIENTRY WinCreateCursor(HWND a, LONG b, LONG c, LONG d, LONG e, ULONG f, PRECTL g)5034 inline BOOL APIENTRY _WinCreateCursor(HWND a, LONG b, LONG c, LONG d, LONG e, ULONG f, PRECTL g) 3982 5035 { 3983 5036 BOOL yyrc; … … 3990 5043 } 3991 5044 3992 inline BOOL APIENTRY WinDestroyCursor(HWND a) 5045 #undef WinCreateCursor 5046 #define WinCreateCursor _WinCreateCursor 5047 5048 inline BOOL APIENTRY _WinDestroyCursor(HWND a) 3993 5049 { 3994 5050 BOOL yyrc; … … 4001 5057 } 4002 5058 4003 inline BOOL APIENTRY WinShowCursor(HWND a, BOOL b) 5059 #undef WinDestroyCursor 5060 #define WinDestroyCursor _WinDestroyCursor 5061 5062 inline BOOL APIENTRY _WinShowCursor(HWND a, BOOL b) 4004 5063 { 4005 5064 BOOL yyrc; … … 4012 5071 } 4013 5072 4014 inline BOOL APIENTRY WinQueryCursorInfo(HWND a, PCURSORINFO b) 5073 #undef WinShowCursor 5074 #define WinShowCursor _WinShowCursor 5075 5076 inline BOOL APIENTRY _WinQueryCursorInfo(HWND a, PCURSORINFO b) 4015 5077 { 4016 5078 BOOL yyrc; … … 4022 5084 return yyrc; 4023 5085 } 5086 5087 #undef WinQueryCursorInfo 5088 #define WinQueryCursorInfo _WinQueryCursorInfo 4024 5089 4025 5090 #endif 4026 5091 #ifdef INCL_WINDESKTOP 4027 inline BOOL APIENTRY WinQueryDesktopBkgnd(HWND a, PDESKTOP b)5092 inline BOOL APIENTRY _WinQueryDesktopBkgnd(HWND a, PDESKTOP b) 4028 5093 { 4029 5094 BOOL yyrc; … … 4036 5101 } 4037 5102 4038 inline HBITMAP APIENTRY WinSetDesktopBkgnd(HWND a, CONST DESKTOP *b) 5103 #undef WinQueryDesktopBkgnd 5104 #define WinQueryDesktopBkgnd _WinQueryDesktopBkgnd 5105 5106 inline HBITMAP APIENTRY _WinSetDesktopBkgnd(HWND a, PDESKTOP b) 4039 5107 { 4040 5108 HBITMAP yyrc; … … 4046 5114 return yyrc; 4047 5115 } 5116 5117 #undef WinSetDesktopBkgnd 5118 #define WinSetDesktopBkgnd _WinSetDesktopBkgnd 4048 5119 4049 5120 #endif 4050 5121 #ifdef INCL_WINDIALOGS 4051 inline BOOL APIENTRY WinAlarm(HWND a, ULONG b)5122 inline BOOL APIENTRY _WinAlarm(HWND a, ULONG b) 4052 5123 { 4053 5124 BOOL yyrc; … … 4060 5131 } 4061 5132 4062 inline MRESULT APIENTRY WinDefDlgProc(HWND a, ULONG b, MPARAM c, MPARAM d) 5133 #undef WinAlarm 5134 #define WinAlarm _WinAlarm 5135 5136 inline MRESULT APIENTRY _WinDefDlgProc(HWND a, ULONG b, MPARAM c, MPARAM d) 4063 5137 { 4064 5138 MRESULT yyrc; … … 4071 5145 } 4072 5146 4073 inline BOOL APIENTRY WinDismissDlg(HWND a, ULONG b) 5147 #undef WinDefDlgProc 5148 #define WinDefDlgProc _WinDefDlgProc 5149 5150 inline BOOL APIENTRY _WinDismissDlg(HWND a, ULONG b) 4074 5151 { 4075 5152 BOOL yyrc; … … 4082 5159 } 4083 5160 4084 inline ULONG APIENTRY WinDlgBox(HWND a, HWND b, PFNWP c, HMODULE d, ULONG e, PVOID f) 5161 #undef WinDismissDlg 5162 #define WinDismissDlg _WinDismissDlg 5163 5164 inline ULONG APIENTRY _WinDlgBox(HWND a, HWND b, PFNWP c, HMODULE d, ULONG e, PVOID f) 4085 5165 { 4086 5166 ULONG yyrc; … … 4093 5173 } 4094 5174 4095 inline BOOL APIENTRY WinGetDlgMsg(HWND a, PQMSG b) 5175 #undef WinDlgBox 5176 #define WinDlgBox _WinDlgBox 5177 5178 inline BOOL APIENTRY _WinGetDlgMsg(HWND a, PQMSG b) 4096 5179 { 4097 5180 BOOL yyrc; … … 4104 5187 } 4105 5188 4106 inline HWND APIENTRY WinLoadDlg(HWND a, HWND b, PFNWP c, HMODULE d, ULONG e, PVOID f) 5189 #undef WinGetDlgMsg 5190 #define WinGetDlgMsg _WinGetDlgMsg 5191 5192 inline HWND APIENTRY _WinLoadDlg(HWND a, HWND b, PFNWP c, HMODULE d, ULONG e, PVOID f) 4107 5193 { 4108 5194 HWND yyrc; … … 4115 5201 } 4116 5202 4117 inline ULONG APIENTRY WinMessageBox(HWND a, HWND b, PCSZ c, PCSZ d, ULONG e, ULONG f) 5203 #undef WinLoadDlg 5204 #define WinLoadDlg _WinLoadDlg 5205 5206 inline ULONG APIENTRY _WinMessageBox(HWND a, HWND b, PCSZ c, PCSZ d, ULONG e, ULONG f) 4118 5207 { 4119 5208 ULONG yyrc; … … 4126 5215 } 4127 5216 4128 inline ULONG APIENTRY WinMessageBox2(HWND a, HWND b, PCSZ c, PCSZ d, ULONG e, PMB2INFO f) 5217 #undef WinMessageBox 5218 #define WinMessageBox _WinMessageBox 5219 5220 inline ULONG APIENTRY _WinMessageBox2(HWND a, HWND b, PSZ c, PSZ d, ULONG e, PMB2INFO f) 4129 5221 { 4130 5222 ULONG yyrc; … … 4137 5229 } 4138 5230 4139 inline BOOL APIENTRY WinQueryDlgItemShort(HWND a, ULONG b, PSHORT c, BOOL d) 5231 #undef WinMessageBox2 5232 #define WinMessageBox2 _WinMessageBox2 5233 5234 inline BOOL APIENTRY _WinQueryDlgItemShort(HWND a, ULONG b, PSHORT c, BOOL d) 4140 5235 { 4141 5236 BOOL yyrc; … … 4148 5243 } 4149 5244 4150 inline ULONG APIENTRY WinQueryDlgItemText(HWND a, ULONG b, LONG c, PSZ d) 5245 #undef WinQueryDlgItemShort 5246 #define WinQueryDlgItemShort _WinQueryDlgItemShort 5247 5248 inline ULONG APIENTRY _WinQueryDlgItemText(HWND a, ULONG b, LONG c, PSZ d) 4151 5249 { 4152 5250 ULONG yyrc; … … 4159 5257 } 4160 5258 4161 inline LONG APIENTRY WinQueryDlgItemTextLength(HWND a, ULONG b) 5259 #undef WinQueryDlgItemText 5260 #define WinQueryDlgItemText _WinQueryDlgItemText 5261 5262 inline LONG APIENTRY _WinQueryDlgItemTextLength(HWND a, ULONG b) 4162 5263 { 4163 5264 LONG yyrc; … … 4170 5271 } 4171 5272 4172 inline BOOL APIENTRY WinSetDlgItemShort(HWND a, ULONG b, USHORT c, BOOL d) 5273 #undef WinQueryDlgItemTextLength 5274 #define WinQueryDlgItemTextLength _WinQueryDlgItemTextLength 5275 5276 inline BOOL APIENTRY _WinSetDlgItemShort(HWND a, ULONG b, USHORT c, BOOL d) 4173 5277 { 4174 5278 BOOL yyrc; … … 4181 5285 } 4182 5286 4183 inline BOOL APIENTRY WinSetDlgItemText(HWND a, ULONG b, PCSZ c) 5287 #undef WinSetDlgItemShort 5288 #define WinSetDlgItemShort _WinSetDlgItemShort 5289 5290 inline BOOL APIENTRY _WinSetDlgItemText(HWND a, ULONG b, PCSZ c) 4184 5291 { 4185 5292 BOOL yyrc; … … 4192 5299 } 4193 5300 4194 inline HWND APIENTRY WinCreateDlg(HWND a, HWND b, PFNWP c, PDLGTEMPLATE d, PVOID e) 5301 #undef WinSetDlgItemText 5302 #define WinSetDlgItemText _WinSetDlgItemText 5303 5304 inline HWND APIENTRY _WinCreateDlg(HWND a, HWND b, PFNWP c, PDLGTEMPLATE d, PVOID e) 4195 5305 { 4196 5306 HWND yyrc; … … 4203 5313 } 4204 5314 4205 inline HWND APIENTRY WinEnumDlgItem(HWND a, HWND b, ULONG c) 5315 #undef WinCreateDlg 5316 #define WinCreateDlg _WinCreateDlg 5317 5318 inline HWND APIENTRY _WinEnumDlgItem(HWND a, HWND b, ULONG c) 4206 5319 { 4207 5320 HWND yyrc; … … 4214 5327 } 4215 5328 4216 inline BOOL APIENTRY WinMapDlgPoints(HWND a, PPOINTL b, ULONG c, BOOL d) 5329 #undef WinEnumDlgItem 5330 #define WinEnumDlgItem _WinEnumDlgItem 5331 5332 inline BOOL APIENTRY _WinMapDlgPoints(HWND a, PPOINTL b, ULONG c, BOOL d) 4217 5333 { 4218 5334 BOOL yyrc; … … 4225 5341 } 4226 5342 4227 inline ULONG APIENTRY WinProcessDlg(HWND a) 5343 #undef WinMapDlgPoints 5344 #define WinMapDlgPoints _WinMapDlgPoints 5345 5346 inline ULONG APIENTRY _WinProcessDlg(HWND a) 4228 5347 { 4229 5348 ULONG yyrc; … … 4236 5355 } 4237 5356 4238 inline MRESULT APIENTRY WinSendDlgItemMsg(HWND a, ULONG b, ULONG c, MPARAM d, MPARAM e) 5357 #undef WinProcessDlg 5358 #define WinProcessDlg _WinProcessDlg 5359 5360 inline MRESULT APIENTRY _WinSendDlgItemMsg(HWND a, ULONG b, ULONG c, MPARAM d, MPARAM e) 4239 5361 { 4240 5362 MRESULT yyrc; … … 4247 5369 } 4248 5370 4249 inline LONG APIENTRY WinSubstituteStrings(HWND a, PCSZ b, LONG c, PSZ d) 5371 #undef WinSendDlgItemMsg 5372 #define WinSendDlgItemMsg _WinSendDlgItemMsg 5373 5374 inline LONG APIENTRY _WinSubstituteStrings(HWND a, PCSZ b, LONG c, PSZ d) 4250 5375 { 4251 5376 LONG yyrc; … … 4257 5382 return yyrc; 4258 5383 } 5384 5385 #undef WinSubstituteStrings 5386 #define WinSubstituteStrings _WinSubstituteStrings 4259 5387 4260 5388 #endif 4261 5389 #ifdef INCL_WINERRORS 4262 inline ERRORID APIENTRY WinGetLastError(HAB a)5390 inline ERRORID APIENTRY _WinGetLastError(HAB a) 4263 5391 { 4264 5392 ERRORID yyrc; … … 4271 5399 } 4272 5400 4273 inline BOOL APIENTRY WinFreeErrorInfo(PERRINFO a) 5401 #undef WinGetLastError 5402 #define WinGetLastError _WinGetLastError 5403 5404 inline BOOL APIENTRY _WinFreeErrorInfo(PERRINFO a) 4274 5405 { 4275 5406 BOOL yyrc; … … 4282 5413 } 4283 5414 4284 inline PERRINFO APIENTRY WinGetErrorInfo(HAB a) 5415 #undef WinFreeErrorInfo 5416 #define WinFreeErrorInfo _WinFreeErrorInfo 5417 5418 inline PERRINFO APIENTRY _WinGetErrorInfo(HAB a) 4285 5419 { 4286 5420 PERRINFO yyrc; … … 4292 5426 return yyrc; 4293 5427 } 5428 5429 #undef WinGetErrorInfo 5430 #define WinGetErrorInfo _WinGetErrorInfo 4294 5431 4295 5432 #endif 4296 5433 #ifdef INCL_WINHOOKS 4297 inline BOOL APIENTRY WinCallMsgFilter(HAB a, PQMSG b, ULONG c)5434 inline BOOL APIENTRY _WinCallMsgFilter(HAB a, PQMSG b, ULONG c) 4298 5435 { 4299 5436 BOOL yyrc; … … 4306 5443 } 4307 5444 4308 inline BOOL APIENTRY WinReleaseHook(HAB a, HMQ b, LONG c, PFN d, HMODULE e) 5445 #undef WinCallMsgFilter 5446 #define WinCallMsgFilter _WinCallMsgFilter 5447 5448 inline BOOL APIENTRY _WinReleaseHook(HAB a, HMQ b, LONG c, PFN d, HMODULE e) 4309 5449 { 4310 5450 BOOL yyrc; … … 4317 5457 } 4318 5458 4319 inline BOOL APIENTRY WinSetHook(HAB a, HMQ b, LONG c, PFN d, HMODULE e) 5459 #undef WinReleaseHook 5460 #define WinReleaseHook _WinReleaseHook 5461 5462 inline BOOL APIENTRY _WinSetHook(HAB a, HMQ b, LONG c, PFN d, HMODULE e) 4320 5463 { 4321 5464 BOOL yyrc; … … 4327 5470 return yyrc; 4328 5471 } 5472 5473 #undef WinSetHook 5474 #define WinSetHook _WinSetHook 4329 5475 4330 5476 #endif 4331 5477 #ifdef INCL_WININPUT 4332 inline BOOL APIENTRY WinFocusChange(HWND a, HWND b, ULONG c)5478 inline BOOL APIENTRY _WinFocusChange(HWND a, HWND b, ULONG c) 4333 5479 { 4334 5480 BOOL yyrc; … … 4341 5487 } 4342 5488 4343 inline BOOL APIENTRY WinLockupSystem(HAB a) 5489 #undef WinFocusChange 5490 #define WinFocusChange _WinFocusChange 5491 5492 inline BOOL APIENTRY _WinLockupSystem(HAB a) 4344 5493 { 4345 5494 BOOL yyrc; … … 4352 5501 } 4353 5502 4354 inline BOOL APIENTRY WinSetFocus(HWND a, HWND b) 5503 #undef WinLockupSystem 5504 #define WinLockupSystem _WinLockupSystem 5505 5506 inline BOOL APIENTRY _WinSetFocus(HWND a, HWND b) 4355 5507 { 4356 5508 BOOL yyrc; … … 4363 5515 } 4364 5516 4365 inline BOOL APIENTRY WinUnlockSystem(HAB a, PCSZ b) 5517 #undef WinSetFocus 5518 #define WinSetFocus _WinSetFocus 5519 5520 inline BOOL APIENTRY _WinUnlockSystem(HAB a, PSZ b) 4366 5521 { 4367 5522 BOOL yyrc; … … 4374 5529 } 4375 5530 4376 inline BOOL APIENTRY WinCheckInput(HAB a) 5531 #undef WinUnlockSystem 5532 #define WinUnlockSystem _WinUnlockSystem 5533 5534 inline BOOL APIENTRY _WinCheckInput(HAB a) 4377 5535 { 4378 5536 BOOL yyrc; … … 4385 5543 } 4386 5544 4387 inline BOOL APIENTRY WinEnablePhysInput(HWND a, BOOL b) 5545 #undef WinCheckInput 5546 #define WinCheckInput _WinCheckInput 5547 5548 inline BOOL APIENTRY _WinEnablePhysInput(HWND a, BOOL b) 4388 5549 { 4389 5550 BOOL yyrc; … … 4396 5557 } 4397 5558 4398 inline LONG APIENTRY WinGetKeyState(HWND a, LONG b) 5559 #undef WinEnablePhysInput 5560 #define WinEnablePhysInput _WinEnablePhysInput 5561 5562 inline LONG APIENTRY _WinGetKeyState(HWND a, LONG b) 4399 5563 { 4400 5564 LONG yyrc; … … 4407 5571 } 4408 5572 4409 inline LONG APIENTRY WinGetPhysKeyState(HWND a, LONG b) 5573 #undef WinGetKeyState 5574 #define WinGetKeyState _WinGetKeyState 5575 5576 inline LONG APIENTRY _WinGetPhysKeyState(HWND a, LONG b) 4410 5577 { 4411 5578 LONG yyrc; … … 4418 5585 } 4419 5586 4420 inline BOOL APIENTRY WinIsPhysInputEnabled(HWND a) 5587 #undef WinGetPhysKeyState 5588 #define WinGetPhysKeyState _WinGetPhysKeyState 5589 5590 inline BOOL APIENTRY _WinIsPhysInputEnabled(HWND a) 4421 5591 { 4422 5592 BOOL yyrc; … … 4429 5599 } 4430 5600 4431 inline HWND APIENTRY WinQueryCapture(HWND a) 5601 #undef WinIsPhysInputEnabled 5602 #define WinIsPhysInputEnabled _WinIsPhysInputEnabled 5603 5604 inline HWND APIENTRY _WinQueryCapture(HWND a) 4432 5605 { 4433 5606 HWND yyrc; … … 4440 5613 } 4441 5614 4442 inline HWND APIENTRY WinQueryFocus(HWND a) 5615 #undef WinQueryCapture 5616 #define WinQueryCapture _WinQueryCapture 5617 5618 inline HWND APIENTRY _WinQueryFocus(HWND a) 4443 5619 { 4444 5620 HWND yyrc; … … 4451 5627 } 4452 5628 4453 inline ULONG APIENTRY WinQueryVisibleRegion(HWND a, HRGN b) 5629 #undef WinQueryFocus 5630 #define WinQueryFocus _WinQueryFocus 5631 5632 inline ULONG APIENTRY _WinQueryVisibleRegion(HWND a, HRGN b) 4454 5633 { 4455 5634 ULONG yyrc; … … 4462 5641 } 4463 5642 4464 inline BOOL APIENTRY WinSetCapture(HWND a, HWND b) 5643 #undef WinQueryVisibleRegion 5644 #define WinQueryVisibleRegion _WinQueryVisibleRegion 5645 5646 inline BOOL APIENTRY _WinSetCapture(HWND a, HWND b) 4465 5647 { 4466 5648 BOOL yyrc; … … 4473 5655 } 4474 5656 4475 inline BOOL APIENTRY WinSetKeyboardStateTable(HWND a, PBYTE b, BOOL c) 5657 #undef WinSetCapture 5658 #define WinSetCapture _WinSetCapture 5659 5660 inline BOOL APIENTRY _WinSetKeyboardStateTable(HWND a, PBYTE b, BOOL c) 4476 5661 { 4477 5662 BOOL yyrc; … … 4484 5669 } 4485 5670 4486 inline BOOL APIENTRY WinSetVisibleRegionNotify(HWND a, BOOL b) 5671 #undef WinSetKeyboardStateTable 5672 #define WinSetKeyboardStateTable _WinSetKeyboardStateTable 5673 5674 inline BOOL APIENTRY _WinSetVisibleRegionNotify(HWND a, BOOL b) 4487 5675 { 4488 5676 BOOL yyrc; … … 4494 5682 return yyrc; 4495 5683 } 5684 5685 #undef WinSetVisibleRegionNotify 5686 #define WinSetVisibleRegionNotify _WinSetVisibleRegionNotify 4496 5687 4497 5688 #endif 4498 5689 #ifdef INCL_WINLOAD 4499 inline BOOL APIENTRY WinDeleteLibrary(HAB a, HLIB b)5690 inline BOOL APIENTRY _WinDeleteLibrary(HAB a, HLIB b) 4500 5691 { 4501 5692 BOOL yyrc; … … 4508 5699 } 4509 5700 4510 inline BOOL APIENTRY WinDeleteProcedure(HAB a, PFNWP b) 5701 #undef WinDeleteLibrary 5702 #define WinDeleteLibrary _WinDeleteLibrary 5703 5704 inline BOOL APIENTRY _WinDeleteProcedure(HAB a, PFNWP b) 4511 5705 { 4512 5706 BOOL yyrc; … … 4519 5713 } 4520 5714 4521 inline HLIB APIENTRY WinLoadLibrary(HAB a, PCSZ b) 5715 #undef WinDeleteProcedure 5716 #define WinDeleteProcedure _WinDeleteProcedure 5717 5718 inline HLIB APIENTRY _WinLoadLibrary(HAB a, PCSZ b) 4522 5719 { 4523 5720 HLIB yyrc; … … 4530 5727 } 4531 5728 4532 inline PFNWP APIENTRY WinLoadProcedure(HAB a, HLIB b, PSZ c) 5729 #undef WinLoadLibrary 5730 #define WinLoadLibrary _WinLoadLibrary 5731 5732 inline PFNWP APIENTRY _WinLoadProcedure(HAB a, HLIB b, PSZ c) 4533 5733 { 4534 5734 PFNWP yyrc; … … 4540 5740 return yyrc; 4541 5741 } 5742 5743 #undef WinLoadProcedure 5744 #define WinLoadProcedure _WinLoadProcedure 4542 5745 4543 5746 #endif 4544 5747 #ifdef INCL_WINMENUS 4545 inline HWND APIENTRY WinCreateMenu(HWND a, PVOID b)5748 inline HWND APIENTRY _WinCreateMenu(HWND a, PVOID b) 4546 5749 { 4547 5750 HWND yyrc; … … 4554 5757 } 4555 5758 4556 inline HWND APIENTRY WinLoadMenu(HWND a, HMODULE b, ULONG c) 5759 #undef WinCreateMenu 5760 #define WinCreateMenu _WinCreateMenu 5761 5762 inline HWND APIENTRY _WinLoadMenu(HWND a, HMODULE b, ULONG c) 4557 5763 { 4558 5764 HWND yyrc; … … 4565 5771 } 4566 5772 4567 inline BOOL APIENTRY WinPopupMenu(HWND a, HWND b, HWND c, LONG d, LONG e, LONG f, ULONG g) 5773 #undef WinLoadMenu 5774 #define WinLoadMenu _WinLoadMenu 5775 5776 inline BOOL APIENTRY _WinPopupMenu(HWND a, HWND b, HWND c, LONG d, LONG e, LONG f, ULONG g) 4568 5777 { 4569 5778 BOOL yyrc; … … 4575 5784 return yyrc; 4576 5785 } 5786 5787 #undef WinPopupMenu 5788 #define WinPopupMenu _WinPopupMenu 4577 5789 4578 5790 #endif 4579 5791 #ifdef INCL_WINMESSAGEMGR 4580 inline BOOL APIENTRY WinBroadcastMsg(HWND a, ULONG b, MPARAM c, MPARAM d, ULONG e)5792 inline BOOL APIENTRY _WinBroadcastMsg(HWND a, ULONG b, MPARAM c, MPARAM d, ULONG e) 4581 5793 { 4582 5794 BOOL yyrc; … … 4589 5801 } 4590 5802 4591 inline BOOL APIENTRY WinInSendMsg(HAB a) 5803 #undef WinBroadcastMsg 5804 #define WinBroadcastMsg _WinBroadcastMsg 5805 5806 inline BOOL APIENTRY _WinInSendMsg(HAB a) 4592 5807 { 4593 5808 BOOL yyrc; … … 4600 5815 } 4601 5816 4602 inline BOOL APIENTRY WinPostQueueMsg(HMQ a, ULONG b, MPARAM c, MPARAM d) 5817 #undef WinInSendMsg 5818 #define WinInSendMsg _WinInSendMsg 5819 5820 inline BOOL APIENTRY _WinPostQueueMsg(HMQ a, ULONG b, MPARAM c, MPARAM d) 4603 5821 { 4604 5822 BOOL yyrc; … … 4611 5829 } 4612 5830 4613 inline BOOL APIENTRY WinQueryMsgPos(HAB a, PPOINTL b) 5831 #undef WinPostQueueMsg 5832 #define WinPostQueueMsg _WinPostQueueMsg 5833 5834 inline BOOL APIENTRY _WinQueryMsgPos(HAB a, PPOINTL b) 4614 5835 { 4615 5836 BOOL yyrc; … … 4622 5843 } 4623 5844 4624 inline ULONG APIENTRY WinQueryMsgTime(HAB a) 5845 #undef WinQueryMsgPos 5846 #define WinQueryMsgPos _WinQueryMsgPos 5847 5848 inline ULONG APIENTRY _WinQueryMsgTime(HAB a) 4625 5849 { 4626 5850 ULONG yyrc; … … 4633 5857 } 4634 5858 4635 inline ULONG APIENTRY WinQueryQueueStatus(HWND a) 5859 #undef WinQueryMsgTime 5860 #define WinQueryMsgTime _WinQueryMsgTime 5861 5862 inline ULONG APIENTRY _WinQueryQueueStatus(HWND a) 4636 5863 { 4637 5864 ULONG yyrc; … … 4644 5871 } 4645 5872 4646 inline ULONG APIENTRY WinRequestMutexSem(HMTX a, ULONG b) 5873 #undef WinQueryQueueStatus 5874 #define WinQueryQueueStatus _WinQueryQueueStatus 5875 5876 inline ULONG APIENTRY _WinRequestMutexSem(HMTX a, ULONG b) 4647 5877 { 4648 5878 ULONG yyrc; … … 4655 5885 } 4656 5886 4657 inline BOOL APIENTRY WinSetClassMsgInterest(HAB a, PCSZ b, ULONG c, LONG d) 5887 #undef WinRequestMutexSem 5888 #define WinRequestMutexSem _WinRequestMutexSem 5889 5890 inline BOOL APIENTRY _WinSetClassMsgInterest(HAB a, PCSZ b, ULONG c, LONG d) 4658 5891 { 4659 5892 BOOL yyrc; … … 4666 5899 } 4667 5900 4668 inline BOOL APIENTRY WinSetMsgInterest(HWND a, ULONG b, LONG c) 5901 #undef WinSetClassMsgInterest 5902 #define WinSetClassMsgInterest _WinSetClassMsgInterest 5903 5904 inline BOOL APIENTRY _WinSetMsgInterest(HWND a, ULONG b, LONG c) 4669 5905 { 4670 5906 BOOL yyrc; … … 4677 5913 } 4678 5914 4679 inline ULONG APIENTRY WinWaitEventSem(HEV a, ULONG b) 5915 #undef WinSetMsgInterest 5916 #define WinSetMsgInterest _WinSetMsgInterest 5917 5918 inline ULONG APIENTRY _WinWaitEventSem(HEV a, ULONG b) 4680 5919 { 4681 5920 ULONG yyrc; … … 4688 5927 } 4689 5928 4690 inline BOOL APIENTRY WinWaitMsg(HAB a, ULONG b, ULONG c) 5929 #undef WinWaitEventSem 5930 #define WinWaitEventSem _WinWaitEventSem 5931 5932 inline BOOL APIENTRY _WinWaitMsg(HAB a, ULONG b, ULONG c) 4691 5933 { 4692 5934 BOOL yyrc; … … 4699 5941 } 4700 5942 4701 inline ULONG APIENTRY WinWaitMuxWaitSem(HMUX a, ULONG b, PULONG c) 5943 #undef WinWaitMsg 5944 #define WinWaitMsg _WinWaitMsg 5945 5946 inline ULONG APIENTRY _WinWaitMuxWaitSem(HMUX a, ULONG b, PULONG c) 4702 5947 { 4703 5948 ULONG yyrc; … … 4709 5954 return yyrc; 4710 5955 } 5956 5957 #undef WinWaitMuxWaitSem 5958 #define WinWaitMuxWaitSem _WinWaitMuxWaitSem 4711 5959 4712 5960 #endif 4713 5961 #ifdef INCL_WINPALETTE 4714 inline LONG APIENTRY WinRealizePalette(HWND a, HPS b, PULONG c)5962 inline LONG APIENTRY _WinRealizePalette(HWND a, HPS b, PULONG c) 4715 5963 { 4716 5964 LONG yyrc; … … 4722 5970 return yyrc; 4723 5971 } 5972 5973 #undef WinRealizePalette 5974 #define WinRealizePalette _WinRealizePalette 4724 5975 4725 5976 #endif 4726 5977 #ifdef INCL_WINPOINTERS 4727 inline HPOINTER APIENTRY WinCreatePointer(HWND a, HBITMAP b, BOOL c, LONG d, LONG e)5978 inline HPOINTER APIENTRY _WinCreatePointer(HWND a, HBITMAP b, BOOL c, LONG d, LONG e) 4728 5979 { 4729 5980 HPOINTER yyrc; … … 4736 5987 } 4737 5988 4738 inline HPOINTER APIENTRY WinCreatePointerIndirect(HWND a, CONST POINTERINFO *b) 5989 #undef WinCreatePointer 5990 #define WinCreatePointer _WinCreatePointer 5991 5992 inline HPOINTER APIENTRY _WinCreatePointerIndirect(HWND a, PPOINTERINFO b) 4739 5993 { 4740 5994 HPOINTER yyrc; … … 4747 6001 } 4748 6002 4749 inline BOOL APIENTRY WinDestroyPointer(HPOINTER a) 6003 #undef WinCreatePointerIndirect 6004 #define WinCreatePointerIndirect _WinCreatePointerIndirect 6005 6006 inline BOOL APIENTRY _WinDestroyPointer(HPOINTER a) 4750 6007 { 4751 6008 BOOL yyrc; … … 4758 6015 } 4759 6016 4760 inline BOOL APIENTRY WinDrawPointer(HPS a, LONG b, LONG c, HPOINTER d, ULONG e) 6017 #undef WinDestroyPointer 6018 #define WinDestroyPointer _WinDestroyPointer 6019 6020 inline BOOL APIENTRY _WinDrawPointer(HPS a, LONG b, LONG c, HPOINTER d, ULONG e) 4761 6021 { 4762 6022 BOOL yyrc; … … 4769 6029 } 4770 6030 4771 inline HBITMAP APIENTRY WinGetSysBitmap(HWND a, ULONG b) 6031 #undef WinDrawPointer 6032 #define WinDrawPointer _WinDrawPointer 6033 6034 inline HBITMAP APIENTRY _WinGetSysBitmap(HWND a, ULONG b) 4772 6035 { 4773 6036 HBITMAP yyrc; … … 4780 6043 } 4781 6044 4782 inline HPOINTER APIENTRY WinLoadPointer(HWND a, HMODULE b, ULONG c) 6045 #undef WinGetSysBitmap 6046 #define WinGetSysBitmap _WinGetSysBitmap 6047 6048 inline HPOINTER APIENTRY _WinLoadPointer(HWND a, HMODULE b, ULONG c) 4783 6049 { 4784 6050 HPOINTER yyrc; … … 4791 6057 } 4792 6058 4793 inline BOOL APIENTRY WinLockPointerUpdate(HWND a, HPOINTER b, ULONG c) 6059 #undef WinLoadPointer 6060 #define WinLoadPointer _WinLoadPointer 6061 6062 inline BOOL APIENTRY _WinLockPointerUpdate(HWND a, HPOINTER b, ULONG c) 4794 6063 { 4795 6064 BOOL yyrc; … … 4802 6071 } 4803 6072 4804 inline BOOL APIENTRY WinQueryPointerPos(HWND a, PPOINTL b) 6073 #undef WinLockPointerUpdate 6074 #define WinLockPointerUpdate _WinLockPointerUpdate 6075 6076 inline BOOL APIENTRY _WinQueryPointerPos(HWND a, PPOINTL b) 4805 6077 { 4806 6078 BOOL yyrc; … … 4813 6085 } 4814 6086 4815 inline BOOL APIENTRY WinQueryPointerInfo(HPOINTER a, PPOINTERINFO b) 6087 #undef WinQueryPointerPos 6088 #define WinQueryPointerPos _WinQueryPointerPos 6089 6090 inline BOOL APIENTRY _WinQueryPointerInfo(HPOINTER a, PPOINTERINFO b) 4816 6091 { 4817 6092 BOOL yyrc; … … 4824 6099 } 4825 6100 4826 inline HPOINTER APIENTRY WinQuerySysPointer(HWND a, LONG b, BOOL c) 6101 #undef WinQueryPointerInfo 6102 #define WinQueryPointerInfo _WinQueryPointerInfo 6103 6104 inline HPOINTER APIENTRY _WinQuerySysPointer(HWND a, LONG b, BOOL c) 4827 6105 { 4828 6106 HPOINTER yyrc; … … 4835 6113 } 4836 6114 4837 inline BOOL APIENTRY WinQuerySysPointerData(HWND a, ULONG b, PICONINFO c) 6115 #undef WinQuerySysPointer 6116 #define WinQuerySysPointer _WinQuerySysPointer 6117 6118 inline BOOL APIENTRY _WinQuerySysPointerData(HWND a, ULONG b, PICONINFO c) 4838 6119 { 4839 6120 BOOL yyrc; … … 4846 6127 } 4847 6128 4848 inline BOOL APIENTRY WinSetPointer(HWND a, HPOINTER b) 6129 #undef WinQuerySysPointerData 6130 #define WinQuerySysPointerData _WinQuerySysPointerData 6131 6132 inline BOOL APIENTRY _WinSetPointer(HWND a, HPOINTER b) 4849 6133 { 4850 6134 BOOL yyrc; … … 4857 6141 } 4858 6142 4859 inline BOOL APIENTRY WinSetPointerOwner(HPOINTER a, PID b, BOOL c) 6143 #undef WinSetPointer 6144 #define WinSetPointer _WinSetPointer 6145 6146 inline BOOL APIENTRY _WinSetPointerOwner(HPOINTER a, PID b, BOOL c) 4860 6147 { 4861 6148 BOOL yyrc; … … 4868 6155 } 4869 6156 4870 inline BOOL APIENTRY WinSetPointerPos(HWND a, LONG b, LONG c) 6157 #undef WinSetPointerOwner 6158 #define WinSetPointerOwner _WinSetPointerOwner 6159 6160 inline BOOL APIENTRY _WinSetPointerPos(HWND a, LONG b, LONG c) 4871 6161 { 4872 6162 BOOL yyrc; … … 4879 6169 } 4880 6170 4881 inline BOOL APIENTRY WinSetSysPointerData(HWND a, ULONG b, CONST ICONINFO *c) 6171 #undef WinSetPointerPos 6172 #define WinSetPointerPos _WinSetPointerPos 6173 6174 inline BOOL APIENTRY _WinSetSysPointerData(HWND a, ULONG b, PICONINFO c) 4882 6175 { 4883 6176 BOOL yyrc; … … 4890 6183 } 4891 6184 4892 inline BOOL APIENTRY WinShowPointer(HWND a, BOOL b) 6185 #undef WinSetSysPointerData 6186 #define WinSetSysPointerData _WinSetSysPointerData 6187 6188 inline BOOL APIENTRY _WinShowPointer(HWND a, BOOL b) 4893 6189 { 4894 6190 BOOL yyrc; … … 4900 6196 return yyrc; 4901 6197 } 6198 6199 #undef WinShowPointer 6200 #define WinShowPointer _WinShowPointer 4902 6201 4903 6202 #endif 4904 6203 #ifdef INCL_WINRECTANGLES 4905 inline BOOL APIENTRY WinCopyRect(HAB a, PRECTL b, CONST RECTL *c)6204 inline BOOL APIENTRY _WinCopyRect(HAB a, PRECTL b, PRECTL c) 4906 6205 { 4907 6206 BOOL yyrc; … … 4914 6213 } 4915 6214 4916 inline BOOL APIENTRY WinEqualRect(HAB a, CONST RECTL *b, CONST RECTL *c) 6215 #undef WinCopyRect 6216 #define WinCopyRect _WinCopyRect 6217 6218 inline BOOL APIENTRY _WinEqualRect(HAB a, PRECTL b, PRECTL c) 4917 6219 { 4918 6220 BOOL yyrc; … … 4925 6227 } 4926 6228 4927 inline BOOL APIENTRY WinInflateRect(HAB a, PRECTL b, LONG c, LONG d) 6229 #undef WinEqualRect 6230 #define WinEqualRect _WinEqualRect 6231 6232 inline BOOL APIENTRY _WinInflateRect(HAB a, PRECTL b, LONG c, LONG d) 4928 6233 { 4929 6234 BOOL yyrc; … … 4936 6241 } 4937 6242 4938 inline BOOL APIENTRY WinIntersectRect(HAB a, PRECTL b, CONST RECTL *c, CONST RECTL *d) 6243 #undef WinInflateRect 6244 #define WinInflateRect _WinInflateRect 6245 6246 inline BOOL APIENTRY _WinIntersectRect(HAB a, PRECTL b, PRECTL c, PRECTL d) 4939 6247 { 4940 6248 BOOL yyrc; … … 4947 6255 } 4948 6256 4949 inline BOOL APIENTRY WinIsRectEmpty(HAB a, CONST RECTL *b) 6257 #undef WinIntersectRect 6258 #define WinIntersectRect _WinIntersectRect 6259 6260 inline BOOL APIENTRY _WinIsRectEmpty(HAB a, PRECTL b) 4950 6261 { 4951 6262 BOOL yyrc; … … 4958 6269 } 4959 6270 4960 inline BOOL APIENTRY WinMakePoints(HAB a, PPOINTL b, ULONG c) 6271 #undef WinIsRectEmpty 6272 #define WinIsRectEmpty _WinIsRectEmpty 6273 6274 inline BOOL APIENTRY _WinMakePoints(HAB a, PPOINTL b, ULONG c) 4961 6275 { 4962 6276 BOOL yyrc; … … 4969 6283 } 4970 6284 4971 inline BOOL APIENTRY WinMakeRect(HAB a, PRECTL b) 6285 #undef WinMakePoints 6286 #define WinMakePoints _WinMakePoints 6287 6288 inline BOOL APIENTRY _WinMakeRect(HAB a, PRECTL b) 4972 6289 { 4973 6290 BOOL yyrc; … … 4980 6297 } 4981 6298 4982 inline BOOL APIENTRY WinOffsetRect(HAB a, PRECTL b, LONG c, LONG d) 6299 #undef WinMakeRect 6300 #define WinMakeRect _WinMakeRect 6301 6302 inline BOOL APIENTRY _WinOffsetRect(HAB a, PRECTL b, LONG c, LONG d) 4983 6303 { 4984 6304 BOOL yyrc; … … 4991 6311 } 4992 6312 4993 inline BOOL APIENTRY WinPtInRect(HAB a, CONST RECTL *b, CONST POINTL *c) 6313 #undef WinOffsetRect 6314 #define WinOffsetRect _WinOffsetRect 6315 6316 inline BOOL APIENTRY _WinPtInRect(HAB a, PRECTL b, PPOINTL c) 4994 6317 { 4995 6318 BOOL yyrc; … … 5002 6325 } 5003 6326 5004 inline BOOL APIENTRY WinSetRect(HAB a, PRECTL b, LONG c, LONG d, LONG e, LONG f) 6327 #undef WinPtInRect 6328 #define WinPtInRect _WinPtInRect 6329 6330 inline BOOL APIENTRY _WinSetRect(HAB a, PRECTL b, LONG c, LONG d, LONG e, LONG f) 5005 6331 { 5006 6332 BOOL yyrc; … … 5013 6339 } 5014 6340 5015 inline BOOL APIENTRY WinSetRectEmpty(HAB a, PRECTL b) 6341 #undef WinSetRect 6342 #define WinSetRect _WinSetRect 6343 6344 inline BOOL APIENTRY _WinSetRectEmpty(HAB a, PRECTL b) 5016 6345 { 5017 6346 BOOL yyrc; … … 5024 6353 } 5025 6354 5026 inline BOOL APIENTRY WinSubtractRect(HAB a, PRECTL b, CONST RECTL *c, CONST RECTL *d) 6355 #undef WinSetRectEmpty 6356 #define WinSetRectEmpty _WinSetRectEmpty 6357 6358 inline BOOL APIENTRY _WinSubtractRect(HAB a, PRECTL b, PRECTL c, PRECTL d) 5027 6359 { 5028 6360 BOOL yyrc; … … 5035 6367 } 5036 6368 5037 inline BOOL APIENTRY WinUnionRect(HAB a, PRECTL b, CONST RECTL *c, CONST RECTL *d) 6369 #undef WinSubtractRect 6370 #define WinSubtractRect _WinSubtractRect 6371 6372 inline BOOL APIENTRY _WinUnionRect(HAB a, PRECTL b, PRECTL c, PRECTL d) 5038 6373 { 5039 6374 BOOL yyrc; … … 5045 6380 return yyrc; 5046 6381 } 6382 6383 #undef WinUnionRect 6384 #define WinUnionRect _WinUnionRect 5047 6385 5048 6386 #endif 5049 6387 #ifdef INCL_WINSYS 5050 inline LONG APIENTRY WinQueryControlColors(HWND a, LONG b, ULONG c, ULONG d, PCTLCOLOR e)6388 inline LONG APIENTRY _WinQueryControlColors(HWND a, LONG b, ULONG c, ULONG d, PCTLCOLOR e) 5051 6389 { 5052 6390 LONG yyrc; … … 5059 6397 } 5060 6398 5061 inline ULONG APIENTRY WinQueryPresParam(HWND a, ULONG b, ULONG c, PULONG d, ULONG e, PVOID f, ULONG g) 6399 #undef WinQueryControlColors 6400 #define WinQueryControlColors _WinQueryControlColors 6401 6402 inline ULONG APIENTRY _WinQueryPresParam(HWND a, ULONG b, ULONG c, PULONG d, ULONG e, PVOID f, ULONG g) 5062 6403 { 5063 6404 ULONG yyrc; … … 5070 6411 } 5071 6412 5072 inline LONG APIENTRY WinQuerySysColor(HWND a, LONG b, LONG c) 6413 #undef WinQueryPresParam 6414 #define WinQueryPresParam _WinQueryPresParam 6415 6416 inline LONG APIENTRY _WinQuerySysColor(HWND a, LONG b, LONG c) 5073 6417 { 5074 6418 LONG yyrc; … … 5081 6425 } 5082 6426 5083 inline LONG APIENTRY WinQuerySysValue(HWND a, LONG b) 6427 #undef WinQuerySysColor 6428 #define WinQuerySysColor _WinQuerySysColor 6429 6430 inline LONG APIENTRY _WinQuerySysValue(HWND a, LONG b) 5084 6431 { 5085 6432 LONG yyrc; … … 5092 6439 } 5093 6440 5094 inline BOOL APIENTRY WinRemovePresParam(HWND a, ULONG b) 6441 #undef WinQuerySysValue 6442 #define WinQuerySysValue _WinQuerySysValue 6443 6444 inline BOOL APIENTRY _WinRemovePresParam(HWND a, ULONG b) 5095 6445 { 5096 6446 BOOL yyrc; … … 5103 6453 } 5104 6454 5105 inline LONG APIENTRY WinSetControlColors(HWND a, LONG b, ULONG c, ULONG d, PCTLCOLOR e) 6455 #undef WinRemovePresParam 6456 #define WinRemovePresParam _WinRemovePresParam 6457 6458 inline LONG APIENTRY _WinSetControlColors(HWND a, LONG b, ULONG c, ULONG d, PCTLCOLOR e) 5106 6459 { 5107 6460 LONG yyrc; … … 5114 6467 } 5115 6468 5116 inline BOOL APIENTRY WinSetPresParam(HWND a, ULONG b, ULONG c, PVOID d) 6469 #undef WinSetControlColors 6470 #define WinSetControlColors _WinSetControlColors 6471 6472 inline BOOL APIENTRY _WinSetPresParam(HWND a, ULONG b, ULONG c, PVOID d) 5117 6473 { 5118 6474 BOOL yyrc; … … 5125 6481 } 5126 6482 5127 inline BOOL APIENTRY WinSetSysColors(HWND a, ULONG b, ULONG c, LONG d, ULONG e, CONST LONG *f) 6483 #undef WinSetPresParam 6484 #define WinSetPresParam _WinSetPresParam 6485 6486 inline BOOL APIENTRY _WinSetSysColors(HWND a, ULONG b, ULONG c, LONG d, ULONG e, PLONG f) 5128 6487 { 5129 6488 BOOL yyrc; … … 5136 6495 } 5137 6496 5138 inline BOOL APIENTRY WinSetSysValue(HWND a, LONG b, LONG c) 6497 #undef WinSetSysColors 6498 #define WinSetSysColors _WinSetSysColors 6499 6500 inline BOOL APIENTRY _WinSetSysValue(HWND a, LONG b, LONG c) 5139 6501 { 5140 6502 BOOL yyrc; … … 5146 6508 return yyrc; 5147 6509 } 6510 6511 #undef WinSetSysValue 6512 #define WinSetSysValue _WinSetSysValue 5148 6513 5149 6514 #endif 5150 6515 #ifdef INCL_WINTHUNKAPI 5151 inline PFN APIENTRY WinQueryClassThunkProc(PCSZ a)6516 inline PFN APIENTRY _WinQueryClassThunkProc(PCSZ a) 5152 6517 { 5153 6518 PFN yyrc; … … 5160 6525 } 5161 6526 5162 inline LONG APIENTRY WinQueryWindowModel(HWND a) 6527 #undef WinQueryClassThunkProc 6528 #define WinQueryClassThunkProc _WinQueryClassThunkProc 6529 6530 inline LONG APIENTRY _WinQueryWindowModel(HWND a) 5163 6531 { 5164 6532 LONG yyrc; … … 5171 6539 } 5172 6540 5173 inline PFN APIENTRY WinQueryWindowThunkProc(HWND a) 6541 #undef WinQueryWindowModel 6542 #define WinQueryWindowModel _WinQueryWindowModel 6543 6544 inline PFN APIENTRY _WinQueryWindowThunkProc(HWND a) 5174 6545 { 5175 6546 PFN yyrc; … … 5182 6553 } 5183 6554 5184 inline BOOL APIENTRY WinSetClassThunkProc(PCSZ a, PFN b) 6555 #undef WinQueryWindowThunkProc 6556 #define WinQueryWindowThunkProc _WinQueryWindowThunkProc 6557 6558 inline BOOL APIENTRY _WinSetClassThunkProc(PCSZ a, PFN b) 5185 6559 { 5186 6560 BOOL yyrc; … … 5193 6567 } 5194 6568 5195 inline BOOL APIENTRY WinSetWindowThunkProc(HWND a, PFN b) 6569 #undef WinSetClassThunkProc 6570 #define WinSetClassThunkProc _WinSetClassThunkProc 6571 6572 inline BOOL APIENTRY _WinSetWindowThunkProc(HWND a, PFN b) 5196 6573 { 5197 6574 BOOL yyrc; … … 5203 6580 return yyrc; 5204 6581 } 6582 6583 #undef WinSetWindowThunkProc 6584 #define WinSetWindowThunkProc _WinSetWindowThunkProc 5205 6585 5206 6586 #endif 5207 6587 #ifdef INCL_WINTIMER 5208 inline ULONG APIENTRY WinGetCurrentTime(HAB a)6588 inline ULONG APIENTRY _WinGetCurrentTime(HAB a) 5209 6589 { 5210 6590 ULONG yyrc; … … 5217 6597 } 5218 6598 5219 inline ULONG APIENTRY WinStartTimer(HAB a, HWND b, ULONG c, ULONG d) 6599 #undef WinGetCurrentTime 6600 #define WinGetCurrentTime _WinGetCurrentTime 6601 6602 inline ULONG APIENTRY _WinStartTimer(HAB a, HWND b, ULONG c, ULONG d) 5220 6603 { 5221 6604 ULONG yyrc; … … 5228 6611 } 5229 6612 5230 inline BOOL APIENTRY WinStopTimer(HAB a, HWND b, ULONG c) 6613 #undef WinStartTimer 6614 #define WinStartTimer _WinStartTimer 6615 6616 inline BOOL APIENTRY _WinStopTimer(HAB a, HWND b, ULONG c) 5231 6617 { 5232 6618 BOOL yyrc; … … 5238 6624 return yyrc; 5239 6625 } 6626 6627 #undef WinStopTimer 6628 #define WinStopTimer _WinStopTimer 5240 6629 5241 6630 #endif 5242 6631 #ifdef INCL_WINTRACKRECT 5243 inline BOOL APIENTRY WinShowTrackRect(HWND a, BOOL b)6632 inline BOOL APIENTRY _WinShowTrackRect(HWND a, BOOL b) 5244 6633 { 5245 6634 BOOL yyrc; … … 5252 6641 } 5253 6642 5254 inline BOOL APIENTRY WinTrackRect(HWND a, HPS b, PTRACKINFO c) 6643 #undef WinShowTrackRect 6644 #define WinShowTrackRect _WinShowTrackRect 6645 6646 inline BOOL APIENTRY _WinTrackRect(HWND a, HPS b, PTRACKINFO c) 5255 6647 { 5256 6648 BOOL yyrc; … … 5262 6654 return yyrc; 5263 6655 } 6656 6657 #undef WinTrackRect 6658 #define WinTrackRect _WinTrackRect 5264 6659 5265 6660 #endif 5266 6661 #endif 5267 6662 #ifdef INCL_GPI 5268 inline LONG APIENTRY GpiAnimatePalette(HPAL a, ULONG b, ULONG c, ULONG d, CONST ULONG *e)6663 inline LONG APIENTRY _GpiAnimatePalette(HPAL a, ULONG b, ULONG c, ULONG d, PULONG e) 5269 6664 { 5270 6665 LONG yyrc; … … 5277 6672 } 5278 6673 5279 inline BOOL APIENTRY GpiBeginArea(HPS a, ULONG b) 6674 #undef GpiAnimatePalette 6675 #define GpiAnimatePalette _GpiAnimatePalette 6676 6677 inline BOOL APIENTRY _GpiBeginArea(HPS a, ULONG b) 5280 6678 { 5281 6679 BOOL yyrc; … … 5288 6686 } 5289 6687 5290 inline BOOL APIENTRY GpiBeginElement(HPS a, LONG b, PCSZ c) 6688 #undef GpiBeginArea 6689 #define GpiBeginArea _GpiBeginArea 6690 6691 inline BOOL APIENTRY _GpiBeginElement(HPS a, LONG b, PCSZ c) 5291 6692 { 5292 6693 BOOL yyrc; … … 5299 6700 } 5300 6701 5301 inline BOOL APIENTRY GpiBeginPath(HPS a, LONG b) 6702 #undef GpiBeginElement 6703 #define GpiBeginElement _GpiBeginElement 6704 6705 inline BOOL APIENTRY _GpiBeginPath(HPS a, LONG b) 5302 6706 { 5303 6707 BOOL yyrc; … … 5310 6714 } 5311 6715 5312 inline LONG APIENTRY GpiBox(HPS a, LONG b, CONST POINTL *c, LONG d, LONG e) 6716 #undef GpiBeginPath 6717 #define GpiBeginPath _GpiBeginPath 6718 6719 inline LONG APIENTRY _GpiBox(HPS a, LONG b, PPOINTL c, LONG d, LONG e) 5313 6720 { 5314 6721 LONG yyrc; … … 5321 6728 } 5322 6729 5323 inline LONG APIENTRY GpiCallSegmentMatrix(HPS a, LONG b, LONG c, CONST MATRIXLF *d, LONG e) 6730 #undef GpiBox 6731 #define GpiBox _GpiBox 6732 6733 inline LONG APIENTRY _GpiCallSegmentMatrix(HPS a, LONG b, LONG c, PMATRIXLF d, LONG e) 5324 6734 { 5325 6735 LONG yyrc; … … 5332 6742 } 5333 6743 5334 inline LONG APIENTRY GpiCharString(HPS a, LONG b, PCH c) 6744 #undef GpiCallSegmentMatrix 6745 #define GpiCallSegmentMatrix _GpiCallSegmentMatrix 6746 6747 inline LONG APIENTRY _GpiCharString(HPS a, LONG b, PCH c) 5335 6748 { 5336 6749 LONG yyrc; … … 5343 6756 } 5344 6757 5345 inline LONG APIENTRY GpiCharStringAt(HPS a, CONST POINTL *b, LONG c, PCH d) 6758 #undef GpiCharString 6759 #define GpiCharString _GpiCharString 6760 6761 inline LONG APIENTRY _GpiCharStringAt(HPS a, PPOINTL b, LONG c, PCH d) 5346 6762 { 5347 6763 LONG yyrc; … … 5354 6770 } 5355 6771 5356 inline LONG APIENTRY GpiCharStringPos(HPS a, CONST RECTL *b, ULONG c, LONG d, PCH e, CONST LONG *f) 6772 #undef GpiCharStringAt 6773 #define GpiCharStringAt _GpiCharStringAt 6774 6775 inline LONG APIENTRY _GpiCharStringPos(HPS a, PRECTL b, ULONG c, LONG d, PCH e, PLONG f) 5357 6776 { 5358 6777 LONG yyrc; … … 5365 6784 } 5366 6785 5367 inline LONG APIENTRY GpiCharStringPosAt(HPS a, CONST POINTL *b, CONST RECTL *c, ULONG d, LONG e, PCH f, CONST LONG *g) 6786 #undef GpiCharStringPos 6787 #define GpiCharStringPos _GpiCharStringPos 6788 6789 inline LONG APIENTRY _GpiCharStringPosAt(HPS a, PPOINTL b, PRECTL c, ULONG d, LONG e, PCH f, PLONG g) 5368 6790 { 5369 6791 LONG yyrc; … … 5376 6798 } 5377 6799 5378 inline BOOL APIENTRY GpiCloseFigure(HPS a) 6800 #undef GpiCharStringPosAt 6801 #define GpiCharStringPosAt _GpiCharStringPosAt 6802 6803 inline BOOL APIENTRY _GpiCloseFigure(HPS a) 5379 6804 { 5380 6805 BOOL yyrc; … … 5387 6812 } 5388 6813 5389 inline LONG APIENTRY GpiCombineRegion(HPS a, HRGN b, HRGN c, HRGN d, LONG e) 6814 #undef GpiCloseFigure 6815 #define GpiCloseFigure _GpiCloseFigure 6816 6817 inline LONG APIENTRY _GpiCombineRegion(HPS a, HRGN b, HRGN c, HRGN d, LONG e) 5390 6818 { 5391 6819 LONG yyrc; … … 5398 6826 } 5399 6827 5400 inline BOOL APIENTRY GpiComment(HPS a, LONG b, CONST BYTE *c) 6828 #undef GpiCombineRegion 6829 #define GpiCombineRegion _GpiCombineRegion 6830 6831 inline BOOL APIENTRY _GpiComment(HPS a, LONG b, PBYTE c) 5401 6832 { 5402 6833 BOOL yyrc; … … 5409 6840 } 5410 6841 5411 inline BOOL APIENTRY GpiConvert(HPS a, LONG b, LONG c, LONG d, PPOINTL e) 6842 #undef GpiComment 6843 #define GpiComment _GpiComment 6844 6845 inline BOOL APIENTRY _GpiConvert(HPS a, LONG b, LONG c, LONG d, PPOINTL e) 5412 6846 { 5413 6847 BOOL yyrc; … … 5420 6854 } 5421 6855 5422 inline BOOL APIENTRY GpiConvertWithMatrix(HPS a, LONG b, PPOINTL c, LONG d, CONST MATRIXLF *e) 6856 #undef GpiConvert 6857 #define GpiConvert _GpiConvert 6858 6859 inline BOOL APIENTRY _GpiConvertWithMatrix(HPS a, LONG b, PPOINTL c, LONG d, PMATRIXLF e) 5423 6860 { 5424 6861 BOOL yyrc; … … 5431 6868 } 5432 6869 5433 inline HMF APIENTRY GpiCopyMetaFile(HMF a) 6870 #undef GpiConvertWithMatrix 6871 #define GpiConvertWithMatrix _GpiConvertWithMatrix 6872 6873 inline HMF APIENTRY _GpiCopyMetaFile(HMF a) 5434 6874 { 5435 6875 HMF yyrc; … … 5442 6882 } 5443 6883 5444 inline BOOL APIENTRY GpiCreateLogColorTable(HPS a, ULONG b, LONG c, LONG d, LONG e, CONST LONG *f) 6884 #undef GpiCopyMetaFile 6885 #define GpiCopyMetaFile _GpiCopyMetaFile 6886 6887 inline BOOL APIENTRY _GpiCreateLogColorTable(HPS a, ULONG b, LONG c, LONG d, LONG e, PLONG f) 5445 6888 { 5446 6889 BOOL yyrc; … … 5453 6896 } 5454 6897 5455 inline LONG APIENTRY GpiCreateLogFont(HPS a, CONST STR8 *b, LONG c, CONST FATTRS *d) 6898 #undef GpiCreateLogColorTable 6899 #define GpiCreateLogColorTable _GpiCreateLogColorTable 6900 6901 inline LONG APIENTRY _GpiCreateLogFont(HPS a, STR8 *b, LONG c, PFATTRS d) 5456 6902 { 5457 6903 LONG yyrc; … … 5464 6910 } 5465 6911 5466 inline HPAL APIENTRY GpiCreatePalette(HAB a, ULONG b, ULONG c, ULONG d, CONST ULONG *e) 6912 #undef GpiCreateLogFont 6913 #define GpiCreateLogFont _GpiCreateLogFont 6914 6915 inline HPAL APIENTRY _GpiCreatePalette(HAB a, ULONG b, ULONG c, ULONG d, PULONG e) 5467 6916 { 5468 6917 HPAL yyrc; … … 5475 6924 } 5476 6925 5477 inline HRGN APIENTRY GpiCreateRegion(HPS a, LONG b, CONST RECTL *c) 6926 #undef GpiCreatePalette 6927 #define GpiCreatePalette _GpiCreatePalette 6928 6929 inline HRGN APIENTRY _GpiCreateRegion(HPS a, LONG b, PRECTL c) 5478 6930 { 5479 6931 HRGN yyrc; … … 5486 6938 } 5487 6939 5488 inline BOOL APIENTRY GpiDeleteElement(HPS a) 6940 #undef GpiCreateRegion 6941 #define GpiCreateRegion _GpiCreateRegion 6942 6943 inline BOOL APIENTRY _GpiDeleteElement(HPS a) 5489 6944 { 5490 6945 BOOL yyrc; … … 5497 6952 } 5498 6953 5499 inline BOOL APIENTRY GpiDeleteElementRange(HPS a, LONG b, LONG c) 6954 #undef GpiDeleteElement 6955 #define GpiDeleteElement _GpiDeleteElement 6956 6957 inline BOOL APIENTRY _GpiDeleteElementRange(HPS a, LONG b, LONG c) 5500 6958 { 5501 6959 BOOL yyrc; … … 5508 6966 } 5509 6967 5510 inline BOOL APIENTRY GpiDeleteElementsBetweenLabels(HPS a, LONG b, LONG c) 6968 #undef GpiDeleteElementRange 6969 #define GpiDeleteElementRange _GpiDeleteElementRange 6970 6971 inline BOOL APIENTRY _GpiDeleteElementsBetweenLabels(HPS a, LONG b, LONG c) 5511 6972 { 5512 6973 BOOL yyrc; … … 5519 6980 } 5520 6981 5521 inline BOOL APIENTRY GpiDeleteMetaFile(HMF a) 6982 #undef GpiDeleteElementsBetweenLabels 6983 #define GpiDeleteElementsBetweenLabels _GpiDeleteElementsBetweenLabels 6984 6985 inline BOOL APIENTRY _GpiDeleteMetaFile(HMF a) 5522 6986 { 5523 6987 BOOL yyrc; … … 5530 6994 } 5531 6995 5532 inline BOOL APIENTRY GpiDeletePalette(HPAL a) 6996 #undef GpiDeleteMetaFile 6997 #define GpiDeleteMetaFile _GpiDeleteMetaFile 6998 6999 inline BOOL APIENTRY _GpiDeletePalette(HPAL a) 5533 7000 { 5534 7001 BOOL yyrc; … … 5541 7008 } 5542 7009 5543 inline BOOL APIENTRY GpiDeleteSetId(HPS a, LONG b) 7010 #undef GpiDeletePalette 7011 #define GpiDeletePalette _GpiDeletePalette 7012 7013 inline BOOL APIENTRY _GpiDeleteSetId(HPS a, LONG b) 5544 7014 { 5545 7015 BOOL yyrc; … … 5552 7022 } 5553 7023 5554 inline BOOL APIENTRY GpiDestroyRegion(HPS a, HRGN b) 7024 #undef GpiDeleteSetId 7025 #define GpiDeleteSetId _GpiDeleteSetId 7026 7027 inline BOOL APIENTRY _GpiDestroyRegion(HPS a, HRGN b) 5555 7028 { 5556 7029 BOOL yyrc; … … 5563 7036 } 5564 7037 5565 inline LONG APIENTRY GpiElement(HPS a, LONG b, PCSZ c, LONG d, CONST BYTE *e) 7038 #undef GpiDestroyRegion 7039 #define GpiDestroyRegion _GpiDestroyRegion 7040 7041 inline LONG APIENTRY _GpiElement(HPS a, LONG b, PCSZ c, LONG d, PBYTE e) 5566 7042 { 5567 7043 LONG yyrc; … … 5574 7050 } 5575 7051 5576 inline LONG APIENTRY GpiEndArea(HPS a) 7052 #undef GpiElement 7053 #define GpiElement _GpiElement 7054 7055 inline LONG APIENTRY _GpiEndArea(HPS a) 5577 7056 { 5578 7057 LONG yyrc; … … 5585 7064 } 5586 7065 5587 inline BOOL APIENTRY GpiEndElement(HPS a) 7066 #undef GpiEndArea 7067 #define GpiEndArea _GpiEndArea 7068 7069 inline BOOL APIENTRY _GpiEndElement(HPS a) 5588 7070 { 5589 7071 BOOL yyrc; … … 5596 7078 } 5597 7079 5598 inline BOOL APIENTRY GpiEndPath(HPS a) 7080 #undef GpiEndElement 7081 #define GpiEndElement _GpiEndElement 7082 7083 inline BOOL APIENTRY _GpiEndPath(HPS a) 5599 7084 { 5600 7085 BOOL yyrc; … … 5607 7092 } 5608 7093 5609 inline LONG APIENTRY GpiEqualRegion(HPS a, HRGN b, HRGN c) 7094 #undef GpiEndPath 7095 #define GpiEndPath _GpiEndPath 7096 7097 inline LONG APIENTRY _GpiEqualRegion(HPS a, HRGN b, HRGN c) 5610 7098 { 5611 7099 LONG yyrc; … … 5618 7106 } 5619 7107 5620 inline LONG APIENTRY GpiExcludeClipRectangle(HPS a, CONST RECTL *b) 7108 #undef GpiEqualRegion 7109 #define GpiEqualRegion _GpiEqualRegion 7110 7111 inline LONG APIENTRY _GpiExcludeClipRectangle(HPS a, PRECTL b) 5621 7112 { 5622 7113 LONG yyrc; … … 5629 7120 } 5630 7121 5631 inline LONG APIENTRY GpiFillPath(HPS a, LONG b, LONG c) 7122 #undef GpiExcludeClipRectangle 7123 #define GpiExcludeClipRectangle _GpiExcludeClipRectangle 7124 7125 inline LONG APIENTRY _GpiFillPath(HPS a, LONG b, LONG c) 5632 7126 { 5633 7127 LONG yyrc; … … 5640 7134 } 5641 7135 5642 inline LONG APIENTRY GpiFrameRegion(HPS a, HRGN b, CONST SIZEL *c) 7136 #undef GpiFillPath 7137 #define GpiFillPath _GpiFillPath 7138 7139 inline LONG APIENTRY _GpiFrameRegion(HPS a, HRGN b, PSIZEL c) 5643 7140 { 5644 7141 LONG yyrc; … … 5651 7148 } 5652 7149 5653 inline LONG APIENTRY GpiFullArc(HPS a, LONG b, FIXED c) 7150 #undef GpiFrameRegion 7151 #define GpiFrameRegion _GpiFrameRegion 7152 7153 inline LONG APIENTRY _GpiFullArc(HPS a, LONG b, FIXED c) 5654 7154 { 5655 7155 LONG yyrc; … … 5662 7162 } 5663 7163 5664 inline LONG APIENTRY GpiImage(HPS a, LONG b, CONST SIZEL *c, LONG d, CONST BYTE *e) 7164 #undef GpiFullArc 7165 #define GpiFullArc _GpiFullArc 7166 7167 inline LONG APIENTRY _GpiImage(HPS a, LONG b, PSIZEL c, LONG d, PBYTE e) 5665 7168 { 5666 7169 LONG yyrc; … … 5673 7176 } 5674 7177 5675 inline LONG APIENTRY GpiIntersectClipRectangle(HPS a, CONST RECTL *b) 7178 #undef GpiImage 7179 #define GpiImage _GpiImage 7180 7181 inline LONG APIENTRY _GpiIntersectClipRectangle(HPS a, PRECTL b) 5676 7182 { 5677 7183 LONG yyrc; … … 5684 7190 } 5685 7191 5686 inline BOOL APIENTRY GpiLabel(HPS a, LONG b) 7192 #undef GpiIntersectClipRectangle 7193 #define GpiIntersectClipRectangle _GpiIntersectClipRectangle 7194 7195 inline BOOL APIENTRY _GpiLabel(HPS a, LONG b) 5687 7196 { 5688 7197 BOOL yyrc; … … 5695 7204 } 5696 7205 5697 inline LONG APIENTRY GpiLine(HPS a, CONST POINTL *b) 7206 #undef GpiLabel 7207 #define GpiLabel _GpiLabel 7208 7209 inline LONG APIENTRY _GpiLine(HPS a, PPOINTL b) 5698 7210 { 5699 7211 LONG yyrc; … … 5706 7218 } 5707 7219 5708 inline BOOL APIENTRY GpiLoadFonts(HAB a, PCSZ b) 7220 #undef GpiLine 7221 #define GpiLine _GpiLine 7222 7223 inline BOOL APIENTRY _GpiLoadFonts(HAB a, PCSZ b) 5709 7224 { 5710 7225 BOOL yyrc; … … 5717 7232 } 5718 7233 5719 inline HMF APIENTRY GpiLoadMetaFile(HAB a, PCSZ b) 7234 #undef GpiLoadFonts 7235 #define GpiLoadFonts _GpiLoadFonts 7236 7237 inline HMF APIENTRY _GpiLoadMetaFile(HAB a, PCSZ b) 5720 7238 { 5721 7239 HMF yyrc; … … 5728 7246 } 5729 7247 5730 inline BOOL APIENTRY GpiLoadPublicFonts(HAB a, PCSZ b) 7248 #undef GpiLoadMetaFile 7249 #define GpiLoadMetaFile _GpiLoadMetaFile 7250 7251 inline BOOL APIENTRY _GpiLoadPublicFonts(HAB a, PCSZ b) 5731 7252 { 5732 7253 BOOL yyrc; … … 5739 7260 } 5740 7261 5741 inline LONG APIENTRY GpiMarker(HPS a, CONST POINTL *b) 7262 #undef GpiLoadPublicFonts 7263 #define GpiLoadPublicFonts _GpiLoadPublicFonts 7264 7265 inline LONG APIENTRY _GpiMarker(HPS a, PPOINTL b) 5742 7266 { 5743 7267 LONG yyrc; … … 5750 7274 } 5751 7275 5752 inline BOOL APIENTRY GpiModifyPath(HPS a, LONG b, LONG c) 7276 #undef GpiMarker 7277 #define GpiMarker _GpiMarker 7278 7279 inline BOOL APIENTRY _GpiModifyPath(HPS a, LONG b, LONG c) 5753 7280 { 5754 7281 BOOL yyrc; … … 5761 7288 } 5762 7289 5763 inline BOOL APIENTRY GpiMove(HPS a, CONST POINTL *b) 7290 #undef GpiModifyPath 7291 #define GpiModifyPath _GpiModifyPath 7292 7293 inline BOOL APIENTRY _GpiMove(HPS a, PPOINTL b) 5764 7294 { 5765 7295 BOOL yyrc; … … 5772 7302 } 5773 7303 5774 inline LONG APIENTRY GpiOffsetClipRegion(HPS a, CONST POINTL *b) 7304 #undef GpiMove 7305 #define GpiMove _GpiMove 7306 7307 inline LONG APIENTRY _GpiOffsetClipRegion(HPS a, PPOINTL b) 5775 7308 { 5776 7309 LONG yyrc; … … 5783 7316 } 5784 7317 5785 inline BOOL APIENTRY GpiOffsetElementPointer(HPS a, LONG b) 7318 #undef GpiOffsetClipRegion 7319 #define GpiOffsetClipRegion _GpiOffsetClipRegion 7320 7321 inline BOOL APIENTRY _GpiOffsetElementPointer(HPS a, LONG b) 5786 7322 { 5787 7323 BOOL yyrc; … … 5794 7330 } 5795 7331 5796 inline BOOL APIENTRY GpiOffsetRegion(HPS a, HRGN b, CONST POINTL *c) 7332 #undef GpiOffsetElementPointer 7333 #define GpiOffsetElementPointer _GpiOffsetElementPointer 7334 7335 inline BOOL APIENTRY _GpiOffsetRegion(HPS a, HRGN b, PPOINTL c) 5797 7336 { 5798 7337 BOOL yyrc; … … 5805 7344 } 5806 7345 5807 inline LONG APIENTRY GpiOutlinePath(HPS a, LONG b, LONG c) 7346 #undef GpiOffsetRegion 7347 #define GpiOffsetRegion _GpiOffsetRegion 7348 7349 inline LONG APIENTRY _GpiOutlinePath(HPS a, LONG b, LONG c) 5808 7350 { 5809 7351 LONG yyrc; … … 5816 7358 } 5817 7359 5818 inline LONG APIENTRY GpiPaintRegion(HPS a, HRGN b) 7360 #undef GpiOutlinePath 7361 #define GpiOutlinePath _GpiOutlinePath 7362 7363 inline LONG APIENTRY _GpiPaintRegion(HPS a, HRGN b) 5819 7364 { 5820 7365 LONG yyrc; … … 5827 7372 } 5828 7373 5829 inline LONG APIENTRY GpiPartialArc(HPS a, CONST POINTL *b, FIXED c, FIXED d, FIXED e) 7374 #undef GpiPaintRegion 7375 #define GpiPaintRegion _GpiPaintRegion 7376 7377 inline LONG APIENTRY _GpiPartialArc(HPS a, PPOINTL b, FIXED c, FIXED d, FIXED e) 5830 7378 { 5831 7379 LONG yyrc; … … 5838 7386 } 5839 7387 5840 inline HRGN APIENTRY GpiPathToRegion(HPS a, LONG b, LONG c) 7388 #undef GpiPartialArc 7389 #define GpiPartialArc _GpiPartialArc 7390 7391 inline HRGN APIENTRY _GpiPathToRegion(HPS a, LONG b, LONG c) 5841 7392 { 5842 7393 HRGN yyrc; … … 5849 7400 } 5850 7401 5851 inline LONG APIENTRY GpiPlayMetaFile(HPS a, HMF b, LONG c, CONST LONG *d, PLONG e, LONG f, PSZ g) 7402 #undef GpiPathToRegion 7403 #define GpiPathToRegion _GpiPathToRegion 7404 7405 inline LONG APIENTRY _GpiPlayMetaFile(HPS a, HMF b, LONG c, PLONG d, PLONG e, LONG f, PSZ g) 5852 7406 { 5853 7407 LONG yyrc; … … 5860 7414 } 5861 7415 5862 inline LONG APIENTRY GpiPointArc(HPS a, CONST POINTL *b) 7416 #undef GpiPlayMetaFile 7417 #define GpiPlayMetaFile _GpiPlayMetaFile 7418 7419 inline LONG APIENTRY _GpiPointArc(HPS a, PPOINTL b) 5863 7420 { 5864 7421 LONG yyrc; … … 5871 7428 } 5872 7429 5873 inline LONG APIENTRY GpiPolyFillet(HPS a, LONG b, CONST POINTL *c) 7430 #undef GpiPointArc 7431 #define GpiPointArc _GpiPointArc 7432 7433 inline LONG APIENTRY _GpiPolyFillet(HPS a, LONG b, PPOINTL c) 5874 7434 { 5875 7435 LONG yyrc; … … 5882 7442 } 5883 7443 5884 inline LONG APIENTRY GpiPolyFilletSharp(HPS a, LONG b, CONST POINTL *c, CONST FIXED *d) 7444 #undef GpiPolyFillet 7445 #define GpiPolyFillet _GpiPolyFillet 7446 7447 inline LONG APIENTRY _GpiPolyFilletSharp(HPS a, LONG b, PPOINTL c, PFIXED d) 5885 7448 { 5886 7449 LONG yyrc; … … 5893 7456 } 5894 7457 5895 inline LONG APIENTRY GpiPolygons(HPS a, ULONG b, CONST POLYGON *c, ULONG d, ULONG e) 7458 #undef GpiPolyFilletSharp 7459 #define GpiPolyFilletSharp _GpiPolyFilletSharp 7460 7461 inline LONG APIENTRY _GpiPolygons(HPS a, ULONG b, PPOLYGON c, ULONG d, ULONG e) 5896 7462 { 5897 7463 LONG yyrc; … … 5904 7470 } 5905 7471 5906 inline LONG APIENTRY GpiPolyLine(HPS a, LONG b, CONST POINTL *c) 7472 #undef GpiPolygons 7473 #define GpiPolygons _GpiPolygons 7474 7475 inline LONG APIENTRY _GpiPolyLine(HPS a, LONG b, PPOINTL c) 5907 7476 { 5908 7477 LONG yyrc; … … 5915 7484 } 5916 7485 5917 inline LONG APIENTRY GpiPolyLineDisjoint(HPS a, LONG b, CONST POINTL *c) 7486 #undef GpiPolyLine 7487 #define GpiPolyLine _GpiPolyLine 7488 7489 inline LONG APIENTRY _GpiPolyLineDisjoint(HPS a, LONG b, PPOINTL c) 5918 7490 { 5919 7491 LONG yyrc; … … 5926 7498 } 5927 7499 5928 inline LONG APIENTRY GpiPolyMarker(HPS a, LONG b, CONST POINTL *c) 7500 #undef GpiPolyLineDisjoint 7501 #define GpiPolyLineDisjoint _GpiPolyLineDisjoint 7502 7503 inline LONG APIENTRY _GpiPolyMarker(HPS a, LONG b, PPOINTL c) 5929 7504 { 5930 7505 LONG yyrc; … … 5937 7512 } 5938 7513 5939 inline LONG APIENTRY GpiPolySpline(HPS a, LONG b, CONST POINTL *c) 7514 #undef GpiPolyMarker 7515 #define GpiPolyMarker _GpiPolyMarker 7516 7517 inline LONG APIENTRY _GpiPolySpline(HPS a, LONG b, PPOINTL c) 5940 7518 { 5941 7519 LONG yyrc; … … 5948 7526 } 5949 7527 5950 inline BOOL APIENTRY GpiPop(HPS a, LONG b) 7528 #undef GpiPolySpline 7529 #define GpiPolySpline _GpiPolySpline 7530 7531 inline BOOL APIENTRY _GpiPop(HPS a, LONG b) 5951 7532 { 5952 7533 BOOL yyrc; … … 5959 7540 } 5960 7541 5961 inline LONG APIENTRY GpiPtInRegion(HPS a, HRGN b, CONST POINTL *c) 7542 #undef GpiPop 7543 #define GpiPop _GpiPop 7544 7545 inline LONG APIENTRY _GpiPtInRegion(HPS a, HRGN b, PPOINTL c) 5962 7546 { 5963 7547 LONG yyrc; … … 5970 7554 } 5971 7555 5972 inline LONG APIENTRY GpiPtVisible(HPS a, CONST POINTL *b) 7556 #undef GpiPtInRegion 7557 #define GpiPtInRegion _GpiPtInRegion 7558 7559 inline LONG APIENTRY _GpiPtVisible(HPS a, PPOINTL b) 5973 7560 { 5974 7561 LONG yyrc; … … 5981 7568 } 5982 7569 5983 inline BOOL APIENTRY GpiQueryArcParams(HPS a, PARCPARAMS b) 7570 #undef GpiPtVisible 7571 #define GpiPtVisible _GpiPtVisible 7572 7573 inline BOOL APIENTRY _GpiQueryArcParams(HPS a, PARCPARAMS b) 5984 7574 { 5985 7575 BOOL yyrc; … … 5992 7582 } 5993 7583 5994 inline LONG APIENTRY GpiQueryAttrMode(HPS a) 7584 #undef GpiQueryArcParams 7585 #define GpiQueryArcParams _GpiQueryArcParams 7586 7587 inline LONG APIENTRY _GpiQueryAttrMode(HPS a) 5995 7588 { 5996 7589 LONG yyrc; … … 6003 7596 } 6004 7597 6005 inline LONG APIENTRY GpiQueryAttrs(HPS a, LONG b, ULONG c, PBUNDLE d) 7598 #undef GpiQueryAttrMode 7599 #define GpiQueryAttrMode _GpiQueryAttrMode 7600 7601 inline LONG APIENTRY _GpiQueryAttrs(HPS a, LONG b, ULONG c, PBUNDLE d) 6006 7602 { 6007 7603 LONG yyrc; … … 6014 7610 } 6015 7611 6016 inline LONG APIENTRY GpiQueryBackColor(HPS a) 7612 #undef GpiQueryAttrs 7613 #define GpiQueryAttrs _GpiQueryAttrs 7614 7615 inline LONG APIENTRY _GpiQueryBackColor(HPS a) 6017 7616 { 6018 7617 LONG yyrc; … … 6025 7624 } 6026 7625 6027 inline LONG APIENTRY GpiQueryBackMix(HPS a) 7626 #undef GpiQueryBackColor 7627 #define GpiQueryBackColor _GpiQueryBackColor 7628 7629 inline LONG APIENTRY _GpiQueryBackMix(HPS a) 6028 7630 { 6029 7631 LONG yyrc; … … 6036 7638 } 6037 7639 6038 inline BOOL APIENTRY GpiQueryCharAngle(HPS a, PGRADIENTL b) 7640 #undef GpiQueryBackMix 7641 #define GpiQueryBackMix _GpiQueryBackMix 7642 7643 inline BOOL APIENTRY _GpiQueryCharAngle(HPS a, PGRADIENTL b) 6039 7644 { 6040 7645 BOOL yyrc; … … 6047 7652 } 6048 7653 6049 inline BOOL APIENTRY GpiQueryCharBox(HPS a, PSIZEF b) 7654 #undef GpiQueryCharAngle 7655 #define GpiQueryCharAngle _GpiQueryCharAngle 7656 7657 inline BOOL APIENTRY _GpiQueryCharBox(HPS a, PSIZEF b) 6050 7658 { 6051 7659 BOOL yyrc; … … 6058 7666 } 6059 7667 6060 inline BOOL APIENTRY GpiQueryCharBreakExtra(HPS a, PFIXED b) 7668 #undef GpiQueryCharBox 7669 #define GpiQueryCharBox _GpiQueryCharBox 7670 7671 inline BOOL APIENTRY _GpiQueryCharBreakExtra(HPS a, PFIXED b) 6061 7672 { 6062 7673 BOOL yyrc; … … 6069 7680 } 6070 7681 6071 inline LONG APIENTRY GpiQueryCharDirection(HPS a) 7682 #undef GpiQueryCharBreakExtra 7683 #define GpiQueryCharBreakExtra _GpiQueryCharBreakExtra 7684 7685 inline LONG APIENTRY _GpiQueryCharDirection(HPS a) 6072 7686 { 6073 7687 LONG yyrc; … … 6080 7694 } 6081 7695 6082 inline BOOL APIENTRY GpiQueryCharExtra(HPS a, PFIXED b) 7696 #undef GpiQueryCharDirection 7697 #define GpiQueryCharDirection _GpiQueryCharDirection 7698 7699 inline BOOL APIENTRY _GpiQueryCharExtra(HPS a, PFIXED b) 6083 7700 { 6084 7701 BOOL yyrc; … … 6091 7708 } 6092 7709 6093 inline LONG APIENTRY GpiQueryCharMode(HPS a) 7710 #undef GpiQueryCharExtra 7711 #define GpiQueryCharExtra _GpiQueryCharExtra 7712 7713 inline LONG APIENTRY _GpiQueryCharMode(HPS a) 6094 7714 { 6095 7715 LONG yyrc; … … 6102 7722 } 6103 7723 6104 inline LONG APIENTRY GpiQueryCharSet(HPS a) 7724 #undef GpiQueryCharMode 7725 #define GpiQueryCharMode _GpiQueryCharMode 7726 7727 inline LONG APIENTRY _GpiQueryCharSet(HPS a) 6105 7728 { 6106 7729 LONG yyrc; … … 6113 7736 } 6114 7737 6115 inline BOOL APIENTRY GpiQueryCharShear(HPS a, PPOINTL b) 7738 #undef GpiQueryCharSet 7739 #define GpiQueryCharSet _GpiQueryCharSet 7740 7741 inline BOOL APIENTRY _GpiQueryCharShear(HPS a, PPOINTL b) 6116 7742 { 6117 7743 BOOL yyrc; … … 6124 7750 } 6125 7751 6126 inline BOOL APIENTRY GpiQueryCharStringPos(HPS a, ULONG b, LONG c, PCH d, PLONG e, PPOINTL f) 7752 #undef GpiQueryCharShear 7753 #define GpiQueryCharShear _GpiQueryCharShear 7754 7755 inline BOOL APIENTRY _GpiQueryCharStringPos(HPS a, ULONG b, LONG c, PCH d, PLONG e, PPOINTL f) 6127 7756 { 6128 7757 BOOL yyrc; … … 6135 7764 } 6136 7765 6137 inline BOOL APIENTRY GpiQueryCharStringPosAt(HPS a, PPOINTL b, ULONG c, LONG d, PCH e, PLONG f, PPOINTL g) 7766 #undef GpiQueryCharStringPos 7767 #define GpiQueryCharStringPos _GpiQueryCharStringPos 7768 7769 inline BOOL APIENTRY _GpiQueryCharStringPosAt(HPS a, PPOINTL b, ULONG c, LONG d, PCH e, PLONG f, PPOINTL g) 6138 7770 { 6139 7771 BOOL yyrc; … … 6146 7778 } 6147 7779 6148 inline LONG APIENTRY GpiQueryClipBox(HPS a, PRECTL b) 7780 #undef GpiQueryCharStringPosAt 7781 #define GpiQueryCharStringPosAt _GpiQueryCharStringPosAt 7782 7783 inline LONG APIENTRY _GpiQueryClipBox(HPS a, PRECTL b) 6149 7784 { 6150 7785 LONG yyrc; … … 6157 7792 } 6158 7793 6159 inline HRGN APIENTRY GpiQueryClipRegion(HPS a) 7794 #undef GpiQueryClipBox 7795 #define GpiQueryClipBox _GpiQueryClipBox 7796 7797 inline HRGN APIENTRY _GpiQueryClipRegion(HPS a) 6160 7798 { 6161 7799 HRGN yyrc; … … 6168 7806 } 6169 7807 6170 inline LONG APIENTRY GpiQueryColor(HPS a) 7808 #undef GpiQueryClipRegion 7809 #define GpiQueryClipRegion _GpiQueryClipRegion 7810 7811 inline LONG APIENTRY _GpiQueryColor(HPS a) 6171 7812 { 6172 7813 LONG yyrc; … … 6179 7820 } 6180 7821 6181 inline BOOL APIENTRY GpiQueryColorData(HPS a, LONG b, PLONG c) 7822 #undef GpiQueryColor 7823 #define GpiQueryColor _GpiQueryColor 7824 7825 inline BOOL APIENTRY _GpiQueryColorData(HPS a, LONG b, PLONG c) 6182 7826 { 6183 7827 BOOL yyrc; … … 6190 7834 } 6191 7835 6192 inline LONG APIENTRY GpiQueryColorIndex(HPS a, ULONG b, LONG c) 7836 #undef GpiQueryColorData 7837 #define GpiQueryColorData _GpiQueryColorData 7838 7839 inline LONG APIENTRY _GpiQueryColorIndex(HPS a, ULONG b, LONG c) 6193 7840 { 6194 7841 LONG yyrc; … … 6201 7848 } 6202 7849 6203 inline ULONG APIENTRY GpiQueryCp(HPS a) 7850 #undef GpiQueryColorIndex 7851 #define GpiQueryColorIndex _GpiQueryColorIndex 7852 7853 inline ULONG APIENTRY _GpiQueryCp(HPS a) 6204 7854 { 6205 7855 ULONG yyrc; … … 6212 7862 } 6213 7863 6214 inline BOOL APIENTRY GpiQueryCurrentPosition(HPS a, PPOINTL b) 7864 #undef GpiQueryCp 7865 #define GpiQueryCp _GpiQueryCp 7866 7867 inline BOOL APIENTRY _GpiQueryCurrentPosition(HPS a, PPOINTL b) 6215 7868 { 6216 7869 BOOL yyrc; … … 6223 7876 } 6224 7877 6225 inline BOOL APIENTRY GpiQueryDefArcParams(HPS a, PARCPARAMS b) 7878 #undef GpiQueryCurrentPosition 7879 #define GpiQueryCurrentPosition _GpiQueryCurrentPosition 7880 7881 inline BOOL APIENTRY _GpiQueryDefArcParams(HPS a, PARCPARAMS b) 6226 7882 { 6227 7883 BOOL yyrc; … … 6234 7890 } 6235 7891 6236 inline BOOL APIENTRY GpiQueryDefAttrs(HPS a, LONG b, ULONG c, PBUNDLE d) 7892 #undef GpiQueryDefArcParams 7893 #define GpiQueryDefArcParams _GpiQueryDefArcParams 7894 7895 inline BOOL APIENTRY _GpiQueryDefAttrs(HPS a, LONG b, ULONG c, PBUNDLE d) 6237 7896 { 6238 7897 BOOL yyrc; … … 6245 7904 } 6246 7905 6247 inline BOOL APIENTRY GpiQueryDefCharBox(HPS a, PSIZEL b) 7906 #undef GpiQueryDefAttrs 7907 #define GpiQueryDefAttrs _GpiQueryDefAttrs 7908 7909 inline BOOL APIENTRY _GpiQueryDefCharBox(HPS a, PSIZEL b) 6248 7910 { 6249 7911 BOOL yyrc; … … 6256 7918 } 6257 7919 6258 inline BOOL APIENTRY GpiQueryDefTag(HPS a, PLONG b) 7920 #undef GpiQueryDefCharBox 7921 #define GpiQueryDefCharBox _GpiQueryDefCharBox 7922 7923 inline BOOL APIENTRY _GpiQueryDefTag(HPS a, PLONG b) 6259 7924 { 6260 7925 BOOL yyrc; … … 6267 7932 } 6268 7933 6269 inline BOOL APIENTRY GpiQueryDefViewingLimits(HPS a, PRECTL b) 7934 #undef GpiQueryDefTag 7935 #define GpiQueryDefTag _GpiQueryDefTag 7936 7937 inline BOOL APIENTRY _GpiQueryDefViewingLimits(HPS a, PRECTL b) 6270 7938 { 6271 7939 BOOL yyrc; … … 6278 7946 } 6279 7947 6280 inline BOOL APIENTRY GpiQueryDefaultViewMatrix(HPS a, LONG b, PMATRIXLF c) 7948 #undef GpiQueryDefViewingLimits 7949 #define GpiQueryDefViewingLimits _GpiQueryDefViewingLimits 7950 7951 inline BOOL APIENTRY _GpiQueryDefaultViewMatrix(HPS a, LONG b, PMATRIXLF c) 6281 7952 { 6282 7953 BOOL yyrc; … … 6289 7960 } 6290 7961 6291 inline LONG APIENTRY GpiQueryEditMode(HPS a) 7962 #undef GpiQueryDefaultViewMatrix 7963 #define GpiQueryDefaultViewMatrix _GpiQueryDefaultViewMatrix 7964 7965 inline LONG APIENTRY _GpiQueryEditMode(HPS a) 6292 7966 { 6293 7967 LONG yyrc; … … 6300 7974 } 6301 7975 6302 inline LONG APIENTRY GpiQueryElement(HPS a, LONG b, LONG c, PBYTE d) 7976 #undef GpiQueryEditMode 7977 #define GpiQueryEditMode _GpiQueryEditMode 7978 7979 inline LONG APIENTRY _GpiQueryElement(HPS a, LONG b, LONG c, PBYTE d) 6303 7980 { 6304 7981 LONG yyrc; … … 6311 7988 } 6312 7989 6313 inline LONG APIENTRY GpiQueryElementPointer(HPS a) 7990 #undef GpiQueryElement 7991 #define GpiQueryElement _GpiQueryElement 7992 7993 inline LONG APIENTRY _GpiQueryElementPointer(HPS a) 6314 7994 { 6315 7995 LONG yyrc; … … 6322 8002 } 6323 8003 6324 inline LONG APIENTRY GpiQueryElementType(HPS a, PLONG b, LONG c, PSZ d) 8004 #undef GpiQueryElementPointer 8005 #define GpiQueryElementPointer _GpiQueryElementPointer 8006 8007 inline LONG APIENTRY _GpiQueryElementType(HPS a, PLONG b, LONG c, PSZ d) 6325 8008 { 6326 8009 LONG yyrc; … … 6333 8016 } 6334 8017 6335 inline ULONG APIENTRY GpiQueryFaceString(HPS a, PCSZ b, PFACENAMEDESC c, LONG d, PSZ e) 8018 #undef GpiQueryElementType 8019 #define GpiQueryElementType _GpiQueryElementType 8020 8021 inline ULONG APIENTRY _GpiQueryFaceString(HPS a, PCSZ b, PFACENAMEDESC c, LONG d, PSZ e) 6336 8022 { 6337 8023 ULONG yyrc; … … 6344 8030 } 6345 8031 6346 inline ULONG APIENTRY GpiQueryFontAction(HAB a, ULONG b) 8032 #undef GpiQueryFaceString 8033 #define GpiQueryFaceString _GpiQueryFaceString 8034 8035 inline ULONG APIENTRY _GpiQueryFontAction(HAB a, ULONG b) 6347 8036 { 6348 8037 ULONG yyrc; … … 6355 8044 } 6356 8045 6357 inline LONG APIENTRY GpiQueryFontFileDescriptions(HAB a, PCSZ b, PLONG c, PFFDESCS d) 8046 #undef GpiQueryFontAction 8047 #define GpiQueryFontAction _GpiQueryFontAction 8048 8049 inline LONG APIENTRY _GpiQueryFontFileDescriptions(HAB a, PCSZ b, PLONG c, PFFDESCS d) 6358 8050 { 6359 8051 LONG yyrc; … … 6366 8058 } 6367 8059 6368 inline BOOL APIENTRY GpiQueryFontMetrics(HPS a, LONG b, PFONTMETRICS c) 8060 #undef GpiQueryFontFileDescriptions 8061 #define GpiQueryFontFileDescriptions _GpiQueryFontFileDescriptions 8062 8063 inline BOOL APIENTRY _GpiQueryFontMetrics(HPS a, LONG b, PFONTMETRICS c) 6369 8064 { 6370 8065 BOOL yyrc; … … 6377 8072 } 6378 8073 6379 inline LONG APIENTRY GpiQueryFonts(HPS a, ULONG b, PCSZ c, PLONG d, LONG e, PFONTMETRICS f) 8074 #undef GpiQueryFontMetrics 8075 #define GpiQueryFontMetrics _GpiQueryFontMetrics 8076 8077 inline LONG APIENTRY _GpiQueryFonts(HPS a, ULONG b, PCSZ c, PLONG d, LONG e, PFONTMETRICS f) 6380 8078 { 6381 8079 LONG yyrc; … … 6388 8086 } 6389 8087 6390 inline LONG APIENTRY GpiQueryFullFontFileDescs(HAB a, PCSZ b, PLONG c, PVOID d, PLONG e) 8088 #undef GpiQueryFonts 8089 #define GpiQueryFonts _GpiQueryFonts 8090 8091 inline LONG APIENTRY _GpiQueryFullFontFileDescs(HAB a, PCSZ b, PLONG c, PVOID d, PLONG e) 6391 8092 { 6392 8093 LONG yyrc; … … 6399 8100 } 6400 8101 6401 inline BOOL APIENTRY GpiQueryGraphicsField(HPS a, PRECTL b) 8102 #undef GpiQueryFullFontFileDescs 8103 #define GpiQueryFullFontFileDescs _GpiQueryFullFontFileDescs 8104 8105 inline BOOL APIENTRY _GpiQueryGraphicsField(HPS a, PRECTL b) 6402 8106 { 6403 8107 BOOL yyrc; … … 6410 8114 } 6411 8115 6412 inline LONG APIENTRY GpiQueryKerningPairs(HPS a, LONG b, PKERNINGPAIRS c) 8116 #undef GpiQueryGraphicsField 8117 #define GpiQueryGraphicsField _GpiQueryGraphicsField 8118 8119 inline LONG APIENTRY _GpiQueryKerningPairs(HPS a, LONG b, PKERNINGPAIRS c) 6413 8120 { 6414 8121 LONG yyrc; … … 6421 8128 } 6422 8129 6423 inline LONG APIENTRY GpiQueryLineEnd(HPS a) 8130 #undef GpiQueryKerningPairs 8131 #define GpiQueryKerningPairs _GpiQueryKerningPairs 8132 8133 inline LONG APIENTRY _GpiQueryLineEnd(HPS a) 6424 8134 { 6425 8135 LONG yyrc; … … 6432 8142 } 6433 8143 6434 inline LONG APIENTRY GpiQueryLineJoin(HPS a) 8144 #undef GpiQueryLineEnd 8145 #define GpiQueryLineEnd _GpiQueryLineEnd 8146 8147 inline LONG APIENTRY _GpiQueryLineJoin(HPS a) 6435 8148 { 6436 8149 LONG yyrc; … … 6443 8156 } 6444 8157 6445 inline LONG APIENTRY GpiQueryLineType(HPS a) 8158 #undef GpiQueryLineJoin 8159 #define GpiQueryLineJoin _GpiQueryLineJoin 8160 8161 inline LONG APIENTRY _GpiQueryLineType(HPS a) 6446 8162 { 6447 8163 LONG yyrc; … … 6454 8170 } 6455 8171 6456 inline FIXED APIENTRY GpiQueryLineWidth(HPS a) 8172 #undef GpiQueryLineType 8173 #define GpiQueryLineType _GpiQueryLineType 8174 8175 inline FIXED APIENTRY _GpiQueryLineWidth(HPS a) 6457 8176 { 6458 8177 FIXED yyrc; … … 6465 8184 } 6466 8185 6467 inline LONG APIENTRY GpiQueryLineWidthGeom(HPS a) 8186 #undef GpiQueryLineWidth 8187 #define GpiQueryLineWidth _GpiQueryLineWidth 8188 8189 inline LONG APIENTRY _GpiQueryLineWidthGeom(HPS a) 6468 8190 { 6469 8191 LONG yyrc; … … 6476 8198 } 6477 8199 6478 inline LONG APIENTRY GpiQueryLogColorTable(HPS a, ULONG b, LONG c, LONG d, PLONG e) 8200 #undef GpiQueryLineWidthGeom 8201 #define GpiQueryLineWidthGeom _GpiQueryLineWidthGeom 8202 8203 inline LONG APIENTRY _GpiQueryLogColorTable(HPS a, ULONG b, LONG c, LONG d, PLONG e) 6479 8204 { 6480 8205 LONG yyrc; … … 6487 8212 } 6488 8213 6489 inline BOOL APIENTRY GpiQueryLogicalFont(HPS a, LONG b, PSTR8 c, PFATTRS d, LONG e) 8214 #undef GpiQueryLogColorTable 8215 #define GpiQueryLogColorTable _GpiQueryLogColorTable 8216 8217 inline BOOL APIENTRY _GpiQueryLogicalFont(HPS a, LONG b, PSTR8 c, PFATTRS d, LONG e) 6490 8218 { 6491 8219 BOOL yyrc; … … 6498 8226 } 6499 8227 6500 inline LONG APIENTRY GpiQueryMarker(HPS a) 8228 #undef GpiQueryLogicalFont 8229 #define GpiQueryLogicalFont _GpiQueryLogicalFont 8230 8231 inline LONG APIENTRY _GpiQueryMarker(HPS a) 6501 8232 { 6502 8233 LONG yyrc; … … 6509 8240 } 6510 8241 6511 inline BOOL APIENTRY GpiQueryMarkerBox(HPS a, PSIZEF b) 8242 #undef GpiQueryMarker 8243 #define GpiQueryMarker _GpiQueryMarker 8244 8245 inline BOOL APIENTRY _GpiQueryMarkerBox(HPS a, PSIZEF b) 6512 8246 { 6513 8247 BOOL yyrc; … … 6520 8254 } 6521 8255 6522 inline LONG APIENTRY GpiQueryMarkerSet(HPS a) 8256 #undef GpiQueryMarkerBox 8257 #define GpiQueryMarkerBox _GpiQueryMarkerBox 8258 8259 inline LONG APIENTRY _GpiQueryMarkerSet(HPS a) 6523 8260 { 6524 8261 LONG yyrc; … … 6531 8268 } 6532 8269 6533 inline BOOL APIENTRY GpiQueryMetaFileBits(HMF a, LONG b, LONG c, PBYTE d) 8270 #undef GpiQueryMarkerSet 8271 #define GpiQueryMarkerSet _GpiQueryMarkerSet 8272 8273 inline BOOL APIENTRY _GpiQueryMetaFileBits(HMF a, LONG b, LONG c, PBYTE d) 6534 8274 { 6535 8275 BOOL yyrc; … … 6542 8282 } 6543 8283 6544 inline LONG APIENTRY GpiQueryMetaFileLength(HMF a) 8284 #undef GpiQueryMetaFileBits 8285 #define GpiQueryMetaFileBits _GpiQueryMetaFileBits 8286 8287 inline LONG APIENTRY _GpiQueryMetaFileLength(HMF a) 6545 8288 { 6546 8289 LONG yyrc; … … 6553 8296 } 6554 8297 6555 inline LONG APIENTRY GpiQueryMix(HPS a) 8298 #undef GpiQueryMetaFileLength 8299 #define GpiQueryMetaFileLength _GpiQueryMetaFileLength 8300 8301 inline LONG APIENTRY _GpiQueryMix(HPS a) 6556 8302 { 6557 8303 LONG yyrc; … … 6564 8310 } 6565 8311 6566 inline BOOL APIENTRY GpiQueryModelTransformMatrix(HPS a, LONG b, PMATRIXLF c) 8312 #undef GpiQueryMix 8313 #define GpiQueryMix _GpiQueryMix 8314 8315 inline BOOL APIENTRY _GpiQueryModelTransformMatrix(HPS a, LONG b, PMATRIXLF c) 6567 8316 { 6568 8317 BOOL yyrc; … … 6575 8324 } 6576 8325 6577 inline LONG APIENTRY GpiQueryNearestColor(HPS a, ULONG b, LONG c) 8326 #undef GpiQueryModelTransformMatrix 8327 #define GpiQueryModelTransformMatrix _GpiQueryModelTransformMatrix 8328 8329 inline LONG APIENTRY _GpiQueryNearestColor(HPS a, ULONG b, LONG c) 6578 8330 { 6579 8331 LONG yyrc; … … 6586 8338 } 6587 8339 6588 inline LONG APIENTRY GpiQueryNumberSetIds(HPS a) 8340 #undef GpiQueryNearestColor 8341 #define GpiQueryNearestColor _GpiQueryNearestColor 8342 8343 inline LONG APIENTRY _GpiQueryNumberSetIds(HPS a) 6589 8344 { 6590 8345 LONG yyrc; … … 6597 8352 } 6598 8353 6599 inline BOOL APIENTRY GpiQueryPageViewport(HPS a, PRECTL b) 8354 #undef GpiQueryNumberSetIds 8355 #define GpiQueryNumberSetIds _GpiQueryNumberSetIds 8356 8357 inline BOOL APIENTRY _GpiQueryPageViewport(HPS a, PRECTL b) 6600 8358 { 6601 8359 BOOL yyrc; … … 6608 8366 } 6609 8367 6610 inline HPAL APIENTRY GpiQueryPalette(HPS a) 8368 #undef GpiQueryPageViewport 8369 #define GpiQueryPageViewport _GpiQueryPageViewport 8370 8371 inline HPAL APIENTRY _GpiQueryPalette(HPS a) 6611 8372 { 6612 8373 HPAL yyrc; … … 6619 8380 } 6620 8381 6621 inline LONG APIENTRY GpiQueryPaletteInfo(HPAL a, HPS b, ULONG c, ULONG d, ULONG e, PULONG f) 8382 #undef GpiQueryPalette 8383 #define GpiQueryPalette _GpiQueryPalette 8384 8385 inline LONG APIENTRY _GpiQueryPaletteInfo(HPAL a, HPS b, ULONG c, ULONG d, ULONG e, PULONG f) 6622 8386 { 6623 8387 LONG yyrc; … … 6630 8394 } 6631 8395 6632 inline LONG APIENTRY GpiQueryPattern(HPS a) 8396 #undef GpiQueryPaletteInfo 8397 #define GpiQueryPaletteInfo _GpiQueryPaletteInfo 8398 8399 inline LONG APIENTRY _GpiQueryPattern(HPS a) 6633 8400 { 6634 8401 LONG yyrc; … … 6641 8408 } 6642 8409 6643 inline BOOL APIENTRY GpiQueryPatternRefPoint(HPS a, PPOINTL b) 8410 #undef GpiQueryPattern 8411 #define GpiQueryPattern _GpiQueryPattern 8412 8413 inline BOOL APIENTRY _GpiQueryPatternRefPoint(HPS a, PPOINTL b) 6644 8414 { 6645 8415 BOOL yyrc; … … 6652 8422 } 6653 8423 6654 inline LONG APIENTRY GpiQueryPatternSet(HPS a) 8424 #undef GpiQueryPatternRefPoint 8425 #define GpiQueryPatternRefPoint _GpiQueryPatternRefPoint 8426 8427 inline LONG APIENTRY _GpiQueryPatternSet(HPS a) 6655 8428 { 6656 8429 LONG yyrc; … … 6663 8436 } 6664 8437 6665 inline LONG APIENTRY GpiQueryRealColors(HPS a, ULONG b, LONG c, LONG d, PLONG e) 8438 #undef GpiQueryPatternSet 8439 #define GpiQueryPatternSet _GpiQueryPatternSet 8440 8441 inline LONG APIENTRY _GpiQueryRealColors(HPS a, ULONG b, LONG c, LONG d, PLONG e) 6666 8442 { 6667 8443 LONG yyrc; … … 6674 8450 } 6675 8451 6676 inline LONG APIENTRY GpiQueryRegionBox(HPS a, HRGN b, PRECTL c) 8452 #undef GpiQueryRealColors 8453 #define GpiQueryRealColors _GpiQueryRealColors 8454 8455 inline LONG APIENTRY _GpiQueryRegionBox(HPS a, HRGN b, PRECTL c) 6677 8456 { 6678 8457 LONG yyrc; … … 6685 8464 } 6686 8465 6687 inline BOOL APIENTRY GpiQueryRegionRects(HPS a, HRGN b, PRECTL c, PRGNRECT d, PRECTL e) 8466 #undef GpiQueryRegionBox 8467 #define GpiQueryRegionBox _GpiQueryRegionBox 8468 8469 inline BOOL APIENTRY _GpiQueryRegionRects(HPS a, HRGN b, PRECTL c, PRGNRECT d, PRECTL e) 6688 8470 { 6689 8471 BOOL yyrc; … … 6696 8478 } 6697 8479 6698 inline LONG APIENTRY GpiQueryRGBColor(HPS a, ULONG b, LONG c) 8480 #undef GpiQueryRegionRects 8481 #define GpiQueryRegionRects _GpiQueryRegionRects 8482 8483 inline LONG APIENTRY _GpiQueryRGBColor(HPS a, ULONG b, LONG c) 6699 8484 { 6700 8485 LONG yyrc; … … 6707 8492 } 6708 8493 6709 inline BOOL APIENTRY GpiQuerySegmentTransformMatrix(HPS a, LONG b, LONG c, PMATRIXLF d) 8494 #undef GpiQueryRGBColor 8495 #define GpiQueryRGBColor _GpiQueryRGBColor 8496 8497 inline BOOL APIENTRY _GpiQuerySegmentTransformMatrix(HPS a, LONG b, LONG c, PMATRIXLF d) 6710 8498 { 6711 8499 BOOL yyrc; … … 6718 8506 } 6719 8507 6720 inline BOOL APIENTRY GpiQuerySetIds(HPS a, LONG b, PLONG c, PSTR8 d, PLONG e) 8508 #undef GpiQuerySegmentTransformMatrix 8509 #define GpiQuerySegmentTransformMatrix _GpiQuerySegmentTransformMatrix 8510 8511 inline BOOL APIENTRY _GpiQuerySetIds(HPS a, LONG b, PLONG c, PSTR8 d, PLONG e) 6721 8512 { 6722 8513 BOOL yyrc; … … 6729 8520 } 6730 8521 6731 inline BOOL APIENTRY GpiQueryTextAlignment(HPS a, PLONG b, PLONG c) 8522 #undef GpiQuerySetIds 8523 #define GpiQuerySetIds _GpiQuerySetIds 8524 8525 inline BOOL APIENTRY _GpiQueryTextAlignment(HPS a, PLONG b, PLONG c) 6732 8526 { 6733 8527 BOOL yyrc; … … 6740 8534 } 6741 8535 6742 inline BOOL APIENTRY GpiQueryTextBox(HPS a, LONG b, PCH c, LONG d, PPOINTL e) 8536 #undef GpiQueryTextAlignment 8537 #define GpiQueryTextAlignment _GpiQueryTextAlignment 8538 8539 inline BOOL APIENTRY _GpiQueryTextBox(HPS a, LONG b, PCH c, LONG d, PPOINTL e) 6743 8540 { 6744 8541 BOOL yyrc; … … 6751 8548 } 6752 8549 6753 inline BOOL APIENTRY GpiQueryViewingLimits(HPS a, PRECTL b) 8550 #undef GpiQueryTextBox 8551 #define GpiQueryTextBox _GpiQueryTextBox 8552 8553 inline BOOL APIENTRY _GpiQueryViewingLimits(HPS a, PRECTL b) 6754 8554 { 6755 8555 BOOL yyrc; … … 6762 8562 } 6763 8563 6764 inline BOOL APIENTRY GpiQueryViewingTransformMatrix(HPS a, LONG b, PMATRIXLF c) 8564 #undef GpiQueryViewingLimits 8565 #define GpiQueryViewingLimits _GpiQueryViewingLimits 8566 8567 inline BOOL APIENTRY _GpiQueryViewingTransformMatrix(HPS a, LONG b, PMATRIXLF c) 6765 8568 { 6766 8569 BOOL yyrc; … … 6773 8576 } 6774 8577 6775 inline BOOL APIENTRY GpiQueryWidthTable(HPS a, LONG b, LONG c, PLONG d) 8578 #undef GpiQueryViewingTransformMatrix 8579 #define GpiQueryViewingTransformMatrix _GpiQueryViewingTransformMatrix 8580 8581 inline BOOL APIENTRY _GpiQueryWidthTable(HPS a, LONG b, LONG c, PLONG d) 6776 8582 { 6777 8583 BOOL yyrc; … … 6784 8590 } 6785 8591 6786 inline LONG APIENTRY GpiRectInRegion(HPS a, HRGN b, CONST RECTL *c) 8592 #undef GpiQueryWidthTable 8593 #define GpiQueryWidthTable _GpiQueryWidthTable 8594 8595 inline LONG APIENTRY _GpiRectInRegion(HPS a, HRGN b, PRECTL c) 6787 8596 { 6788 8597 LONG yyrc; … … 6795 8604 } 6796 8605 6797 inline LONG APIENTRY GpiRectVisible(HPS a, CONST RECTL *b) 8606 #undef GpiRectInRegion 8607 #define GpiRectInRegion _GpiRectInRegion 8608 8609 inline LONG APIENTRY _GpiRectVisible(HPS a, PRECTL b) 6798 8610 { 6799 8611 LONG yyrc; … … 6806 8618 } 6807 8619 6808 inline BOOL APIENTRY GpiRotate(HPS a, PMATRIXLF b, LONG c, FIXED d, CONST POINTL *e) 8620 #undef GpiRectVisible 8621 #define GpiRectVisible _GpiRectVisible 8622 8623 inline BOOL APIENTRY _GpiRotate(HPS a, PMATRIXLF b, LONG c, FIXED d, PPOINTL e) 6809 8624 { 6810 8625 BOOL yyrc; … … 6817 8632 } 6818 8633 6819 inline BOOL APIENTRY GpiSaveMetaFile(HMF a, PCSZ b) 8634 #undef GpiRotate 8635 #define GpiRotate _GpiRotate 8636 8637 inline BOOL APIENTRY _GpiSaveMetaFile(HMF a, PCSZ b) 6820 8638 { 6821 8639 BOOL yyrc; … … 6828 8646 } 6829 8647 6830 inline BOOL APIENTRY GpiScale(HPS a, PMATRIXLF b, LONG c, CONST FIXED *d, CONST POINTL *e) 8648 #undef GpiSaveMetaFile 8649 #define GpiSaveMetaFile _GpiSaveMetaFile 8650 8651 inline BOOL APIENTRY _GpiScale(HPS a, PMATRIXLF b, LONG c, PFIXED d, PPOINTL e) 6831 8652 { 6832 8653 BOOL yyrc; … … 6839 8660 } 6840 8661 6841 inline HPAL APIENTRY GpiSelectPalette(HPS a, HPAL b) 8662 #undef GpiScale 8663 #define GpiScale _GpiScale 8664 8665 inline HPAL APIENTRY _GpiSelectPalette(HPS a, HPAL b) 6842 8666 { 6843 8667 HPAL yyrc; … … 6850 8674 } 6851 8675 6852 inline BOOL APIENTRY GpiSetArcParams(HPS a, CONST ARCPARAMS *b) 8676 #undef GpiSelectPalette 8677 #define GpiSelectPalette _GpiSelectPalette 8678 8679 inline BOOL APIENTRY _GpiSetArcParams(HPS a, PARCPARAMS b) 6853 8680 { 6854 8681 BOOL yyrc; … … 6861 8688 } 6862 8689 6863 inline BOOL APIENTRY GpiSetAttrMode(HPS a, LONG b) 8690 #undef GpiSetArcParams 8691 #define GpiSetArcParams _GpiSetArcParams 8692 8693 inline BOOL APIENTRY _GpiSetAttrMode(HPS a, LONG b) 6864 8694 { 6865 8695 BOOL yyrc; … … 6872 8702 } 6873 8703 6874 inline BOOL APIENTRY GpiSetAttrs(HPS a, LONG b, ULONG c, ULONG d, CONST VOID *e) 8704 #undef GpiSetAttrMode 8705 #define GpiSetAttrMode _GpiSetAttrMode 8706 8707 inline BOOL APIENTRY _GpiSetAttrs(HPS a, LONG b, ULONG c, ULONG d, PVOID e) 6875 8708 { 6876 8709 BOOL yyrc; … … 6883 8716 } 6884 8717 6885 inline BOOL APIENTRY GpiSetBackColor(HPS a, LONG b) 8718 #undef GpiSetAttrs 8719 #define GpiSetAttrs _GpiSetAttrs 8720 8721 inline BOOL APIENTRY _GpiSetBackColor(HPS a, LONG b) 6886 8722 { 6887 8723 BOOL yyrc; … … 6894 8730 } 6895 8731 6896 inline BOOL APIENTRY GpiSetBackMix(HPS a, LONG b) 8732 #undef GpiSetBackColor 8733 #define GpiSetBackColor _GpiSetBackColor 8734 8735 inline BOOL APIENTRY _GpiSetBackMix(HPS a, LONG b) 6897 8736 { 6898 8737 BOOL yyrc; … … 6905 8744 } 6906 8745 6907 inline BOOL APIENTRY GpiSetCharAngle(HPS a, CONST GRADIENTL *b) 8746 #undef GpiSetBackMix 8747 #define GpiSetBackMix _GpiSetBackMix 8748 8749 inline BOOL APIENTRY _GpiSetCharAngle(HPS a, PGRADIENTL b) 6908 8750 { 6909 8751 BOOL yyrc; … … 6916 8758 } 6917 8759 6918 inline BOOL APIENTRY GpiSetCharBox(HPS a, CONST SIZEF *b) 8760 #undef GpiSetCharAngle 8761 #define GpiSetCharAngle _GpiSetCharAngle 8762 8763 inline BOOL APIENTRY _GpiSetCharBox(HPS a, PSIZEF b) 6919 8764 { 6920 8765 BOOL yyrc; … … 6927 8772 } 6928 8773 6929 inline BOOL APIENTRY GpiSetCharBreakExtra(HPS a, FIXED b) 8774 #undef GpiSetCharBox 8775 #define GpiSetCharBox _GpiSetCharBox 8776 8777 inline BOOL APIENTRY _GpiSetCharBreakExtra(HPS a, FIXED b) 6930 8778 { 6931 8779 BOOL yyrc; … … 6938 8786 } 6939 8787 6940 inline BOOL APIENTRY GpiSetCharDirection(HPS a, LONG b) 8788 #undef GpiSetCharBreakExtra 8789 #define GpiSetCharBreakExtra _GpiSetCharBreakExtra 8790 8791 inline BOOL APIENTRY _GpiSetCharDirection(HPS a, LONG b) 6941 8792 { 6942 8793 BOOL yyrc; … … 6949 8800 } 6950 8801 6951 inline BOOL APIENTRY GpiSetCharExtra(HPS a, FIXED b) 8802 #undef GpiSetCharDirection 8803 #define GpiSetCharDirection _GpiSetCharDirection 8804 8805 inline BOOL APIENTRY _GpiSetCharExtra(HPS a, FIXED b) 6952 8806 { 6953 8807 BOOL yyrc; … … 6960 8814 } 6961 8815 6962 inline BOOL APIENTRY GpiSetCharMode(HPS a, LONG b) 8816 #undef GpiSetCharExtra 8817 #define GpiSetCharExtra _GpiSetCharExtra 8818 8819 inline BOOL APIENTRY _GpiSetCharMode(HPS a, LONG b) 6963 8820 { 6964 8821 BOOL yyrc; … … 6971 8828 } 6972 8829 6973 inline BOOL APIENTRY GpiSetCharSet(HPS a, LONG b) 8830 #undef GpiSetCharMode 8831 #define GpiSetCharMode _GpiSetCharMode 8832 8833 inline BOOL APIENTRY _GpiSetCharSet(HPS a, LONG b) 6974 8834 { 6975 8835 BOOL yyrc; … … 6982 8842 } 6983 8843 6984 inline BOOL APIENTRY GpiSetCharShear(HPS a, CONST POINTL *b) 8844 #undef GpiSetCharSet 8845 #define GpiSetCharSet _GpiSetCharSet 8846 8847 inline BOOL APIENTRY _GpiSetCharShear(HPS a, PPOINTL b) 6985 8848 { 6986 8849 BOOL yyrc; … … 6993 8856 } 6994 8857 6995 inline BOOL APIENTRY GpiSetClipPath(HPS a, LONG b, LONG c) 8858 #undef GpiSetCharShear 8859 #define GpiSetCharShear _GpiSetCharShear 8860 8861 inline BOOL APIENTRY _GpiSetClipPath(HPS a, LONG b, LONG c) 6996 8862 { 6997 8863 BOOL yyrc; … … 7004 8870 } 7005 8871 7006 inline LONG APIENTRY GpiSetClipRegion(HPS a, HRGN b, PHRGN c) 8872 #undef GpiSetClipPath 8873 #define GpiSetClipPath _GpiSetClipPath 8874 8875 inline LONG APIENTRY _GpiSetClipRegion(HPS a, HRGN b, PHRGN c) 7007 8876 { 7008 8877 LONG yyrc; … … 7015 8884 } 7016 8885 7017 inline BOOL APIENTRY GpiSetColor(HPS a, LONG b) 8886 #undef GpiSetClipRegion 8887 #define GpiSetClipRegion _GpiSetClipRegion 8888 8889 inline BOOL APIENTRY _GpiSetColor(HPS a, LONG b) 7018 8890 { 7019 8891 BOOL yyrc; … … 7026 8898 } 7027 8899 7028 inline BOOL APIENTRY GpiSetCp(HPS a, ULONG b) 8900 #undef GpiSetColor 8901 #define GpiSetColor _GpiSetColor 8902 8903 inline BOOL APIENTRY _GpiSetCp(HPS a, ULONG b) 7029 8904 { 7030 8905 BOOL yyrc; … … 7037 8912 } 7038 8913 7039 inline BOOL APIENTRY GpiSetCurrentPosition(HPS a, CONST POINTL *b) 8914 #undef GpiSetCp 8915 #define GpiSetCp _GpiSetCp 8916 8917 inline BOOL APIENTRY _GpiSetCurrentPosition(HPS a, PPOINTL b) 7040 8918 { 7041 8919 BOOL yyrc; … … 7048 8926 } 7049 8927 7050 inline BOOL APIENTRY GpiSetDefArcParams(HPS a, CONST ARCPARAMS *b) 8928 #undef GpiSetCurrentPosition 8929 #define GpiSetCurrentPosition _GpiSetCurrentPosition 8930 8931 inline BOOL APIENTRY _GpiSetDefArcParams(HPS a, PARCPARAMS b) 7051 8932 { 7052 8933 BOOL yyrc; … … 7059 8940 } 7060 8941 7061 inline BOOL APIENTRY GpiSetDefAttrs(HPS a, LONG b, ULONG c, CONST VOID *d) 8942 #undef GpiSetDefArcParams 8943 #define GpiSetDefArcParams _GpiSetDefArcParams 8944 8945 inline BOOL APIENTRY _GpiSetDefAttrs(HPS a, LONG b, ULONG c, PVOID d) 7062 8946 { 7063 8947 BOOL yyrc; … … 7070 8954 } 7071 8955 7072 inline BOOL APIENTRY GpiSetDefaultViewMatrix(HPS a, LONG b, CONST MATRIXLF *c, LONG d) 8956 #undef GpiSetDefAttrs 8957 #define GpiSetDefAttrs _GpiSetDefAttrs 8958 8959 inline BOOL APIENTRY _GpiSetDefaultViewMatrix(HPS a, LONG b, PMATRIXLF c, LONG d) 7073 8960 { 7074 8961 BOOL yyrc; … … 7081 8968 } 7082 8969 7083 inline BOOL APIENTRY GpiSetDefTag(HPS a, LONG b) 8970 #undef GpiSetDefaultViewMatrix 8971 #define GpiSetDefaultViewMatrix _GpiSetDefaultViewMatrix 8972 8973 inline BOOL APIENTRY _GpiSetDefTag(HPS a, LONG b) 7084 8974 { 7085 8975 BOOL yyrc; … … 7092 8982 } 7093 8983 7094 inline BOOL APIENTRY GpiSetDefViewingLimits(HPS a, CONST RECTL *b) 8984 #undef GpiSetDefTag 8985 #define GpiSetDefTag _GpiSetDefTag 8986 8987 inline BOOL APIENTRY _GpiSetDefViewingLimits(HPS a, PRECTL b) 7095 8988 { 7096 8989 BOOL yyrc; … … 7103 8996 } 7104 8997 7105 inline BOOL APIENTRY GpiSetEditMode(HPS a, LONG b) 8998 #undef GpiSetDefViewingLimits 8999 #define GpiSetDefViewingLimits _GpiSetDefViewingLimits 9000 9001 inline BOOL APIENTRY _GpiSetEditMode(HPS a, LONG b) 7106 9002 { 7107 9003 BOOL yyrc; … … 7114 9010 } 7115 9011 7116 inline BOOL APIENTRY GpiSetElementPointer(HPS a, LONG b) 9012 #undef GpiSetEditMode 9013 #define GpiSetEditMode _GpiSetEditMode 9014 9015 inline BOOL APIENTRY _GpiSetElementPointer(HPS a, LONG b) 7117 9016 { 7118 9017 BOOL yyrc; … … 7125 9024 } 7126 9025 7127 inline BOOL APIENTRY GpiSetElementPointerAtLabel(HPS a, LONG b) 9026 #undef GpiSetElementPointer 9027 #define GpiSetElementPointer _GpiSetElementPointer 9028 9029 inline BOOL APIENTRY _GpiSetElementPointerAtLabel(HPS a, LONG b) 7128 9030 { 7129 9031 BOOL yyrc; … … 7136 9038 } 7137 9039 7138 inline BOOL APIENTRY GpiSetGraphicsField(HPS a, CONST RECTL *b) 9040 #undef GpiSetElementPointerAtLabel 9041 #define GpiSetElementPointerAtLabel _GpiSetElementPointerAtLabel 9042 9043 inline BOOL APIENTRY _GpiSetGraphicsField(HPS a, PRECTL b) 7139 9044 { 7140 9045 BOOL yyrc; … … 7147 9052 } 7148 9053 7149 inline BOOL APIENTRY GpiSetLineEnd(HPS a, LONG b) 9054 #undef GpiSetGraphicsField 9055 #define GpiSetGraphicsField _GpiSetGraphicsField 9056 9057 inline BOOL APIENTRY _GpiSetLineEnd(HPS a, LONG b) 7150 9058 { 7151 9059 BOOL yyrc; … … 7158 9066 } 7159 9067 7160 inline BOOL APIENTRY GpiSetLineJoin(HPS a, LONG b) 9068 #undef GpiSetLineEnd 9069 #define GpiSetLineEnd _GpiSetLineEnd 9070 9071 inline BOOL APIENTRY _GpiSetLineJoin(HPS a, LONG b) 7161 9072 { 7162 9073 BOOL yyrc; … … 7169 9080 } 7170 9081 7171 inline BOOL APIENTRY GpiSetLineType(HPS a, LONG b) 9082 #undef GpiSetLineJoin 9083 #define GpiSetLineJoin _GpiSetLineJoin 9084 9085 inline BOOL APIENTRY _GpiSetLineType(HPS a, LONG b) 7172 9086 { 7173 9087 BOOL yyrc; … … 7180 9094 } 7181 9095 7182 inline BOOL APIENTRY GpiSetLineWidth(HPS a, FIXED b) 9096 #undef GpiSetLineType 9097 #define GpiSetLineType _GpiSetLineType 9098 9099 inline BOOL APIENTRY _GpiSetLineWidth(HPS a, FIXED b) 7183 9100 { 7184 9101 BOOL yyrc; … … 7191 9108 } 7192 9109 7193 inline BOOL APIENTRY GpiSetLineWidthGeom(HPS a, LONG b) 9110 #undef GpiSetLineWidth 9111 #define GpiSetLineWidth _GpiSetLineWidth 9112 9113 inline BOOL APIENTRY _GpiSetLineWidthGeom(HPS a, LONG b) 7194 9114 { 7195 9115 BOOL yyrc; … … 7202 9122 } 7203 9123 7204 inline BOOL APIENTRY GpiSetMarker(HPS a, LONG b) 9124 #undef GpiSetLineWidthGeom 9125 #define GpiSetLineWidthGeom _GpiSetLineWidthGeom 9126 9127 inline BOOL APIENTRY _GpiSetMarker(HPS a, LONG b) 7205 9128 { 7206 9129 BOOL yyrc; … … 7213 9136 } 7214 9137 7215 inline BOOL APIENTRY GpiSetMarkerBox(HPS a, CONST SIZEF *b) 9138 #undef GpiSetMarker 9139 #define GpiSetMarker _GpiSetMarker 9140 9141 inline BOOL APIENTRY _GpiSetMarkerBox(HPS a, PSIZEF b) 7216 9142 { 7217 9143 BOOL yyrc; … … 7224 9150 } 7225 9151 7226 inline BOOL APIENTRY GpiSetMarkerSet(HPS a, LONG b) 9152 #undef GpiSetMarkerBox 9153 #define GpiSetMarkerBox _GpiSetMarkerBox 9154 9155 inline BOOL APIENTRY _GpiSetMarkerSet(HPS a, LONG b) 7227 9156 { 7228 9157 BOOL yyrc; … … 7235 9164 } 7236 9165 7237 inline BOOL APIENTRY GpiSetMetaFileBits(HMF a, LONG b, LONG c, CONST BYTE *d) 9166 #undef GpiSetMarkerSet 9167 #define GpiSetMarkerSet _GpiSetMarkerSet 9168 9169 inline BOOL APIENTRY _GpiSetMetaFileBits(HMF a, LONG b, LONG c, PBYTE d) 7238 9170 { 7239 9171 BOOL yyrc; … … 7246 9178 } 7247 9179 7248 inline BOOL APIENTRY GpiSetMix(HPS a, LONG b) 9180 #undef GpiSetMetaFileBits 9181 #define GpiSetMetaFileBits _GpiSetMetaFileBits 9182 9183 inline BOOL APIENTRY _GpiSetMix(HPS a, LONG b) 7249 9184 { 7250 9185 BOOL yyrc; … … 7257 9192 } 7258 9193 7259 inline BOOL APIENTRY GpiSetModelTransformMatrix(HPS a, LONG b, CONST MATRIXLF *c, LONG d) 9194 #undef GpiSetMix 9195 #define GpiSetMix _GpiSetMix 9196 9197 inline BOOL APIENTRY _GpiSetModelTransformMatrix(HPS a, LONG b, PMATRIXLF c, LONG d) 7260 9198 { 7261 9199 BOOL yyrc; … … 7268 9206 } 7269 9207 7270 inline BOOL APIENTRY GpiSetPageViewport(HPS a, CONST RECTL *b) 9208 #undef GpiSetModelTransformMatrix 9209 #define GpiSetModelTransformMatrix _GpiSetModelTransformMatrix 9210 9211 inline BOOL APIENTRY _GpiSetPageViewport(HPS a, PRECTL b) 7271 9212 { 7272 9213 BOOL yyrc; … … 7279 9220 } 7280 9221 7281 inline BOOL APIENTRY GpiSetPaletteEntries(HPAL a, ULONG b, ULONG c, ULONG d, CONST ULONG *e) 9222 #undef GpiSetPageViewport 9223 #define GpiSetPageViewport _GpiSetPageViewport 9224 9225 inline BOOL APIENTRY _GpiSetPaletteEntries(HPAL a, ULONG b, ULONG c, ULONG d, ULONG *e) 7282 9226 { 7283 9227 BOOL yyrc; … … 7290 9234 } 7291 9235 7292 inline BOOL APIENTRY GpiSetPattern(HPS a, LONG b) 9236 #undef GpiSetPaletteEntries 9237 #define GpiSetPaletteEntries _GpiSetPaletteEntries 9238 9239 inline BOOL APIENTRY _GpiSetPattern(HPS a, LONG b) 7293 9240 { 7294 9241 BOOL yyrc; … … 7301 9248 } 7302 9249 7303 inline BOOL APIENTRY GpiSetPatternRefPoint(HPS a, CONST POINTL *b) 9250 #undef GpiSetPattern 9251 #define GpiSetPattern _GpiSetPattern 9252 9253 inline BOOL APIENTRY _GpiSetPatternRefPoint(HPS a, PPOINTL b) 7304 9254 { 7305 9255 BOOL yyrc; … … 7312 9262 } 7313 9263 7314 inline BOOL APIENTRY GpiSetPatternSet(HPS a, LONG b) 9264 #undef GpiSetPatternRefPoint 9265 #define GpiSetPatternRefPoint _GpiSetPatternRefPoint 9266 9267 inline BOOL APIENTRY _GpiSetPatternSet(HPS a, LONG b) 7315 9268 { 7316 9269 BOOL yyrc; … … 7323 9276 } 7324 9277 7325 inline BOOL APIENTRY GpiSetRegion(HPS a, HRGN b, LONG c, CONST RECTL *d) 9278 #undef GpiSetPatternSet 9279 #define GpiSetPatternSet _GpiSetPatternSet 9280 9281 inline BOOL APIENTRY _GpiSetRegion(HPS a, HRGN b, LONG c, PRECTL d) 7326 9282 { 7327 9283 BOOL yyrc; … … 7334 9290 } 7335 9291 7336 inline BOOL APIENTRY GpiSetSegmentTransformMatrix(HPS a, LONG b, LONG c, CONST MATRIXLF *d, LONG e) 9292 #undef GpiSetRegion 9293 #define GpiSetRegion _GpiSetRegion 9294 9295 inline BOOL APIENTRY _GpiSetSegmentTransformMatrix(HPS a, LONG b, LONG c, MATRIXLF *d, LONG e) 7337 9296 { 7338 9297 BOOL yyrc; … … 7345 9304 } 7346 9305 7347 inline BOOL APIENTRY GpiSetTextAlignment(HPS a, LONG b, LONG c) 9306 #undef GpiSetSegmentTransformMatrix 9307 #define GpiSetSegmentTransformMatrix _GpiSetSegmentTransformMatrix 9308 9309 inline BOOL APIENTRY _GpiSetTextAlignment(HPS a, LONG b, LONG c) 7348 9310 { 7349 9311 BOOL yyrc; … … 7356 9318 } 7357 9319 7358 inline BOOL APIENTRY GpiSetViewingLimits(HPS a, CONST RECTL *b) 9320 #undef GpiSetTextAlignment 9321 #define GpiSetTextAlignment _GpiSetTextAlignment 9322 9323 inline BOOL APIENTRY _GpiSetViewingLimits(HPS a, PRECTL b) 7359 9324 { 7360 9325 BOOL yyrc; … … 7367 9332 } 7368 9333 7369 inline BOOL APIENTRY GpiSetViewingTransformMatrix(HPS a, LONG b, CONST MATRIXLF *c, LONG d) 9334 #undef GpiSetViewingLimits 9335 #define GpiSetViewingLimits _GpiSetViewingLimits 9336 9337 inline BOOL APIENTRY _GpiSetViewingTransformMatrix(HPS a, LONG b, MATRIXLF *c, LONG d) 7370 9338 { 7371 9339 BOOL yyrc; … … 7378 9346 } 7379 9347 7380 inline LONG APIENTRY GpiStrokePath(HPS a, LONG b, ULONG c) 9348 #undef GpiSetViewingTransformMatrix 9349 #define GpiSetViewingTransformMatrix _GpiSetViewingTransformMatrix 9350 9351 inline LONG APIENTRY _GpiStrokePath(HPS a, LONG b, ULONG c) 7381 9352 { 7382 9353 LONG yyrc; … … 7389 9360 } 7390 9361 7391 inline BOOL APIENTRY GpiTranslate(HPS a, PMATRIXLF b, LONG c, CONST POINTL *d) 9362 #undef GpiStrokePath 9363 #define GpiStrokePath _GpiStrokePath 9364 9365 inline BOOL APIENTRY _GpiTranslate(HPS a, PMATRIXLF b, LONG c, PPOINTL d) 7392 9366 { 7393 9367 BOOL yyrc; … … 7400 9374 } 7401 9375 7402 inline BOOL APIENTRY GpiUnloadFonts(HAB a, PCSZ b) 9376 #undef GpiTranslate 9377 #define GpiTranslate _GpiTranslate 9378 9379 inline BOOL APIENTRY _GpiUnloadFonts(HAB a, PCSZ b) 7403 9380 { 7404 9381 BOOL yyrc; … … 7411 9388 } 7412 9389 7413 inline BOOL APIENTRY GpiUnloadPublicFonts(HAB a, PCSZ b) 9390 #undef GpiUnloadFonts 9391 #define GpiUnloadFonts _GpiUnloadFonts 9392 9393 inline BOOL APIENTRY _GpiUnloadPublicFonts(HAB a, PCSZ b) 7414 9394 { 7415 9395 BOOL yyrc; … … 7422 9402 } 7423 9403 9404 #undef GpiUnloadPublicFonts 9405 #define GpiUnloadPublicFonts _GpiUnloadPublicFonts 9406 7424 9407 #ifdef INCL_GPIBITMAPS 7425 inline LONG APIENTRY GpiBitBlt(HPS a, HPS b, LONG c, CONST POINTL *d, LONG e, ULONG f)9408 inline LONG APIENTRY _GpiBitBlt(HPS a, HPS b, LONG c, PPOINTL d, LONG e, ULONG f) 7426 9409 { 7427 9410 LONG yyrc; … … 7434 9417 } 7435 9418 7436 inline BOOL APIENTRY GpiDeleteBitmap(HBITMAP a) 9419 #undef GpiBitBlt 9420 #define GpiBitBlt _GpiBitBlt 9421 9422 inline BOOL APIENTRY _GpiDeleteBitmap(HBITMAP a) 7437 9423 { 7438 9424 BOOL yyrc; … … 7445 9431 } 7446 9432 7447 inline HBITMAP APIENTRY GpiLoadBitmap(HPS a, HMODULE b, ULONG c, LONG d, LONG e) 9433 #undef GpiDeleteBitmap 9434 #define GpiDeleteBitmap _GpiDeleteBitmap 9435 9436 inline HBITMAP APIENTRY _GpiLoadBitmap(HPS a, HMODULE b, ULONG c, LONG d, LONG e) 7448 9437 { 7449 9438 HBITMAP yyrc; … … 7456 9445 } 7457 9446 7458 inline HBITMAP APIENTRY GpiSetBitmap(HPS a, HBITMAP b) 9447 #undef GpiLoadBitmap 9448 #define GpiLoadBitmap _GpiLoadBitmap 9449 9450 inline HBITMAP APIENTRY _GpiSetBitmap(HPS a, HBITMAP b) 7459 9451 { 7460 9452 HBITMAP yyrc; … … 7467 9459 } 7468 9460 7469 inline LONG APIENTRY GpiWCBitBlt(HPS a, HBITMAP b, LONG c, CONST POINTL *d, LONG e, ULONG f) 9461 #undef GpiSetBitmap 9462 #define GpiSetBitmap _GpiSetBitmap 9463 9464 inline LONG APIENTRY _GpiWCBitBlt(HPS a, HBITMAP b, LONG c, PPOINTL d, LONG e, ULONG f) 7470 9465 { 7471 9466 LONG yyrc; … … 7478 9473 } 7479 9474 7480 inline HBITMAP APIENTRY GpiCreateBitmap(HPS a, CONST BITMAPINFOHEADER2 *b, ULONG c, CONST BYTE *d, CONST BITMAPINFO2 *e) 9475 #undef GpiWCBitBlt 9476 #define GpiWCBitBlt _GpiWCBitBlt 9477 9478 inline HBITMAP APIENTRY _GpiCreateBitmap(HPS a, BITMAPINFOHEADER2 *b, ULONG c, PBYTE d, BITMAPINFO2 *e) 7481 9479 { 7482 9480 HBITMAP yyrc; … … 7489 9487 } 7490 9488 7491 inline LONG APIENTRY GpiDrawBits(HPS a, CONST VOID *b, CONST BITMAPINFO2 *c, LONG d, CONST POINTL *e, LONG f, ULONG g) 9489 #undef GpiCreateBitmap 9490 #define GpiCreateBitmap _GpiCreateBitmap 9491 9492 inline LONG APIENTRY _GpiDrawBits(HPS a, PVOID b, BITMAPINFO2 *c, LONG d, PPOINTL e, LONG f, ULONG g) 7492 9493 { 7493 9494 LONG yyrc; … … 7500 9501 } 7501 9502 7502 inline LONG APIENTRY GpiFloodFill(HPS a, LONG b, LONG c) 9503 #undef GpiDrawBits 9504 #define GpiDrawBits _GpiDrawBits 9505 9506 inline LONG APIENTRY _GpiFloodFill(HPS a, LONG b, LONG c) 7503 9507 { 7504 9508 LONG yyrc; … … 7511 9515 } 7512 9516 7513 inline LONG APIENTRY GpiQueryBitmapBits(HPS a, LONG b, LONG c, PBYTE d, PBITMAPINFO2 e) 9517 #undef GpiFloodFill 9518 #define GpiFloodFill _GpiFloodFill 9519 9520 inline LONG APIENTRY _GpiQueryBitmapBits(HPS a, LONG b, LONG c, PBYTE d, PBITMAPINFO2 e) 7514 9521 { 7515 9522 LONG yyrc; … … 7522 9529 } 7523 9530 7524 inline BOOL APIENTRY GpiQueryBitmapDimension(HBITMAP a, PSIZEL b) 9531 #undef GpiQueryBitmapBits 9532 #define GpiQueryBitmapBits _GpiQueryBitmapBits 9533 9534 inline BOOL APIENTRY _GpiQueryBitmapDimension(HBITMAP a, PSIZEL b) 7525 9535 { 7526 9536 BOOL yyrc; … … 7533 9543 } 7534 9544 7535 inline HBITMAP APIENTRY GpiQueryBitmapHandle(HPS a, LONG b) 9545 #undef GpiQueryBitmapDimension 9546 #define GpiQueryBitmapDimension _GpiQueryBitmapDimension 9547 9548 inline HBITMAP APIENTRY _GpiQueryBitmapHandle(HPS a, LONG b) 7536 9549 { 7537 9550 HBITMAP yyrc; … … 7544 9557 } 7545 9558 7546 inline BOOL APIENTRY GpiQueryBitmapInfoHeader(HBITMAP a, PBITMAPINFOHEADER2 b) 9559 #undef GpiQueryBitmapHandle 9560 #define GpiQueryBitmapHandle _GpiQueryBitmapHandle 9561 9562 inline BOOL APIENTRY _GpiQueryBitmapInfoHeader(HBITMAP a, PBITMAPINFOHEADER2 b) 7547 9563 { 7548 9564 BOOL yyrc; … … 7555 9571 } 7556 9572 7557 inline BOOL APIENTRY GpiQueryBitmapParameters(HBITMAP a, PBITMAPINFOHEADER b) 9573 #undef GpiQueryBitmapInfoHeader 9574 #define GpiQueryBitmapInfoHeader _GpiQueryBitmapInfoHeader 9575 9576 inline BOOL APIENTRY _GpiQueryBitmapParameters(HBITMAP a, PBITMAPINFOHEADER b) 7558 9577 { 7559 9578 BOOL yyrc; … … 7566 9585 } 7567 9586 7568 inline BOOL APIENTRY GpiQueryDeviceBitmapFormats(HPS a, LONG b, PLONG c) 9587 #undef GpiQueryBitmapParameters 9588 #define GpiQueryBitmapParameters _GpiQueryBitmapParameters 9589 9590 inline BOOL APIENTRY _GpiQueryDeviceBitmapFormats(HPS a, LONG b, PLONG c) 7569 9591 { 7570 9592 BOOL yyrc; … … 7577 9599 } 7578 9600 7579 inline LONG APIENTRY GpiSetBitmapBits(HPS a, LONG b, LONG c, CONST BYTE *d, CONST BITMAPINFO2 *e) 9601 #undef GpiQueryDeviceBitmapFormats 9602 #define GpiQueryDeviceBitmapFormats _GpiQueryDeviceBitmapFormats 9603 9604 inline LONG APIENTRY _GpiSetBitmapBits(HPS a, LONG b, LONG c, PBYTE d, BITMAPINFO2 *e) 7580 9605 { 7581 9606 LONG yyrc; … … 7588 9613 } 7589 9614 7590 inline LONG APIENTRY GpiQueryPel(HPS a, PPOINTL b) 9615 #undef GpiSetBitmapBits 9616 #define GpiSetBitmapBits _GpiSetBitmapBits 9617 9618 inline LONG APIENTRY _GpiQueryPel(HPS a, PPOINTL b) 7591 9619 { 7592 9620 LONG yyrc; … … 7599 9627 } 7600 9628 7601 inline BOOL APIENTRY GpiSetBitmapDimension(HBITMAP a, CONST SIZEL *b) 9629 #undef GpiQueryPel 9630 #define GpiQueryPel _GpiQueryPel 9631 9632 inline BOOL APIENTRY _GpiSetBitmapDimension(HBITMAP a, SIZEL *b) 7602 9633 { 7603 9634 BOOL yyrc; … … 7610 9641 } 7611 9642 7612 inline BOOL APIENTRY GpiSetBitmapId(HPS a, HBITMAP b, LONG c) 9643 #undef GpiSetBitmapDimension 9644 #define GpiSetBitmapDimension _GpiSetBitmapDimension 9645 9646 inline BOOL APIENTRY _GpiSetBitmapId(HPS a, HBITMAP b, LONG c) 7613 9647 { 7614 9648 BOOL yyrc; … … 7621 9655 } 7622 9656 7623 inline LONG APIENTRY GpiSetPel(HPS a, CONST POINTL *b) 9657 #undef GpiSetBitmapId 9658 #define GpiSetBitmapId _GpiSetBitmapId 9659 9660 inline LONG APIENTRY _GpiSetPel(HPS a, PPOINTL b) 7624 9661 { 7625 9662 LONG yyrc; … … 7631 9668 return yyrc; 7632 9669 } 9670 9671 #undef GpiSetPel 9672 #define GpiSetPel _GpiSetPel 7633 9673 7634 9674 #endif 7635 9675 #ifdef INCL_GPICONTROL 7636 inline BOOL APIENTRY GpiAssociate(HPS a, HDC b)9676 inline BOOL APIENTRY _GpiAssociate(HPS a, HDC b) 7637 9677 { 7638 9678 BOOL yyrc; … … 7645 9685 } 7646 9686 7647 inline HPS APIENTRY GpiCreatePS(HAB a, HDC b, PSIZEL c, ULONG d) 9687 #undef GpiAssociate 9688 #define GpiAssociate _GpiAssociate 9689 9690 inline HPS APIENTRY _GpiCreatePS(HAB a, HDC b, PSIZEL c, ULONG d) 7648 9691 { 7649 9692 HPS yyrc; … … 7656 9699 } 7657 9700 7658 inline BOOL APIENTRY GpiDestroyPS(HPS a) 9701 #undef GpiCreatePS 9702 #define GpiCreatePS _GpiCreatePS 9703 9704 inline BOOL APIENTRY _GpiDestroyPS(HPS a) 7659 9705 { 7660 9706 BOOL yyrc; … … 7667 9713 } 7668 9714 7669 inline BOOL APIENTRY GpiErase(HPS a) 9715 #undef GpiDestroyPS 9716 #define GpiDestroyPS _GpiDestroyPS 9717 9718 inline BOOL APIENTRY _GpiErase(HPS a) 7670 9719 { 7671 9720 BOOL yyrc; … … 7678 9727 } 7679 9728 7680 inline HDC APIENTRY GpiQueryDevice(HPS a) 9729 #undef GpiErase 9730 #define GpiErase _GpiErase 9731 9732 inline HDC APIENTRY _GpiQueryDevice(HPS a) 7681 9733 { 7682 9734 HDC yyrc; … … 7689 9741 } 7690 9742 7691 inline BOOL APIENTRY GpiRestorePS(HPS a, LONG b) 9743 #undef GpiQueryDevice 9744 #define GpiQueryDevice _GpiQueryDevice 9745 9746 inline BOOL APIENTRY _GpiRestorePS(HPS a, LONG b) 7692 9747 { 7693 9748 BOOL yyrc; … … 7700 9755 } 7701 9756 7702 inline LONG APIENTRY GpiSavePS(HPS a) 9757 #undef GpiRestorePS 9758 #define GpiRestorePS _GpiRestorePS 9759 9760 inline LONG APIENTRY _GpiSavePS(HPS a) 7703 9761 { 7704 9762 LONG yyrc; … … 7711 9769 } 7712 9770 7713 inline LONG APIENTRY GpiErrorSegmentData(HPS a, PLONG b, PLONG c) 9771 #undef GpiSavePS 9772 #define GpiSavePS _GpiSavePS 9773 9774 inline LONG APIENTRY _GpiErrorSegmentData(HPS a, PLONG b, PLONG c) 7714 9775 { 7715 9776 LONG yyrc; … … 7722 9783 } 7723 9784 7724 inline LONG APIENTRY GpiQueryDrawControl(HPS a, LONG b) 9785 #undef GpiErrorSegmentData 9786 #define GpiErrorSegmentData _GpiErrorSegmentData 9787 9788 inline LONG APIENTRY _GpiQueryDrawControl(HPS a, LONG b) 7725 9789 { 7726 9790 LONG yyrc; … … 7733 9797 } 7734 9798 7735 inline LONG APIENTRY GpiQueryDrawingMode(HPS a) 9799 #undef GpiQueryDrawControl 9800 #define GpiQueryDrawControl _GpiQueryDrawControl 9801 9802 inline LONG APIENTRY _GpiQueryDrawingMode(HPS a) 7736 9803 { 7737 9804 LONG yyrc; … … 7744 9811 } 7745 9812 7746 inline ULONG APIENTRY GpiQueryPS(HPS a, PSIZEL b) 9813 #undef GpiQueryDrawingMode 9814 #define GpiQueryDrawingMode _GpiQueryDrawingMode 9815 9816 inline ULONG APIENTRY _GpiQueryPS(HPS a, PSIZEL b) 7747 9817 { 7748 9818 ULONG yyrc; … … 7755 9825 } 7756 9826 7757 inline BOOL APIENTRY GpiResetPS(HPS a, ULONG b) 9827 #undef GpiQueryPS 9828 #define GpiQueryPS _GpiQueryPS 9829 9830 inline BOOL APIENTRY _GpiResetPS(HPS a, ULONG b) 7758 9831 { 7759 9832 BOOL yyrc; … … 7766 9839 } 7767 9840 7768 inline LONG APIENTRY GpiQueryStopDraw(HPS a) 9841 #undef GpiResetPS 9842 #define GpiResetPS _GpiResetPS 9843 9844 inline LONG APIENTRY _GpiQueryStopDraw(HPS a) 7769 9845 { 7770 9846 LONG yyrc; … … 7777 9853 } 7778 9854 7779 inline BOOL APIENTRY GpiSetDrawControl(HPS a, LONG b, LONG c) 9855 #undef GpiQueryStopDraw 9856 #define GpiQueryStopDraw _GpiQueryStopDraw 9857 9858 inline BOOL APIENTRY _GpiSetDrawControl(HPS a, LONG b, LONG c) 7780 9859 { 7781 9860 BOOL yyrc; … … 7788 9867 } 7789 9868 7790 inline BOOL APIENTRY GpiSetDrawingMode(HPS a, LONG b) 9869 #undef GpiSetDrawControl 9870 #define GpiSetDrawControl _GpiSetDrawControl 9871 9872 inline BOOL APIENTRY _GpiSetDrawingMode(HPS a, LONG b) 7791 9873 { 7792 9874 BOOL yyrc; … … 7799 9881 } 7800 9882 7801 inline BOOL APIENTRY GpiSetPS(HPS a, CONST SIZEL *b, ULONG c) 9883 #undef GpiSetDrawingMode 9884 #define GpiSetDrawingMode _GpiSetDrawingMode 9885 9886 inline BOOL APIENTRY _GpiSetPS(HPS a, SIZEL *b, ULONG c) 7802 9887 { 7803 9888 BOOL yyrc; … … 7810 9895 } 7811 9896 7812 inline BOOL APIENTRY GpiSetStopDraw(HPS a, LONG b) 9897 #undef GpiSetPS 9898 #define GpiSetPS _GpiSetPS 9899 9900 inline BOOL APIENTRY _GpiSetStopDraw(HPS a, LONG b) 7813 9901 { 7814 9902 BOOL yyrc; … … 7820 9908 return yyrc; 7821 9909 } 9910 9911 #undef GpiSetStopDraw 9912 #define GpiSetStopDraw _GpiSetStopDraw 7822 9913 7823 9914 #endif 7824 9915 #ifdef INCL_GPICORRELATION 7825 inline LONG APIENTRY GpiCorrelateChain(HPS a, LONG b, CONST POINTL *c, LONG d, LONG e, PLONG f)9916 inline LONG APIENTRY _GpiCorrelateChain(HPS a, LONG b, PPOINTL c, LONG d, LONG e, PLONG f) 7826 9917 { 7827 9918 LONG yyrc; … … 7834 9925 } 7835 9926 7836 inline LONG APIENTRY GpiCorrelateFrom(HPS a, LONG b, LONG c, LONG d, CONST POINTL *e, LONG f, LONG g, PLONG h) 9927 #undef GpiCorrelateChain 9928 #define GpiCorrelateChain _GpiCorrelateChain 9929 9930 inline LONG APIENTRY _GpiCorrelateFrom(HPS a, LONG b, LONG c, LONG d, PPOINTL e, LONG f, LONG g, PLONG h) 7837 9931 { 7838 9932 LONG yyrc; … … 7845 9939 } 7846 9940 7847 inline LONG APIENTRY GpiCorrelateSegment(HPS a, LONG b, LONG c, CONST POINTL *d, LONG e, LONG f, PLONG g) 9941 #undef GpiCorrelateFrom 9942 #define GpiCorrelateFrom _GpiCorrelateFrom 9943 9944 inline LONG APIENTRY _GpiCorrelateSegment(HPS a, LONG b, LONG c, PPOINTL d, LONG e, LONG f, PLONG g) 7848 9945 { 7849 9946 LONG yyrc; … … 7856 9953 } 7857 9954 7858 inline BOOL APIENTRY GpiQueryBoundaryData(HPS a, PRECTL b) 9955 #undef GpiCorrelateSegment 9956 #define GpiCorrelateSegment _GpiCorrelateSegment 9957 9958 inline BOOL APIENTRY _GpiQueryBoundaryData(HPS a, PRECTL b) 7859 9959 { 7860 9960 BOOL yyrc; … … 7867 9967 } 7868 9968 7869 inline BOOL APIENTRY GpiQueryPickAperturePosition(HPS a, PPOINTL b) 9969 #undef GpiQueryBoundaryData 9970 #define GpiQueryBoundaryData _GpiQueryBoundaryData 9971 9972 inline BOOL APIENTRY _GpiQueryPickAperturePosition(HPS a, PPOINTL b) 7870 9973 { 7871 9974 BOOL yyrc; … … 7878 9981 } 7879 9982 7880 inline BOOL APIENTRY GpiQueryPickApertureSize(HPS a, PSIZEL b) 9983 #undef GpiQueryPickAperturePosition 9984 #define GpiQueryPickAperturePosition _GpiQueryPickAperturePosition 9985 9986 inline BOOL APIENTRY _GpiQueryPickApertureSize(HPS a, PSIZEL b) 7881 9987 { 7882 9988 BOOL yyrc; … … 7889 9995 } 7890 9996 7891 inline BOOL APIENTRY GpiQueryTag(HPS a, PLONG b) 9997 #undef GpiQueryPickApertureSize 9998 #define GpiQueryPickApertureSize _GpiQueryPickApertureSize 9999 10000 inline BOOL APIENTRY _GpiQueryTag(HPS a, PLONG b) 7892 10001 { 7893 10002 BOOL yyrc; … … 7900 10009 } 7901 10010 7902 inline BOOL APIENTRY GpiResetBoundaryData(HPS a) 10011 #undef GpiQueryTag 10012 #define GpiQueryTag _GpiQueryTag 10013 10014 inline BOOL APIENTRY _GpiResetBoundaryData(HPS a) 7903 10015 { 7904 10016 BOOL yyrc; … … 7911 10023 } 7912 10024 7913 inline BOOL APIENTRY GpiSetPickAperturePosition(HPS a, CONST POINTL *b) 10025 #undef GpiResetBoundaryData 10026 #define GpiResetBoundaryData _GpiResetBoundaryData 10027 10028 inline BOOL APIENTRY _GpiSetPickAperturePosition(HPS a, PPOINTL b) 7914 10029 { 7915 10030 BOOL yyrc; … … 7922 10037 } 7923 10038 7924 inline BOOL APIENTRY GpiSetPickApertureSize(HPS a, LONG b, CONST SIZEL *c) 10039 #undef GpiSetPickAperturePosition 10040 #define GpiSetPickAperturePosition _GpiSetPickAperturePosition 10041 10042 inline BOOL APIENTRY _GpiSetPickApertureSize(HPS a, LONG b, SIZEL *c) 7925 10043 { 7926 10044 BOOL yyrc; … … 7933 10051 } 7934 10052 7935 inline BOOL APIENTRY GpiSetTag(HPS a, LONG b) 10053 #undef GpiSetPickApertureSize 10054 #define GpiSetPickApertureSize _GpiSetPickApertureSize 10055 10056 inline BOOL APIENTRY _GpiSetTag(HPS a, LONG b) 7936 10057 { 7937 10058 BOOL yyrc; … … 7943 10064 return yyrc; 7944 10065 } 10066 10067 #undef GpiSetTag 10068 #define GpiSetTag _GpiSetTag 7945 10069 7946 10070 #endif 7947 10071 #ifdef INCL_GPIINK 7948 inline BOOL APIENTRY GpiBeginInkPath(HPS a, LONG b, ULONG c)10072 inline BOOL APIENTRY _GpiBeginInkPath(HPS a, LONG b, ULONG c) 7949 10073 { 7950 10074 BOOL yyrc; … … 7957 10081 } 7958 10082 7959 inline BOOL APIENTRY GpiEndInkPath(HPS a, ULONG b) 10083 #undef GpiBeginInkPath 10084 #define GpiBeginInkPath _GpiBeginInkPath 10085 10086 inline BOOL APIENTRY _GpiEndInkPath(HPS a, ULONG b) 7960 10087 { 7961 10088 BOOL yyrc; … … 7968 10095 } 7969 10096 7970 inline LONG APIENTRY GpiStrokeInkPath(HPS a, LONG b, LONG c, CONST POINTL *d, ULONG e) 10097 #undef GpiEndInkPath 10098 #define GpiEndInkPath _GpiEndInkPath 10099 10100 inline LONG APIENTRY _GpiStrokeInkPath(HPS a, LONG b, LONG c, PPOINTL d, ULONG e) 7971 10101 { 7972 10102 LONG yyrc; … … 7978 10108 return yyrc; 7979 10109 } 10110 10111 #undef GpiStrokeInkPath 10112 #define GpiStrokeInkPath _GpiStrokeInkPath 7980 10113 7981 10114 #endif 7982 10115 #ifdef INCL_GPISEGMENTS 7983 inline BOOL APIENTRY GpiCloseSegment(HPS a)10116 inline BOOL APIENTRY _GpiCloseSegment(HPS a) 7984 10117 { 7985 10118 BOOL yyrc; … … 7992 10125 } 7993 10126 7994 inline BOOL APIENTRY GpiDeleteSegment(HPS a, LONG b) 10127 #undef GpiCloseSegment 10128 #define GpiCloseSegment _GpiCloseSegment 10129 10130 inline BOOL APIENTRY _GpiDeleteSegment(HPS a, LONG b) 7995 10131 { 7996 10132 BOOL yyrc; … … 8003 10139 } 8004 10140 8005 inline BOOL APIENTRY GpiDeleteSegments(HPS a, LONG b, LONG c) 10141 #undef GpiDeleteSegment 10142 #define GpiDeleteSegment _GpiDeleteSegment 10143 10144 inline BOOL APIENTRY _GpiDeleteSegments(HPS a, LONG b, LONG c) 8006 10145 { 8007 10146 BOOL yyrc; … … 8014 10153 } 8015 10154 8016 inline BOOL APIENTRY GpiDrawChain(HPS a) 10155 #undef GpiDeleteSegments 10156 #define GpiDeleteSegments _GpiDeleteSegments 10157 10158 inline BOOL APIENTRY _GpiDrawChain(HPS a) 8017 10159 { 8018 10160 BOOL yyrc; … … 8025 10167 } 8026 10168 8027 inline BOOL APIENTRY GpiDrawDynamics(HPS a) 10169 #undef GpiDrawChain 10170 #define GpiDrawChain _GpiDrawChain 10171 10172 inline BOOL APIENTRY _GpiDrawDynamics(HPS a) 8028 10173 { 8029 10174 BOOL yyrc; … … 8036 10181 } 8037 10182 8038 inline BOOL APIENTRY GpiDrawFrom(HPS a, LONG b, LONG c) 10183 #undef GpiDrawDynamics 10184 #define GpiDrawDynamics _GpiDrawDynamics 10185 10186 inline BOOL APIENTRY _GpiDrawFrom(HPS a, LONG b, LONG c) 8039 10187 { 8040 10188 BOOL yyrc; … … 8047 10195 } 8048 10196 8049 inline BOOL APIENTRY GpiDrawSegment(HPS a, LONG b) 10197 #undef GpiDrawFrom 10198 #define GpiDrawFrom _GpiDrawFrom 10199 10200 inline BOOL APIENTRY _GpiDrawSegment(HPS a, LONG b) 8050 10201 { 8051 10202 BOOL yyrc; … … 8058 10209 } 8059 10210 8060 inline LONG APIENTRY GpiGetData(HPS a, LONG b, PLONG c, LONG d, LONG e, PBYTE f) 10211 #undef GpiDrawSegment 10212 #define GpiDrawSegment _GpiDrawSegment 10213 10214 inline LONG APIENTRY _GpiGetData(HPS a, LONG b, PLONG c, LONG d, LONG e, PBYTE f) 8061 10215 { 8062 10216 LONG yyrc; … … 8069 10223 } 8070 10224 8071 inline BOOL APIENTRY GpiOpenSegment(HPS a, LONG b) 10225 #undef GpiGetData 10226 #define GpiGetData _GpiGetData 10227 10228 inline BOOL APIENTRY _GpiOpenSegment(HPS a, LONG b) 8072 10229 { 8073 10230 BOOL yyrc; … … 8080 10237 } 8081 10238 8082 inline LONG APIENTRY GpiPutData(HPS a, LONG b, PLONG c, CONST BYTE *d) 10239 #undef GpiOpenSegment 10240 #define GpiOpenSegment _GpiOpenSegment 10241 10242 inline LONG APIENTRY _GpiPutData(HPS a, LONG b, PLONG c, PBYTE d) 8083 10243 { 8084 10244 LONG yyrc; … … 8091 10251 } 8092 10252 8093 inline LONG APIENTRY GpiQueryInitialSegmentAttrs(HPS a, LONG b) 10253 #undef GpiPutData 10254 #define GpiPutData _GpiPutData 10255 10256 inline LONG APIENTRY _GpiQueryInitialSegmentAttrs(HPS a, LONG b) 8094 10257 { 8095 10258 LONG yyrc; … … 8102 10265 } 8103 10266 8104 inline LONG APIENTRY GpiQuerySegmentAttrs(HPS a, LONG b, LONG c) 10267 #undef GpiQueryInitialSegmentAttrs 10268 #define GpiQueryInitialSegmentAttrs _GpiQueryInitialSegmentAttrs 10269 10270 inline LONG APIENTRY _GpiQuerySegmentAttrs(HPS a, LONG b, LONG c) 8105 10271 { 8106 10272 LONG yyrc; … … 8113 10279 } 8114 10280 8115 inline LONG APIENTRY GpiQuerySegmentNames(HPS a, LONG b, LONG c, LONG d, PLONG e) 10281 #undef GpiQuerySegmentAttrs 10282 #define GpiQuerySegmentAttrs _GpiQuerySegmentAttrs 10283 10284 inline LONG APIENTRY _GpiQuerySegmentNames(HPS a, LONG b, LONG c, LONG d, PLONG e) 8116 10285 { 8117 10286 LONG yyrc; … … 8124 10293 } 8125 10294 8126 inline LONG APIENTRY GpiQuerySegmentPriority(HPS a, LONG b, LONG c) 10295 #undef GpiQuerySegmentNames 10296 #define GpiQuerySegmentNames _GpiQuerySegmentNames 10297 10298 inline LONG APIENTRY _GpiQuerySegmentPriority(HPS a, LONG b, LONG c) 8127 10299 { 8128 10300 LONG yyrc; … … 8135 10307 } 8136 10308 8137 inline BOOL APIENTRY GpiRemoveDynamics(HPS a, LONG b, LONG c) 10309 #undef GpiQuerySegmentPriority 10310 #define GpiQuerySegmentPriority _GpiQuerySegmentPriority 10311 10312 inline BOOL APIENTRY _GpiRemoveDynamics(HPS a, LONG b, LONG c) 8138 10313 { 8139 10314 BOOL yyrc; … … 8146 10321 } 8147 10322 8148 inline BOOL APIENTRY GpiSetInitialSegmentAttrs(HPS a, LONG b, LONG c) 10323 #undef GpiRemoveDynamics 10324 #define GpiRemoveDynamics _GpiRemoveDynamics 10325 10326 inline BOOL APIENTRY _GpiSetInitialSegmentAttrs(HPS a, LONG b, LONG c) 8149 10327 { 8150 10328 BOOL yyrc; … … 8157 10335 } 8158 10336 8159 inline BOOL APIENTRY GpiSetSegmentAttrs(HPS a, LONG b, LONG c, LONG d) 10337 #undef GpiSetInitialSegmentAttrs 10338 #define GpiSetInitialSegmentAttrs _GpiSetInitialSegmentAttrs 10339 10340 inline BOOL APIENTRY _GpiSetSegmentAttrs(HPS a, LONG b, LONG c, LONG d) 8160 10341 { 8161 10342 BOOL yyrc; … … 8168 10349 } 8169 10350 8170 inline BOOL APIENTRY GpiSetSegmentPriority(HPS a, LONG b, LONG c, LONG d) 10351 #undef GpiSetSegmentAttrs 10352 #define GpiSetSegmentAttrs _GpiSetSegmentAttrs 10353 10354 inline BOOL APIENTRY _GpiSetSegmentPriority(HPS a, LONG b, LONG c, LONG d) 8171 10355 { 8172 10356 BOOL yyrc; … … 8179 10363 } 8180 10364 10365 #undef GpiSetSegmentPriority 10366 #define GpiSetSegmentPriority _GpiSetSegmentPriority 10367 8181 10368 #endif 8182 inline HMF APIENTRY DevCloseDC(HDC a) 10369 #ifdef INCL_DEV 10370 inline LONG APIENTRY _DevEscape(HDC a, LONG b, LONG c, PBYTE d, PLONG e, PBYTE f) 10371 { 10372 LONG yyrc; 10373 USHORT sel = GetFS(); 10374 10375 yyrc = DevEscape(a, b, c, d, e, f); 10376 SetFS(sel); 10377 10378 return yyrc; 10379 } 10380 10381 #undef DevEscape 10382 #define DevEscape _DevEscape 10383 10384 inline LONG APIENTRY _DevPostEscape(PCSZ a, PCSZ b, PCSZ c, PCSZ d, ULONG e, ULONG f, PBYTE g, ULONG h, PBYTE i) 10385 { 10386 LONG yyrc; 10387 USHORT sel = GetFS(); 10388 10389 yyrc = DevPostEscape(a, b, c, d, e, f, g, h, i); 10390 SetFS(sel); 10391 10392 return yyrc; 10393 } 10394 10395 #undef DevPostEscape 10396 #define DevPostEscape _DevPostEscape 10397 10398 inline LONG APIENTRY _DevPostDeviceModes(HAB a, PDRIVDATA b, PCSZ c, PCSZ d, PCSZ e, ULONG f) 10399 { 10400 LONG yyrc; 10401 USHORT sel = GetFS(); 10402 10403 yyrc = DevPostDeviceModes(a, b, c, d, e, f); 10404 SetFS(sel); 10405 10406 return yyrc; 10407 } 10408 10409 #undef DevPostDeviceModes 10410 #define DevPostDeviceModes _DevPostDeviceModes 10411 10412 inline BOOL APIENTRY _DevQueryDeviceNames(HAB a, PCSZ b, PLONG c, PSTR32 d, PSTR64 e, PLONG f, PSTR16 g) 10413 { 10414 BOOL yyrc; 10415 USHORT sel = GetFS(); 10416 10417 yyrc = DevQueryDeviceNames(a, b, c, d, e, f, g); 10418 SetFS(sel); 10419 10420 return yyrc; 10421 } 10422 10423 #undef DevQueryDeviceNames 10424 #define DevQueryDeviceNames _DevQueryDeviceNames 10425 10426 inline LONG APIENTRY _DevQueryHardcopyCaps(HDC a, LONG b, LONG c, PHCINFO d) 10427 { 10428 LONG yyrc; 10429 USHORT sel = GetFS(); 10430 10431 yyrc = DevQueryHardcopyCaps(a, b, c, d); 10432 SetFS(sel); 10433 10434 return yyrc; 10435 } 10436 10437 #undef DevQueryHardcopyCaps 10438 #define DevQueryHardcopyCaps _DevQueryHardcopyCaps 10439 10440 #endif 10441 inline HMF APIENTRY _DevCloseDC(HDC a) 8183 10442 { 8184 10443 HMF yyrc; … … 8191 10450 } 8192 10451 8193 inline LONG APIENTRY DevEscape(HDC a, LONG b, LONG c, PBYTE d, PLONG e, PBYTE f) 8194 { 8195 LONG yyrc; 8196 USHORT sel = GetFS(); 8197 8198 yyrc = DevEscape(a, b, c, d, e, f); 8199 SetFS(sel); 8200 8201 return yyrc; 8202 } 8203 8204 inline HDC APIENTRY DevOpenDC(HAB a, LONG b, PCSZ c, LONG d, PDEVOPENDATA e, HDC f) 10452 #undef DevCloseDC 10453 #define DevCloseDC _DevCloseDC 10454 10455 inline HDC APIENTRY _DevOpenDC(HAB a, LONG b, PCSZ c, LONG d, PDEVOPENDATA e, HDC f) 8205 10456 { 8206 10457 HDC yyrc; … … 8213 10464 } 8214 10465 8215 inline LONG APIENTRY DevPostDeviceModes(HAB a, PDRIVDATA b, PCSZ c, PCSZ d, PCSZ e, ULONG f) 8216 { 8217 LONG yyrc; 8218 USHORT sel = GetFS(); 8219 8220 yyrc = DevPostDeviceModes(a, b, c, d, e, f); 8221 SetFS(sel); 8222 8223 return yyrc; 8224 } 8225 8226 inline BOOL APIENTRY DevQueryCaps(HDC a, LONG b, LONG c, PLONG d) 10466 #undef DevOpenDC 10467 #define DevOpenDC _DevOpenDC 10468 10469 inline BOOL APIENTRY _DevQueryCaps(HDC a, LONG b, LONG c, PLONG d) 8227 10470 { 8228 10471 BOOL yyrc; … … 8235 10478 } 8236 10479 8237 inline BOOL APIENTRY DevQueryDeviceNames(HAB a, PCSZ b, PLONG c, PSTR32 d, PSTR64 e, PLONG f, PSTR16 g) 8238 { 8239 BOOL yyrc; 8240 USHORT sel = GetFS(); 8241 8242 yyrc = DevQueryDeviceNames(a, b, c, d, e, f, g); 8243 SetFS(sel); 8244 8245 return yyrc; 8246 } 8247 8248 inline LONG APIENTRY DevQueryHardcopyCaps(HDC a, LONG b, LONG c, PHCINFO d) 8249 { 8250 LONG yyrc; 8251 USHORT sel = GetFS(); 8252 8253 yyrc = DevQueryHardcopyCaps(a, b, c, d); 8254 SetFS(sel); 8255 8256 return yyrc; 8257 } 10480 #undef DevQueryCaps 10481 #define DevQueryCaps _DevQueryCaps 8258 10482 8259 10483 #endif 8260 10484 #ifdef INCL_WINPROGRAMLIST 8261 inline HPROGRAM APIENTRY PrfAddProgram(HINI a, PPROGDETAILS b, HPROGRAM c)10485 inline HPROGRAM APIENTRY _PrfAddProgram(HINI a, PPROGDETAILS b, HPROGRAM c) 8262 10486 { 8263 10487 HPROGRAM yyrc; … … 8270 10494 } 8271 10495 8272 inline BOOL APIENTRY PrfChangeProgram(HINI a, HPROGRAM b, PPROGDETAILS c) 10496 #undef PrfAddProgram 10497 #define PrfAddProgram _PrfAddProgram 10498 10499 inline BOOL APIENTRY _PrfChangeProgram(HINI a, HPROGRAM b, PPROGDETAILS c) 8273 10500 { 8274 10501 BOOL yyrc; … … 8281 10508 } 8282 10509 8283 inline HPROGRAM APIENTRY PrfCreateGroup(HINI a, PCSZ b, UCHAR c) 10510 #undef PrfChangeProgram 10511 #define PrfChangeProgram _PrfChangeProgram 10512 10513 inline HPROGRAM APIENTRY _PrfCreateGroup(HINI a, PCSZ b, UCHAR c) 8284 10514 { 8285 10515 HPROGRAM yyrc; … … 8292 10522 } 8293 10523 8294 inline BOOL APIENTRY PrfDestroyGroup(HINI a, HPROGRAM b) 10524 #undef PrfCreateGroup 10525 #define PrfCreateGroup _PrfCreateGroup 10526 10527 inline BOOL APIENTRY _PrfDestroyGroup(HINI a, HPROGRAM b) 8295 10528 { 8296 10529 BOOL yyrc; … … 8303 10536 } 8304 10537 8305 inline PROGCATEGORY APIENTRY PrfQueryProgramCategory(HINI a, PCSZ b) 10538 #undef PrfDestroyGroup 10539 #define PrfDestroyGroup _PrfDestroyGroup 10540 10541 inline PROGCATEGORY APIENTRY _PrfQueryProgramCategory(HINI a, PCSZ b) 8306 10542 { 8307 10543 PROGCATEGORY yyrc; … … 8314 10550 } 8315 10551 8316 inline ULONG APIENTRY PrfQueryProgramHandle(HINI a, PCSZ b, PHPROGARRAY c, ULONG d, PULONG e) 10552 #undef PrfQueryProgramCategory 10553 #define PrfQueryProgramCategory _PrfQueryProgramCategory 10554 10555 inline ULONG APIENTRY _PrfQueryProgramHandle(HINI a, PCSZ b, PHPROGARRAY c, ULONG d, PULONG e) 8317 10556 { 8318 10557 ULONG yyrc; … … 8325 10564 } 8326 10565 8327 inline ULONG APIENTRY PrfQueryProgramTitles(HINI a, HPROGRAM b, PPROGTITLE c, ULONG d, PULONG e) 10566 #undef PrfQueryProgramHandle 10567 #define PrfQueryProgramHandle _PrfQueryProgramHandle 10568 10569 inline ULONG APIENTRY _PrfQueryProgramTitles(HINI a, HPROGRAM b, PPROGTITLE c, ULONG d, PULONG e) 8328 10570 { 8329 10571 ULONG yyrc; … … 8336 10578 } 8337 10579 8338 inline ULONG APIENTRY PrfQueryDefinition(HINI a, HPROGRAM b, PPROGDETAILS c, ULONG d) 10580 #undef PrfQueryProgramTitles 10581 #define PrfQueryProgramTitles _PrfQueryProgramTitles 10582 10583 inline ULONG APIENTRY _PrfQueryDefinition(HINI a, HPROGRAM b, PPROGDETAILS c, ULONG d) 8339 10584 { 8340 10585 ULONG yyrc; … … 8347 10592 } 8348 10593 8349 inline BOOL APIENTRY PrfRemoveProgram(HINI a, HPROGRAM b) 10594 #undef PrfQueryDefinition 10595 #define PrfQueryDefinition _PrfQueryDefinition 10596 10597 inline BOOL APIENTRY _PrfRemoveProgram(HINI a, HPROGRAM b) 8350 10598 { 8351 10599 BOOL yyrc; … … 8358 10606 } 8359 10607 8360 inline HAPP APIENTRY WinStartApp(HWND a, PPROGDETAILS b, PCSZ c, PVOID d, ULONG e) 10608 #undef PrfRemoveProgram 10609 #define PrfRemoveProgram _PrfRemoveProgram 10610 10611 inline HAPP APIENTRY _WinStartApp(HWND a, PPROGDETAILS b, PCSZ c, PVOID d, ULONG e) 8361 10612 { 8362 10613 HAPP yyrc; … … 8369 10620 } 8370 10621 8371 inline BOOL APIENTRY WinTerminateApp(HAPP a) 10622 #undef WinStartApp 10623 #define WinStartApp _WinStartApp 10624 10625 inline BOOL APIENTRY _WinTerminateApp(HAPP a) 8372 10626 { 8373 10627 BOOL yyrc; … … 8379 10633 return yyrc; 8380 10634 } 10635 10636 #undef WinTerminateApp 10637 #define WinTerminateApp _WinTerminateApp 8381 10638 8382 10639 #endif 8383 10640 #ifdef INCL_WINSWITCHLIST 8384 inline HSWITCH APIENTRY WinAddSwitchEntry(CONST SWCNTRL *a)10641 inline HSWITCH APIENTRY _WinAddSwitchEntry(PSWCNTRL a) 8385 10642 { 8386 10643 HSWITCH yyrc; … … 8393 10650 } 8394 10651 8395 inline ULONG APIENTRY WinRemoveSwitchEntry(HSWITCH a) 10652 #undef WinAddSwitchEntry 10653 #define WinAddSwitchEntry _WinAddSwitchEntry 10654 10655 inline ULONG APIENTRY _WinRemoveSwitchEntry(HSWITCH a) 8396 10656 { 8397 10657 ULONG yyrc; … … 8404 10664 } 8405 10665 8406 inline ULONG APIENTRY WinChangeSwitchEntry(HSWITCH a, CONST SWCNTRL *b) 10666 #undef WinRemoveSwitchEntry 10667 #define WinRemoveSwitchEntry _WinRemoveSwitchEntry 10668 10669 inline ULONG APIENTRY _WinChangeSwitchEntry(HSWITCH a, PSWCNTRL b) 8407 10670 { 8408 10671 ULONG yyrc; … … 8415 10678 } 8416 10679 8417 inline HSWITCH APIENTRY WinCreateSwitchEntry(HAB a, CONST SWCNTRL *b) 10680 #undef WinChangeSwitchEntry 10681 #define WinChangeSwitchEntry _WinChangeSwitchEntry 10682 10683 inline HSWITCH APIENTRY _WinCreateSwitchEntry(HAB a, PSWCNTRL b) 8418 10684 { 8419 10685 HSWITCH yyrc; … … 8426 10692 } 8427 10693 8428 inline ULONG APIENTRY WinQuerySessionTitle(HAB a, ULONG b, PSZ c, ULONG d) 10694 #undef WinCreateSwitchEntry 10695 #define WinCreateSwitchEntry _WinCreateSwitchEntry 10696 10697 inline ULONG APIENTRY _WinQuerySessionTitle(HAB a, ULONG b, PSZ c, ULONG d) 8429 10698 { 8430 10699 ULONG yyrc; … … 8437 10706 } 8438 10707 8439 inline ULONG APIENTRY WinQuerySwitchEntry(HSWITCH a, PSWCNTRL b) 10708 #undef WinQuerySessionTitle 10709 #define WinQuerySessionTitle _WinQuerySessionTitle 10710 10711 inline ULONG APIENTRY _WinQuerySwitchEntry(HSWITCH a, PSWCNTRL b) 8440 10712 { 8441 10713 ULONG yyrc; … … 8448 10720 } 8449 10721 8450 inline HSWITCH APIENTRY WinQuerySwitchHandle(HWND a, PID b) 10722 #undef WinQuerySwitchEntry 10723 #define WinQuerySwitchEntry _WinQuerySwitchEntry 10724 10725 inline HSWITCH APIENTRY _WinQuerySwitchHandle(HWND a, PID b) 8451 10726 { 8452 10727 HSWITCH yyrc; … … 8459 10734 } 8460 10735 8461 inline ULONG APIENTRY WinQuerySwitchList(HAB a, PSWBLOCK b, ULONG c) 10736 #undef WinQuerySwitchHandle 10737 #define WinQuerySwitchHandle _WinQuerySwitchHandle 10738 10739 inline ULONG APIENTRY _WinQuerySwitchList(HAB a, PSWBLOCK b, ULONG c) 8462 10740 { 8463 10741 ULONG yyrc; … … 8470 10748 } 8471 10749 8472 inline ULONG APIENTRY WinQueryTaskSizePos(HAB a, ULONG b, PSWP c) 10750 #undef WinQuerySwitchList 10751 #define WinQuerySwitchList _WinQuerySwitchList 10752 10753 inline ULONG APIENTRY _WinQueryTaskSizePos(HAB a, ULONG b, PSWP c) 8473 10754 { 8474 10755 ULONG yyrc; … … 8481 10762 } 8482 10763 8483 inline ULONG APIENTRY WinQueryTaskTitle(ULONG a, PSZ b, ULONG c) 10764 #undef WinQueryTaskSizePos 10765 #define WinQueryTaskSizePos _WinQueryTaskSizePos 10766 10767 inline ULONG APIENTRY _WinQueryTaskTitle(ULONG a, PSZ b, ULONG c) 8484 10768 { 8485 10769 ULONG yyrc; … … 8492 10776 } 8493 10777 8494 inline ULONG APIENTRY WinSwitchToProgram(HSWITCH a) 10778 #undef WinQueryTaskTitle 10779 #define WinQueryTaskTitle _WinQueryTaskTitle 10780 10781 inline ULONG APIENTRY _WinSwitchToProgram(HSWITCH a) 8495 10782 { 8496 10783 ULONG yyrc; … … 8502 10789 return yyrc; 8503 10790 } 10791 10792 #undef WinSwitchToProgram 10793 #define WinSwitchToProgram _WinSwitchToProgram 8504 10794 8505 10795 #endif 8506 10796 #ifdef INCL_WINSHELLDATA 8507 inline BOOL APIENTRY PrfCloseProfile(HINI a)10797 inline BOOL APIENTRY _PrfCloseProfile(HINI a) 8508 10798 { 8509 10799 BOOL yyrc; … … 8516 10806 } 8517 10807 8518 inline HINI APIENTRY PrfOpenProfile(HAB a, PCSZ b) 10808 #undef PrfCloseProfile 10809 #define PrfCloseProfile _PrfCloseProfile 10810 10811 inline HINI APIENTRY _PrfOpenProfile(HAB a, PCSZ b) 8519 10812 { 8520 10813 HINI yyrc; … … 8527 10820 } 8528 10821 8529 inline BOOL APIENTRY PrfQueryProfile(HAB a, PPRFPROFILE b) 10822 #undef PrfOpenProfile 10823 #define PrfOpenProfile _PrfOpenProfile 10824 10825 inline BOOL APIENTRY _PrfQueryProfile(HAB a, PPRFPROFILE b) 8530 10826 { 8531 10827 BOOL yyrc; … … 8538 10834 } 8539 10835 8540 inline BOOL APIENTRY PrfQueryProfileData(HINI a, PCSZ b, PCSZ c, PVOID d, PULONG e) 10836 #undef PrfQueryProfile 10837 #define PrfQueryProfile _PrfQueryProfile 10838 10839 inline BOOL APIENTRY _PrfQueryProfileData(HINI a, PCSZ b, PCSZ c, PVOID d, PULONG e) 8541 10840 { 8542 10841 BOOL yyrc; … … 8549 10848 } 8550 10849 8551 inline LONG APIENTRY PrfQueryProfileInt(HINI a, PCSZ b, PCSZ c, LONG d) 10850 #undef PrfQueryProfileData 10851 #define PrfQueryProfileData _PrfQueryProfileData 10852 10853 inline LONG APIENTRY _PrfQueryProfileInt(HINI a, PCSZ b, PCSZ c, LONG d) 8552 10854 { 8553 10855 LONG yyrc; … … 8560 10862 } 8561 10863 8562 inline BOOL APIENTRY PrfQueryProfileSize(HINI a, PCSZ b, PCSZ c, PULONG d) 10864 #undef PrfQueryProfileInt 10865 #define PrfQueryProfileInt _PrfQueryProfileInt 10866 10867 inline BOOL APIENTRY _PrfQueryProfileSize(HINI a, PCSZ b, PCSZ c, PULONG d) 8563 10868 { 8564 10869 BOOL yyrc; … … 8571 10876 } 8572 10877 8573 inline ULONG APIENTRY PrfQueryProfileString(HINI a, PCSZ b, PCSZ c, PCSZ d, PVOID e, ULONG f) 10878 #undef PrfQueryProfileSize 10879 #define PrfQueryProfileSize _PrfQueryProfileSize 10880 10881 inline ULONG APIENTRY _PrfQueryProfileString(HINI a, PCSZ b, PCSZ c, PCSZ d, PVOID e, ULONG f) 8574 10882 { 8575 10883 ULONG yyrc; … … 8582 10890 } 8583 10891 8584 inline BOOL APIENTRY PrfReset(HAB a, CONST PrfPROFILE *b) 10892 #undef PrfQueryProfileString 10893 #define PrfQueryProfileString _PrfQueryProfileString 10894 10895 inline BOOL APIENTRY _PrfReset(HAB a, PPRFPROFILE b) 8585 10896 { 8586 10897 BOOL yyrc; … … 8593 10904 } 8594 10905 8595 inline BOOL APIENTRY PrfWriteProfileData(HINI a, PCSZ b, PCSZ c, PVOID d, ULONG e) 10906 #undef PrfReset 10907 #define PrfReset _PrfReset 10908 10909 inline BOOL APIENTRY _PrfWriteProfileData(HINI a, PCSZ b, PCSZ c, PVOID d, ULONG e) 8596 10910 { 8597 10911 BOOL yyrc; … … 8604 10918 } 8605 10919 8606 inline BOOL APIENTRY PrfWriteProfileString(HINI a, PCSZ b, PCSZ c, PCSZ d) 10920 #undef PrfWriteProfileData 10921 #define PrfWriteProfileData _PrfWriteProfileData 10922 10923 inline BOOL APIENTRY _PrfWriteProfileString(HINI a, PCSZ b, PCSZ c, PCSZ d) 8607 10924 { 8608 10925 BOOL yyrc; … … 8614 10931 return yyrc; 8615 10932 } 10933 10934 #undef PrfWriteProfileString 10935 #define PrfWriteProfileString _PrfWriteProfileString 8616 10936 8617 10937 #endif 8618 10938 #ifdef INCL_WINSTDFILE 8619 inline MRESULT APIENTRY WinDefFileDlgProc(HWND a, ULONG b, MPARAM c, MPARAM d)10939 inline MRESULT APIENTRY _WinDefFileDlgProc(HWND a, ULONG b, MPARAM c, MPARAM d) 8620 10940 { 8621 10941 MRESULT yyrc; … … 8628 10948 } 8629 10949 8630 inline HWND APIENTRY WinFileDlg(HWND a, HWND b, PFILEDLG c) 10950 #undef WinDefFileDlgProc 10951 #define WinDefFileDlgProc _WinDefFileDlgProc 10952 10953 inline HWND APIENTRY _WinFileDlg(HWND a, HWND b, PFILEDLG c) 8631 10954 { 8632 10955 HWND yyrc; … … 8639 10962 } 8640 10963 8641 inline BOOL APIENTRY WinFreeFileDlgList(PAPSZ a) 10964 #undef WinFileDlg 10965 #define WinFileDlg _WinFileDlg 10966 10967 inline BOOL APIENTRY _WinFreeFileDlgList(PAPSZ a) 8642 10968 { 8643 10969 BOOL yyrc; … … 8649 10975 return yyrc; 8650 10976 } 10977 10978 #undef WinFreeFileDlgList 10979 #define WinFreeFileDlgList _WinFreeFileDlgList 8651 10980 8652 10981 #endif 8653 10982 #ifdef INCL_WINSTDFONT 8654 inline HWND APIENTRY WinFontDlg(HWND a, HWND b, PFONTDLG c)10983 inline HWND APIENTRY _WinFontDlg(HWND a, HWND b, PFONTDLG c) 8655 10984 { 8656 10985 HWND yyrc; … … 8663 10992 } 8664 10993 8665 inline MRESULT APIENTRY WinDefFontDlgProc(HWND a, ULONG b, MPARAM c, MPARAM d) 10994 #undef WinFontDlg 10995 #define WinFontDlg _WinFontDlg 10996 10997 inline MRESULT APIENTRY _WinDefFontDlgProc(HWND a, ULONG b, MPARAM c, MPARAM d) 8666 10998 { 8667 10999 MRESULT yyrc; … … 8673 11005 return yyrc; 8674 11006 } 11007 11008 #undef WinDefFontDlgProc 11009 #define WinDefFontDlgProc _WinDefFontDlgProc 8675 11010 8676 11011 #endif 8677 11012 #ifdef INCL_WINSTDDRAG 8678 inline BOOL APIENTRY DrgAcceptDroppedFiles(HWND a, PCSZ b, PCSZ c, ULONG d, ULONG e)11013 inline BOOL APIENTRY _DrgAcceptDroppedFiles(HWND a, PCSZ b, PCSZ c, ULONG d, ULONG e) 8679 11014 { 8680 11015 BOOL yyrc; … … 8687 11022 } 8688 11023 8689 inline BOOL APIENTRY DrgAccessDraginfo(PDRAGINFO a) 11024 #undef DrgAcceptDroppedFiles 11025 #define DrgAcceptDroppedFiles _DrgAcceptDroppedFiles 11026 11027 inline BOOL APIENTRY _DrgAccessDraginfo(PDRAGINFO a) 8690 11028 { 8691 11029 BOOL yyrc; … … 8698 11036 } 8699 11037 8700 inline HSTR APIENTRY DrgAddStrHandle(PCSZ a) 11038 #undef DrgAccessDraginfo 11039 #define DrgAccessDraginfo _DrgAccessDraginfo 11040 11041 inline HSTR APIENTRY _DrgAddStrHandle(PCSZ a) 8701 11042 { 8702 11043 HSTR yyrc; … … 8709 11050 } 8710 11051 8711 inline PDRAGINFO APIENTRY DrgAllocDraginfo(ULONG a) 11052 #undef DrgAddStrHandle 11053 #define DrgAddStrHandle _DrgAddStrHandle 11054 11055 inline PDRAGINFO APIENTRY _DrgAllocDraginfo(ULONG a) 8712 11056 { 8713 11057 PDRAGINFO yyrc; … … 8720 11064 } 8721 11065 8722 inline PDRAGTRANSFER APIENTRY DrgAllocDragtransfer(ULONG a) 11066 #undef DrgAllocDraginfo 11067 #define DrgAllocDraginfo _DrgAllocDraginfo 11068 11069 inline PDRAGTRANSFER APIENTRY _DrgAllocDragtransfer(ULONG a) 8723 11070 { 8724 11071 PDRAGTRANSFER yyrc; … … 8731 11078 } 8732 11079 8733 inline BOOL APIENTRY DrgCancelLazyDrag() 11080 #undef DrgAllocDragtransfer 11081 #define DrgAllocDragtransfer _DrgAllocDragtransfer 11082 11083 inline BOOL APIENTRY _DrgCancelLazyDrag() 8734 11084 { 8735 11085 BOOL yyrc; … … 8742 11092 } 8743 11093 8744 inline BOOL APIENTRY DrgDeleteDraginfoStrHandles(PDRAGINFO a) 11094 #undef DrgCancelLazyDrag 11095 #define DrgCancelLazyDrag _DrgCancelLazyDrag 11096 11097 inline BOOL APIENTRY _DrgDeleteDraginfoStrHandles(PDRAGINFO a) 8745 11098 { 8746 11099 BOOL yyrc; … … 8753 11106 } 8754 11107 8755 inline BOOL APIENTRY DrgDeleteStrHandle(HSTR a) 11108 #undef DrgDeleteDraginfoStrHandles 11109 #define DrgDeleteDraginfoStrHandles _DrgDeleteDraginfoStrHandles 11110 11111 inline BOOL APIENTRY _DrgDeleteStrHandle(HSTR a) 8756 11112 { 8757 11113 BOOL yyrc; … … 8764 11120 } 8765 11121 8766 inline HWND APIENTRY DrgDrag(HWND a, PDRAGINFO b, PDRAGIMAGE c, ULONG d, LONG e, PVOID f) 11122 #undef DrgDeleteStrHandle 11123 #define DrgDeleteStrHandle _DrgDeleteStrHandle 11124 11125 inline HWND APIENTRY _DrgDrag(HWND a, PDRAGINFO b, PDRAGIMAGE c, ULONG d, LONG e, PVOID f) 8767 11126 { 8768 11127 HWND yyrc; … … 8775 11134 } 8776 11135 8777 inline BOOL APIENTRY DrgDragFiles(HWND a, PSZ *b, PSZ *c, PSZ *d, ULONG e, HPOINTER f, ULONG g, BOOL h, ULONG i) 11136 #undef DrgDrag 11137 #define DrgDrag _DrgDrag 11138 11139 inline BOOL APIENTRY _DrgDragFiles(HWND a, PCSZ *b, PCSZ *c, PCSZ *d, ULONG e, HPOINTER f, ULONG g, BOOL h, ULONG i) 8778 11140 { 8779 11141 BOOL yyrc; … … 8786 11148 } 8787 11149 8788 inline BOOL APIENTRY DrgFreeDraginfo(PDRAGINFO a) 11150 #undef DrgDragFiles 11151 #define DrgDragFiles _DrgDragFiles 11152 11153 inline BOOL APIENTRY _DrgFreeDraginfo(PDRAGINFO a) 8789 11154 { 8790 11155 BOOL yyrc; … … 8797 11162 } 8798 11163 8799 inline BOOL APIENTRY DrgFreeDragtransfer(PDRAGTRANSFER a) 11164 #undef DrgFreeDraginfo 11165 #define DrgFreeDraginfo _DrgFreeDraginfo 11166 11167 inline BOOL APIENTRY _DrgFreeDragtransfer(PDRAGTRANSFER a) 8800 11168 { 8801 11169 BOOL yyrc; … … 8808 11176 } 8809 11177 8810 inline HPS APIENTRY DrgGetPS(HWND a) 11178 #undef DrgFreeDragtransfer 11179 #define DrgFreeDragtransfer _DrgFreeDragtransfer 11180 11181 inline HPS APIENTRY _DrgGetPS(HWND a) 8811 11182 { 8812 11183 HPS yyrc; … … 8819 11190 } 8820 11191 8821 inline BOOL APIENTRY DrgLazyDrag(HWND a, PDRAGINFO b, PDRAGIMAGE c, ULONG d, PVOID e) 11192 #undef DrgGetPS 11193 #define DrgGetPS _DrgGetPS 11194 11195 inline BOOL APIENTRY _DrgLazyDrag(HWND a, PDRAGINFO b, PDRAGIMAGE c, ULONG d, PVOID e) 8822 11196 { 8823 11197 BOOL yyrc; … … 8830 11204 } 8831 11205 8832 inline BOOL APIENTRY DrgLazyDrop(HWND a, ULONG b, PPOINTL c) 11206 #undef DrgLazyDrag 11207 #define DrgLazyDrag _DrgLazyDrag 11208 11209 inline BOOL APIENTRY _DrgLazyDrop(HWND a, ULONG b, PPOINTL c) 8833 11210 { 8834 11211 BOOL yyrc; … … 8841 11218 } 8842 11219 8843 inline BOOL APIENTRY DrgPostTransferMsg(HWND a, ULONG b, PDRAGTRANSFER c, ULONG d, ULONG e, BOOL f) 11220 #undef DrgLazyDrop 11221 #define DrgLazyDrop _DrgLazyDrop 11222 11223 inline BOOL APIENTRY _DrgPostTransferMsg(HWND a, ULONG b, PDRAGTRANSFER c, ULONG d, ULONG e, BOOL f) 8844 11224 { 8845 11225 BOOL yyrc; … … 8852 11232 } 8853 11233 8854 inline BOOL APIENTRY DrgPushDraginfo(PDRAGINFO a, HWND b) 11234 #undef DrgPostTransferMsg 11235 #define DrgPostTransferMsg _DrgPostTransferMsg 11236 11237 inline BOOL APIENTRY _DrgPushDraginfo(PDRAGINFO a, HWND b) 8855 11238 { 8856 11239 BOOL yyrc; … … 8863 11246 } 8864 11247 8865 inline PDRAGINFO APIENTRY DrgQueryDraginfoPtr(PDRAGINFO a) 11248 #undef DrgPushDraginfo 11249 #define DrgPushDraginfo _DrgPushDraginfo 11250 11251 inline PDRAGINFO APIENTRY _DrgQueryDraginfoPtr(PDRAGINFO a) 8866 11252 { 8867 11253 PDRAGINFO yyrc; … … 8874 11260 } 8875 11261 8876 inline PDRAGINFO APIENTRY DrgQueryDraginfoPtrFromHwnd(HWND a) 11262 #undef DrgQueryDraginfoPtr 11263 #define DrgQueryDraginfoPtr _DrgQueryDraginfoPtr 11264 11265 inline PDRAGINFO APIENTRY _DrgQueryDraginfoPtrFromHwnd(HWND a) 8877 11266 { 8878 11267 PDRAGINFO yyrc; … … 8885 11274 } 8886 11275 8887 inline PDRAGINFO APIENTRY DrgQueryDraginfoPtrFromDragitem(CONST DRAGITEM *a) 11276 #undef DrgQueryDraginfoPtrFromHwnd 11277 #define DrgQueryDraginfoPtrFromHwnd _DrgQueryDraginfoPtrFromHwnd 11278 11279 inline PDRAGINFO APIENTRY _DrgQueryDraginfoPtrFromDragitem(PDRAGITEM a) 8888 11280 { 8889 11281 PDRAGINFO yyrc; … … 8896 11288 } 8897 11289 8898 inline BOOL APIENTRY DrgQueryDragitem(PDRAGINFO a, ULONG b, PDRAGITEM c, ULONG d) 11290 #undef DrgQueryDraginfoPtrFromDragitem 11291 #define DrgQueryDraginfoPtrFromDragitem _DrgQueryDraginfoPtrFromDragitem 11292 11293 inline BOOL APIENTRY _DrgQueryDragitem(PDRAGINFO a, ULONG b, PDRAGITEM c, ULONG d) 8899 11294 { 8900 11295 BOOL yyrc; … … 8907 11302 } 8908 11303 8909 inline ULONG APIENTRY DrgQueryDragitemCount(PDRAGINFO a) 11304 #undef DrgQueryDragitem 11305 #define DrgQueryDragitem _DrgQueryDragitem 11306 11307 inline ULONG APIENTRY _DrgQueryDragitemCount(PDRAGINFO a) 8910 11308 { 8911 11309 ULONG yyrc; … … 8918 11316 } 8919 11317 8920 inline PDRAGITEM APIENTRY DrgQueryDragitemPtr(PDRAGINFO a, ULONG b) 11318 #undef DrgQueryDragitemCount 11319 #define DrgQueryDragitemCount _DrgQueryDragitemCount 11320 11321 inline PDRAGITEM APIENTRY _DrgQueryDragitemPtr(PDRAGINFO a, ULONG b) 8921 11322 { 8922 11323 PDRAGITEM yyrc; … … 8929 11330 } 8930 11331 8931 inline ULONG APIENTRY DrgQueryDragStatus() 11332 #undef DrgQueryDragitemPtr 11333 #define DrgQueryDragitemPtr _DrgQueryDragitemPtr 11334 11335 inline ULONG APIENTRY _DrgQueryDragStatus() 8932 11336 { 8933 11337 ULONG yyrc; … … 8940 11344 } 8941 11345 8942 inline BOOL APIENTRY DrgQueryNativeRMF(PDRAGITEM a, ULONG b, PCHAR c) 11346 #undef DrgQueryDragStatus 11347 #define DrgQueryDragStatus _DrgQueryDragStatus 11348 11349 inline BOOL APIENTRY _DrgQueryNativeRMF(PDRAGITEM a, ULONG b, PCHAR c) 8943 11350 { 8944 11351 BOOL yyrc; … … 8951 11358 } 8952 11359 8953 inline ULONG APIENTRY DrgQueryNativeRMFLen(PDRAGITEM a) 11360 #undef DrgQueryNativeRMF 11361 #define DrgQueryNativeRMF _DrgQueryNativeRMF 11362 11363 inline ULONG APIENTRY _DrgQueryNativeRMFLen(PDRAGITEM a) 8954 11364 { 8955 11365 ULONG yyrc; … … 8962 11372 } 8963 11373 8964 inline ULONG APIENTRY DrgQueryStrName(HSTR a, ULONG b, PSZ c) 11374 #undef DrgQueryNativeRMFLen 11375 #define DrgQueryNativeRMFLen _DrgQueryNativeRMFLen 11376 11377 inline ULONG APIENTRY _DrgQueryStrName(HSTR a, ULONG b, PSZ c) 8965 11378 { 8966 11379 ULONG yyrc; … … 8973 11386 } 8974 11387 8975 inline ULONG APIENTRY DrgQueryStrNameLen(HSTR a) 11388 #undef DrgQueryStrName 11389 #define DrgQueryStrName _DrgQueryStrName 11390 11391 inline ULONG APIENTRY _DrgQueryStrNameLen(HSTR a) 8976 11392 { 8977 11393 ULONG yyrc; … … 8984 11400 } 8985 11401 8986 inline BOOL APIENTRY DrgQueryTrueType(PDRAGITEM a, ULONG b, PSZ c) 11402 #undef DrgQueryStrNameLen 11403 #define DrgQueryStrNameLen _DrgQueryStrNameLen 11404 11405 inline BOOL APIENTRY _DrgQueryTrueType(PDRAGITEM a, ULONG b, PSZ c) 8987 11406 { 8988 11407 BOOL yyrc; … … 8995 11414 } 8996 11415 8997 inline ULONG APIENTRY DrgQueryTrueTypeLen(PDRAGITEM a) 11416 #undef DrgQueryTrueType 11417 #define DrgQueryTrueType _DrgQueryTrueType 11418 11419 inline ULONG APIENTRY _DrgQueryTrueTypeLen(PDRAGITEM a) 8998 11420 { 8999 11421 ULONG yyrc; … … 9006 11428 } 9007 11429 9008 inline PDRAGINFO APIENTRY DrgReallocDraginfo(PDRAGINFO a, ULONG b) 11430 #undef DrgQueryTrueTypeLen 11431 #define DrgQueryTrueTypeLen _DrgQueryTrueTypeLen 11432 11433 inline PDRAGINFO APIENTRY _DrgReallocDraginfo(PDRAGINFO a, ULONG b) 9009 11434 { 9010 11435 PDRAGINFO yyrc; … … 9017 11442 } 9018 11443 9019 inline BOOL APIENTRY DrgReleasePS(HPS a) 11444 #undef DrgReallocDraginfo 11445 #define DrgReallocDraginfo _DrgReallocDraginfo 11446 11447 inline BOOL APIENTRY _DrgReleasePS(HPS a) 9020 11448 { 9021 11449 BOOL yyrc; … … 9028 11456 } 9029 11457 9030 inline MRESULT APIENTRY DrgSendTransferMsg(HWND a, ULONG b, MPARAM c, MPARAM d) 11458 #undef DrgReleasePS 11459 #define DrgReleasePS _DrgReleasePS 11460 11461 inline MRESULT APIENTRY _DrgSendTransferMsg(HWND a, ULONG b, MPARAM c, MPARAM d) 9031 11462 { 9032 11463 MRESULT yyrc; … … 9039 11470 } 9040 11471 9041 inline BOOL APIENTRY DrgSetDragImage(PDRAGINFO a, PDRAGIMAGE b, ULONG c, PVOID d) 11472 #undef DrgSendTransferMsg 11473 #define DrgSendTransferMsg _DrgSendTransferMsg 11474 11475 inline BOOL APIENTRY _DrgSetDragImage(PDRAGINFO a, PDRAGIMAGE b, ULONG c, PVOID d) 9042 11476 { 9043 11477 BOOL yyrc; … … 9050 11484 } 9051 11485 9052 inline BOOL APIENTRY DrgSetDragitem(PDRAGINFO a, PDRAGITEM b, ULONG c, ULONG d) 11486 #undef DrgSetDragImage 11487 #define DrgSetDragImage _DrgSetDragImage 11488 11489 inline BOOL APIENTRY _DrgSetDragitem(PDRAGINFO a, PDRAGITEM b, ULONG c, ULONG d) 9053 11490 { 9054 11491 BOOL yyrc; … … 9061 11498 } 9062 11499 9063 inline BOOL APIENTRY DrgSetDragPointer(PDRAGINFO a, HPOINTER b) 11500 #undef DrgSetDragitem 11501 #define DrgSetDragitem _DrgSetDragitem 11502 11503 inline BOOL APIENTRY _DrgSetDragPointer(PDRAGINFO a, HPOINTER b) 9064 11504 { 9065 11505 BOOL yyrc; … … 9072 11512 } 9073 11513 9074 inline BOOL APIENTRY DrgVerifyNativeRMF(PDRAGITEM a, PCSZ b) 11514 #undef DrgSetDragPointer 11515 #define DrgSetDragPointer _DrgSetDragPointer 11516 11517 inline BOOL APIENTRY _DrgVerifyNativeRMF(PDRAGITEM a, PCSZ b) 9075 11518 { 9076 11519 BOOL yyrc; … … 9083 11526 } 9084 11527 9085 inline BOOL APIENTRY DrgVerifyRMF(PDRAGITEM a, PCSZ b, PCSZ c) 11528 #undef DrgVerifyNativeRMF 11529 #define DrgVerifyNativeRMF _DrgVerifyNativeRMF 11530 11531 inline BOOL APIENTRY _DrgVerifyRMF(PDRAGITEM a, PCSZ b, PCSZ c) 9086 11532 { 9087 11533 BOOL yyrc; … … 9094 11540 } 9095 11541 9096 inline BOOL APIENTRY DrgVerifyTrueType(PDRAGITEM a, PCSZ b) 11542 #undef DrgVerifyRMF 11543 #define DrgVerifyRMF _DrgVerifyRMF 11544 11545 inline BOOL APIENTRY _DrgVerifyTrueType(PDRAGITEM a, PCSZ b) 9097 11546 { 9098 11547 BOOL yyrc; … … 9105 11554 } 9106 11555 9107 inline BOOL APIENTRY DrgVerifyType(PDRAGITEM a, PCSZ b) 11556 #undef DrgVerifyTrueType 11557 #define DrgVerifyTrueType _DrgVerifyTrueType 11558 11559 inline BOOL APIENTRY _DrgVerifyType(PDRAGITEM a, PCSZ b) 9108 11560 { 9109 11561 BOOL yyrc; … … 9116 11568 } 9117 11569 9118 inline BOOL APIENTRY DrgVerifyTypeSet(PDRAGITEM a, PCSZ b, ULONG c, PSZ d) 11570 #undef DrgVerifyType 11571 #define DrgVerifyType _DrgVerifyType 11572 11573 inline BOOL APIENTRY _DrgVerifyTypeSet(PDRAGITEM a, PCSZ b, ULONG c, PSZ d) 9119 11574 { 9120 11575 BOOL yyrc; … … 9126 11581 return yyrc; 9127 11582 } 11583 11584 #undef DrgVerifyTypeSet 11585 #define DrgVerifyTypeSet _DrgVerifyTypeSet 9128 11586 9129 11587 #endif 9130 11588 #ifdef INCL_WPCLASS 9131 inline HOBJECT APIENTRY WinCopyObject(HOBJECT a, HOBJECT b, ULONG c)11589 inline HOBJECT APIENTRY _WinCopyObject(HOBJECT a, HOBJECT b, ULONG c) 9132 11590 { 9133 11591 HOBJECT yyrc; … … 9140 11598 } 9141 11599 9142 inline HOBJECT APIENTRY WinCreateObject(PCSZ a, PCSZ b, PCSZ c, PCSZ d, ULONG e) 11600 #undef WinCopyObject 11601 #define WinCopyObject _WinCopyObject 11602 11603 inline HOBJECT APIENTRY _WinCreateObject(PCSZ a, PCSZ b, PCSZ c, PCSZ d, ULONG e) 9143 11604 { 9144 11605 HOBJECT yyrc; … … 9151 11612 } 9152 11613 9153 inline HOBJECT APIENTRY WinCreateShadow(HOBJECT a, HOBJECT b, ULONG c) 11614 #undef WinCreateObject 11615 #define WinCreateObject _WinCreateObject 11616 11617 inline HOBJECT APIENTRY _WinCreateShadow(HOBJECT a, HOBJECT b, ULONG c) 9154 11618 { 9155 11619 HOBJECT yyrc; … … 9162 11626 } 9163 11627 9164 inline BOOL APIENTRY WinDeregisterObjectClass(PCSZ a) 11628 #undef WinCreateShadow 11629 #define WinCreateShadow _WinCreateShadow 11630 11631 inline BOOL APIENTRY _WinDeregisterObjectClass(PCSZ a) 9165 11632 { 9166 11633 BOOL yyrc; … … 9173 11640 } 9174 11641 9175 inline BOOL APIENTRY WinDestroyObject(HOBJECT a) 11642 #undef WinDeregisterObjectClass 11643 #define WinDeregisterObjectClass _WinDeregisterObjectClass 11644 11645 inline BOOL APIENTRY _WinDestroyObject(HOBJECT a) 9176 11646 { 9177 11647 BOOL yyrc; … … 9184 11654 } 9185 11655 9186 inline BOOL APIENTRY WinEnumObjectClasses(POBJCLASS a, PULONG b) 11656 #undef WinDestroyObject 11657 #define WinDestroyObject _WinDestroyObject 11658 11659 inline BOOL APIENTRY _WinEnumObjectClasses(POBJCLASS a, PULONG b) 9187 11660 { 9188 11661 BOOL yyrc; … … 9195 11668 } 9196 11669 9197 inline BOOL APIENTRY WinIsSOMDDReady() 11670 #undef WinEnumObjectClasses 11671 #define WinEnumObjectClasses _WinEnumObjectClasses 11672 11673 inline BOOL APIENTRY _WinIsSOMDDReady() 9198 11674 { 9199 11675 BOOL yyrc; … … 9206 11682 } 9207 11683 9208 inline BOOL APIENTRY WinIsWPDServerReady() 11684 #undef WinIsSOMDDReady 11685 #define WinIsSOMDDReady _WinIsSOMDDReady 11686 11687 inline BOOL APIENTRY _WinIsWPDServerReady() 9209 11688 { 9210 11689 BOOL yyrc; … … 9217 11696 } 9218 11697 9219 inline HOBJECT APIENTRY WinMoveObject(HOBJECT a, HOBJECT b, ULONG c) 11698 #undef WinIsWPDServerReady 11699 #define WinIsWPDServerReady _WinIsWPDServerReady 11700 11701 inline HOBJECT APIENTRY _WinMoveObject(HOBJECT a, HOBJECT b, ULONG c) 9220 11702 { 9221 11703 HOBJECT yyrc; … … 9228 11710 } 9229 11711 9230 inline BOOL APIENTRY WinOpenObject(HOBJECT a, ULONG b, BOOL c) 11712 #undef WinMoveObject 11713 #define WinMoveObject _WinMoveObject 11714 11715 inline BOOL APIENTRY _WinOpenObject(HOBJECT a, ULONG b, BOOL c) 9231 11716 { 9232 11717 BOOL yyrc; … … 9239 11724 } 9240 11725 9241 inline BOOL APIENTRY WinQueryActiveDesktopPathname(PSZ a, ULONG b) 11726 #undef WinOpenObject 11727 #define WinOpenObject _WinOpenObject 11728 11729 inline BOOL APIENTRY _WinQueryActiveDesktopPathname(PSZ a, ULONG b) 9242 11730 { 9243 11731 BOOL yyrc; … … 9250 11738 } 9251 11739 9252 inline HOBJECT APIENTRY WinQueryObject(PCSZ a) 11740 #undef WinQueryActiveDesktopPathname 11741 #define WinQueryActiveDesktopPathname _WinQueryActiveDesktopPathname 11742 11743 inline HOBJECT APIENTRY _WinQueryObject(PCSZ a) 9253 11744 { 9254 11745 HOBJECT yyrc; … … 9261 11752 } 9262 11753 9263 inline BOOL APIENTRY WinQueryObjectPath(HOBJECT a, PSZ b, ULONG c) 11754 #undef WinQueryObject 11755 #define WinQueryObject _WinQueryObject 11756 11757 inline BOOL APIENTRY _WinQueryObjectPath(HOBJECT a, PSZ b, ULONG c) 9264 11758 { 9265 11759 BOOL yyrc; … … 9272 11766 } 9273 11767 9274 inline BOOL APIENTRY WinRegisterObjectClass(PCSZ a, PCSZ b) 11768 #undef WinQueryObjectPath 11769 #define WinQueryObjectPath _WinQueryObjectPath 11770 11771 inline BOOL APIENTRY _WinRegisterObjectClass(PCSZ a, PCSZ b) 9275 11772 { 9276 11773 BOOL yyrc; … … 9283 11780 } 9284 11781 9285 inline BOOL APIENTRY WinReplaceObjectClass(PCSZ a, PCSZ b, BOOL c) 11782 #undef WinRegisterObjectClass 11783 #define WinRegisterObjectClass _WinRegisterObjectClass 11784 11785 inline BOOL APIENTRY _WinReplaceObjectClass(PCSZ a, PCSZ b, BOOL c) 9286 11786 { 9287 11787 BOOL yyrc; … … 9294 11794 } 9295 11795 9296 inline ULONG APIENTRY WinRestartSOMDD(BOOL a) 11796 #undef WinReplaceObjectClass 11797 #define WinReplaceObjectClass _WinReplaceObjectClass 11798 11799 inline ULONG APIENTRY _WinRestartSOMDD(BOOL a) 9297 11800 { 9298 11801 ULONG yyrc; … … 9305 11808 } 9306 11809 9307 inline ULONG APIENTRY WinRestartWPDServer(BOOL a) 11810 #undef WinRestartSOMDD 11811 #define WinRestartSOMDD _WinRestartSOMDD 11812 11813 inline ULONG APIENTRY _WinRestartWPDServer(BOOL a) 9308 11814 { 9309 11815 ULONG yyrc; … … 9316 11822 } 9317 11823 9318 inline BOOL APIENTRY WinSaveObject(HOBJECT a, BOOL b) 11824 #undef WinRestartWPDServer 11825 #define WinRestartWPDServer _WinRestartWPDServer 11826 11827 inline BOOL APIENTRY _WinSaveObject(HOBJECT a, BOOL b) 9319 11828 { 9320 11829 BOOL yyrc; … … 9327 11836 } 9328 11837 9329 inline BOOL APIENTRY WinSetObjectData(HOBJECT a, PCSZ b) 11838 #undef WinSaveObject 11839 #define WinSaveObject _WinSaveObject 11840 11841 inline BOOL APIENTRY _WinSetObjectData(HOBJECT a, PCSZ b) 9330 11842 { 9331 11843 BOOL yyrc; … … 9338 11850 } 9339 11851 9340 inline BOOL APIENTRY WinFreeFileIcon(HPOINTER a) 11852 #undef WinSetObjectData 11853 #define WinSetObjectData _WinSetObjectData 11854 11855 inline BOOL APIENTRY _WinFreeFileIcon(HPOINTER a) 9341 11856 { 9342 11857 BOOL yyrc; … … 9349 11864 } 9350 11865 9351 inline HPOINTER APIENTRY WinLoadFileIcon(PCSZ a, BOOL b) 11866 #undef WinFreeFileIcon 11867 #define WinFreeFileIcon _WinFreeFileIcon 11868 11869 inline HPOINTER APIENTRY _WinLoadFileIcon(PCSZ a, BOOL b) 9352 11870 { 9353 11871 HPOINTER yyrc; … … 9360 11878 } 9361 11879 9362 inline BOOL APIENTRY WinRestoreWindowPos(PCSZ a, PCSZ b, HWND c) 11880 #undef WinLoadFileIcon 11881 #define WinLoadFileIcon _WinLoadFileIcon 11882 11883 inline BOOL APIENTRY _WinRestoreWindowPos(PCSZ a, PCSZ b, HWND c) 9363 11884 { 9364 11885 BOOL yyrc; … … 9371 11892 } 9372 11893 9373 inline BOOL APIENTRY WinSetFileIcon(PCSZ a, CONST ICONINFO *b) 11894 #undef WinRestoreWindowPos 11895 #define WinRestoreWindowPos _WinRestoreWindowPos 11896 11897 inline BOOL APIENTRY _WinSetFileIcon(PCSZ a, PICONINFO b) 9374 11898 { 9375 11899 BOOL yyrc; … … 9382 11906 } 9383 11907 9384 inline BOOL APIENTRY WinShutdownSystem(HAB a, HMQ b) 11908 #undef WinSetFileIcon 11909 #define WinSetFileIcon _WinSetFileIcon 11910 11911 inline BOOL APIENTRY _WinShutdownSystem(HAB a, HMQ b) 9385 11912 { 9386 11913 BOOL yyrc; … … 9393 11920 } 9394 11921 9395 inline BOOL APIENTRY WinStoreWindowPos(PCSZ a, PCSZ b, HWND c) 11922 #undef WinShutdownSystem 11923 #define WinShutdownSystem _WinShutdownSystem 11924 11925 inline BOOL APIENTRY _WinStoreWindowPos(PCSZ a, PCSZ b, HWND c) 9396 11926 { 9397 11927 BOOL yyrc; … … 9403 11933 return yyrc; 9404 11934 } 11935 11936 #undef WinStoreWindowPos 11937 #define WinStoreWindowPos _WinStoreWindowPos 9405 11938 9406 11939 #endif 9407 11940 #ifdef INCL_SPL 9408 inline BOOL APIENTRY SplStdClose(HDC a)11941 inline BOOL APIENTRY _SplStdClose(HDC a) 9409 11942 { 9410 11943 BOOL yyrc; … … 9417 11950 } 9418 11951 9419 inline BOOL APIENTRY SplStdDelete(HSTD a) 11952 #undef SplStdClose 11953 #define SplStdClose _SplStdClose 11954 11955 inline BOOL APIENTRY _SplStdDelete(HSTD a) 9420 11956 { 9421 11957 BOOL yyrc; … … 9428 11964 } 9429 11965 9430 inline BOOL APIENTRY SplStdGetBits(HSTD a, LONG b, LONG c, PCH d) 11966 #undef SplStdDelete 11967 #define SplStdDelete _SplStdDelete 11968 11969 inline BOOL APIENTRY _SplStdGetBits(HSTD a, LONG b, LONG c, PCH d) 9431 11970 { 9432 11971 BOOL yyrc; … … 9439 11978 } 9440 11979 9441 inline BOOL APIENTRY SplStdOpen(HDC a) 11980 #undef SplStdGetBits 11981 #define SplStdGetBits _SplStdGetBits 11982 11983 inline BOOL APIENTRY _SplStdOpen(HDC a) 9442 11984 { 9443 11985 BOOL yyrc; … … 9450 11992 } 9451 11993 9452 inline LONG APIENTRY SplStdQueryLength(HSTD a) 11994 #undef SplStdOpen 11995 #define SplStdOpen _SplStdOpen 11996 11997 inline LONG APIENTRY _SplStdQueryLength(HSTD a) 9453 11998 { 9454 11999 LONG yyrc; … … 9461 12006 } 9462 12007 9463 inline BOOL APIENTRY SplStdStart(HDC a) 12008 #undef SplStdQueryLength 12009 #define SplStdQueryLength _SplStdQueryLength 12010 12011 inline BOOL APIENTRY _SplStdStart(HDC a) 9464 12012 { 9465 12013 BOOL yyrc; … … 9472 12020 } 9473 12021 9474 inline HSTD APIENTRY SplStdStop(HDC a) 12022 #undef SplStdStart 12023 #define SplStdStart _SplStdStart 12024 12025 inline HSTD APIENTRY _SplStdStop(HDC a) 9475 12026 { 9476 12027 HSTD yyrc; … … 9483 12034 } 9484 12035 9485 inline SPLERR APIENTRY SplControlDevice(PSZ a, PSZ b, ULONG c) 12036 #undef SplStdStop 12037 #define SplStdStop _SplStdStop 12038 12039 inline SPLERR APIENTRY _SplControlDevice(PSZ a, PSZ b, ULONG c) 9486 12040 { 9487 12041 SPLERR yyrc; … … 9494 12048 } 9495 12049 9496 inline SPLERR APIENTRY SplCopyJob(PCSZ a, PCSZ b, ULONG c, PCSZ d, PCSZ e, PULONG f) 12050 #undef SplControlDevice 12051 #define SplControlDevice _SplControlDevice 12052 12053 inline SPLERR APIENTRY _SplCopyJob(PCSZ a, PCSZ b, ULONG c, PCSZ d, PCSZ e, PULONG f) 9497 12054 { 9498 12055 SPLERR yyrc; … … 9505 12062 } 9506 12063 9507 inline SPLERR APIENTRY SplCreateDevice(PSZ a, ULONG b, PVOID c, ULONG d) 12064 #undef SplCopyJob 12065 #define SplCopyJob _SplCopyJob 12066 12067 inline SPLERR APIENTRY _SplCreateDevice(PSZ a, ULONG b, PVOID c, ULONG d) 9508 12068 { 9509 12069 SPLERR yyrc; … … 9516 12076 } 9517 12077 9518 inline SPLERR APIENTRY SplCreatePort(PCSZ a, PCSZ b, PCSZ c, ULONG d, PVOID e, ULONG f) 12078 #undef SplCreateDevice 12079 #define SplCreateDevice _SplCreateDevice 12080 12081 inline SPLERR APIENTRY _SplCreatePort(PCSZ a, PCSZ b, PCSZ c, ULONG d, PVOID e, ULONG f) 9519 12082 { 9520 12083 SPLERR yyrc; … … 9527 12090 } 9528 12091 9529 inline SPLERR APIENTRY SplCreateQueue(PSZ a, ULONG b, PVOID c, ULONG d) 12092 #undef SplCreatePort 12093 #define SplCreatePort _SplCreatePort 12094 12095 inline SPLERR APIENTRY _SplCreateQueue(PSZ a, ULONG b, PVOID c, ULONG d) 9530 12096 { 9531 12097 SPLERR yyrc; … … 9538 12104 } 9539 12105 9540 inline SPLERR APIENTRY SplDeleteDevice(PSZ a, PSZ b) 12106 #undef SplCreateQueue 12107 #define SplCreateQueue _SplCreateQueue 12108 12109 inline SPLERR APIENTRY _SplDeleteDevice(PSZ a, PSZ b) 9541 12110 { 9542 12111 SPLERR yyrc; … … 9549 12118 } 9550 12119 9551 inline SPLERR APIENTRY SplDeleteJob(PSZ a, PSZ b, ULONG c) 12120 #undef SplDeleteDevice 12121 #define SplDeleteDevice _SplDeleteDevice 12122 12123 inline SPLERR APIENTRY _SplDeleteJob(PSZ a, PSZ b, ULONG c) 9552 12124 { 9553 12125 SPLERR yyrc; … … 9560 12132 } 9561 12133 9562 inline SPLERR APIENTRY SplDeletePort(PCSZ a, PCSZ b) 12134 #undef SplDeleteJob 12135 #define SplDeleteJob _SplDeleteJob 12136 12137 inline SPLERR APIENTRY _SplDeletePort(PCSZ a, PCSZ b) 9563 12138 { 9564 12139 SPLERR yyrc; … … 9571 12146 } 9572 12147 9573 inline SPLERR APIENTRY SplDeleteQueue(PSZ a, PSZ b) 12148 #undef SplDeletePort 12149 #define SplDeletePort _SplDeletePort 12150 12151 inline SPLERR APIENTRY _SplDeleteQueue(PSZ a, PSZ b) 9574 12152 { 9575 12153 SPLERR yyrc; … … 9582 12160 } 9583 12161 9584 inline SPLERR APIENTRY SplEnumDevice(PSZ a, ULONG b, PVOID c, ULONG d, PULONG e, PULONG f, PULONG g, PVOID h) 12162 #undef SplDeleteQueue 12163 #define SplDeleteQueue _SplDeleteQueue 12164 12165 inline SPLERR APIENTRY _SplEnumDevice(PSZ a, ULONG b, PVOID c, ULONG d, PULONG e, PULONG f, PULONG g, PVOID h) 9585 12166 { 9586 12167 SPLERR yyrc; … … 9593 12174 } 9594 12175 9595 inline SPLERR APIENTRY SplEnumDriver(PSZ a, ULONG b, PVOID c, ULONG d, PULONG e, PULONG f, PULONG g, PVOID h) 12176 #undef SplEnumDevice 12177 #define SplEnumDevice _SplEnumDevice 12178 12179 inline SPLERR APIENTRY _SplEnumDriver(PSZ a, ULONG b, PVOID c, ULONG d, PULONG e, PULONG f, PULONG g, PVOID h) 9596 12180 { 9597 12181 SPLERR yyrc; … … 9604 12188 } 9605 12189 9606 inline SPLERR APIENTRY SplEnumJob(PSZ a, PSZ b, ULONG c, PVOID d, ULONG e, PULONG f, PULONG g, PULONG h, PVOID i) 12190 #undef SplEnumDriver 12191 #define SplEnumDriver _SplEnumDriver 12192 12193 inline SPLERR APIENTRY _SplEnumJob(PSZ a, PSZ b, ULONG c, PVOID d, ULONG e, PULONG f, PULONG g, PULONG h, PVOID i) 9607 12194 { 9608 12195 SPLERR yyrc; … … 9615 12202 } 9616 12203 9617 inline SPLERR APIENTRY SplEnumPort(PCSZ a, ULONG b, PVOID c, ULONG d, PULONG e, PULONG f, PULONG g, PVOID h) 12204 #undef SplEnumJob 12205 #define SplEnumJob _SplEnumJob 12206 12207 inline SPLERR APIENTRY _SplEnumPort(PCSZ a, ULONG b, PVOID c, ULONG d, PULONG e, PULONG f, PULONG g, PVOID h) 9618 12208 { 9619 12209 SPLERR yyrc; … … 9626 12216 } 9627 12217 9628 inline SPLERR APIENTRY SplEnumPrinter(PSZ a, ULONG b, ULONG c, PVOID d, ULONG e, PULONG f, PULONG g, PULONG h, PVOID i) 12218 #undef SplEnumPort 12219 #define SplEnumPort _SplEnumPort 12220 12221 inline SPLERR APIENTRY _SplEnumPrinter(PSZ a, ULONG b, ULONG c, PVOID d, ULONG e, PULONG f, PULONG g, PULONG h, PVOID i) 9629 12222 { 9630 12223 SPLERR yyrc; … … 9637 12230 } 9638 12231 9639 inline SPLERR APIENTRY SplEnumQueue(PSZ a, ULONG b, PVOID c, ULONG d, PULONG e, PULONG f, PULONG g, PVOID h) 12232 #undef SplEnumPrinter 12233 #define SplEnumPrinter _SplEnumPrinter 12234 12235 inline SPLERR APIENTRY _SplEnumQueue(PSZ a, ULONG b, PVOID c, ULONG d, PULONG e, PULONG f, PULONG g, PVOID h) 9640 12236 { 9641 12237 SPLERR yyrc; … … 9648 12244 } 9649 12245 9650 inline SPLERR APIENTRY SplEnumQueueProcessor(PSZ a, ULONG b, PVOID c, ULONG d, PULONG e, PULONG f, PULONG g, PVOID h) 12246 #undef SplEnumQueue 12247 #define SplEnumQueue _SplEnumQueue 12248 12249 inline SPLERR APIENTRY _SplEnumQueueProcessor(PSZ a, ULONG b, PVOID c, ULONG d, PULONG e, PULONG f, PULONG g, PVOID h) 9651 12250 { 9652 12251 SPLERR yyrc; … … 9659 12258 } 9660 12259 9661 inline SPLERR APIENTRY SplHoldJob(PCSZ a, PCSZ b, ULONG c) 12260 #undef SplEnumQueueProcessor 12261 #define SplEnumQueueProcessor _SplEnumQueueProcessor 12262 12263 inline SPLERR APIENTRY _SplHoldJob(PCSZ a, PCSZ b, ULONG c) 9662 12264 { 9663 12265 SPLERR yyrc; … … 9670 12272 } 9671 12273 9672 inline SPLERR APIENTRY SplHoldQueue(PSZ a, PSZ b) 12274 #undef SplHoldJob 12275 #define SplHoldJob _SplHoldJob 12276 12277 inline SPLERR APIENTRY _SplHoldQueue(PSZ a, PSZ b) 9673 12278 { 9674 12279 SPLERR yyrc; … … 9681 12286 } 9682 12287 9683 inline SPLERR APIENTRY SplPurgeQueue(PSZ a, PSZ b) 12288 #undef SplHoldQueue 12289 #define SplHoldQueue _SplHoldQueue 12290 12291 inline SPLERR APIENTRY _SplPurgeQueue(PSZ a, PSZ b) 9684 12292 { 9685 12293 SPLERR yyrc; … … 9692 12300 } 9693 12301 9694 inline SPLERR APIENTRY SplQueryDevice(PSZ a, PSZ b, ULONG c, PVOID d, ULONG e, PULONG f) 12302 #undef SplPurgeQueue 12303 #define SplPurgeQueue _SplPurgeQueue 12304 12305 inline SPLERR APIENTRY _SplQueryDevice(PSZ a, PSZ b, ULONG c, PVOID d, ULONG e, PULONG f) 9695 12306 { 9696 12307 SPLERR yyrc; … … 9703 12314 } 9704 12315 9705 inline SPLERR APIENTRY SplQueryDriver(PCSZ a, PCSZ b, PCSZ c, ULONG d, PVOID e, ULONG f, PULONG g) 12316 #undef SplQueryDevice 12317 #define SplQueryDevice _SplQueryDevice 12318 12319 inline SPLERR APIENTRY _SplQueryDriver(PCSZ a, PCSZ b, PCSZ c, ULONG d, PVOID e, ULONG f, PULONG g) 9706 12320 { 9707 12321 SPLERR yyrc; … … 9714 12328 } 9715 12329 9716 inline SPLERR APIENTRY SplQueryJob(PSZ a, PSZ b, ULONG c, ULONG d, PVOID e, ULONG f, PULONG g) 12330 #undef SplQueryDriver 12331 #define SplQueryDriver _SplQueryDriver 12332 12333 inline SPLERR APIENTRY _SplQueryJob(PSZ a, PSZ b, ULONG c, ULONG d, PVOID e, ULONG f, PULONG g) 9717 12334 { 9718 12335 SPLERR yyrc; … … 9725 12342 } 9726 12343 9727 inline SPLERR APIENTRY SplQueryPort(PCSZ a, PCSZ b, ULONG c, PVOID d, ULONG e, PULONG f) 12344 #undef SplQueryJob 12345 #define SplQueryJob _SplQueryJob 12346 12347 inline SPLERR APIENTRY _SplQueryPort(PCSZ a, PCSZ b, ULONG c, PVOID d, ULONG e, PULONG f) 9728 12348 { 9729 12349 SPLERR yyrc; … … 9736 12356 } 9737 12357 9738 inline SPLERR APIENTRY SplQueryQueue(PSZ a, PSZ b, ULONG c, PVOID d, ULONG e, PULONG f) 12358 #undef SplQueryPort 12359 #define SplQueryPort _SplQueryPort 12360 12361 inline SPLERR APIENTRY _SplQueryQueue(PSZ a, PSZ b, ULONG c, PVOID d, ULONG e, PULONG f) 9739 12362 { 9740 12363 SPLERR yyrc; … … 9747 12370 } 9748 12371 9749 inline SPLERR APIENTRY SplReleaseJob(PCSZ a, PCSZ b, ULONG c) 12372 #undef SplQueryQueue 12373 #define SplQueryQueue _SplQueryQueue 12374 12375 inline SPLERR APIENTRY _SplReleaseJob(PCSZ a, PCSZ b, ULONG c) 9750 12376 { 9751 12377 SPLERR yyrc; … … 9758 12384 } 9759 12385 9760 inline SPLERR APIENTRY SplReleaseQueue(PSZ a, PSZ b) 12386 #undef SplReleaseJob 12387 #define SplReleaseJob _SplReleaseJob 12388 12389 inline SPLERR APIENTRY _SplReleaseQueue(PSZ a, PSZ b) 9761 12390 { 9762 12391 SPLERR yyrc; … … 9769 12398 } 9770 12399 9771 inline SPLERR APIENTRY SplSetDevice(PSZ a, PSZ b, ULONG c, PVOID d, ULONG e, ULONG f) 12400 #undef SplReleaseQueue 12401 #define SplReleaseQueue _SplReleaseQueue 12402 12403 inline SPLERR APIENTRY _SplSetDevice(PSZ a, PSZ b, ULONG c, PVOID d, ULONG e, ULONG f) 9772 12404 { 9773 12405 SPLERR yyrc; … … 9780 12412 } 9781 12413 9782 inline SPLERR APIENTRY SplSetDriver(PCSZ a, PCSZ b, PCSZ c, ULONG d, PVOID e, ULONG f, ULONG g) 12414 #undef SplSetDevice 12415 #define SplSetDevice _SplSetDevice 12416 12417 inline SPLERR APIENTRY _SplSetDriver(PCSZ a, PCSZ b, PCSZ c, ULONG d, PVOID e, ULONG f, ULONG g) 9783 12418 { 9784 12419 SPLERR yyrc; … … 9791 12426 } 9792 12427 9793 inline SPLERR APIENTRY SplSetJob(PSZ a, PSZ b, ULONG c, ULONG d, PVOID e, ULONG f, ULONG g) 12428 #undef SplSetDriver 12429 #define SplSetDriver _SplSetDriver 12430 12431 inline SPLERR APIENTRY _SplSetJob(PSZ a, PSZ b, ULONG c, ULONG d, PVOID e, ULONG f, ULONG g) 9794 12432 { 9795 12433 SPLERR yyrc; … … 9802 12440 } 9803 12441 9804 inline SPLERR APIENTRY SplSetPort(PCSZ a, PCSZ b, ULONG c, PVOID d, ULONG e, ULONG f) 12442 #undef SplSetJob 12443 #define SplSetJob _SplSetJob 12444 12445 inline SPLERR APIENTRY _SplSetPort(PCSZ a, PCSZ b, ULONG c, PVOID d, ULONG e, ULONG f) 9805 12446 { 9806 12447 SPLERR yyrc; … … 9813 12454 } 9814 12455 9815 inline SPLERR APIENTRY SplSetQueue(PSZ a, PSZ b, ULONG c, PVOID d, ULONG e, ULONG f) 12456 #undef SplSetPort 12457 #define SplSetPort _SplSetPort 12458 12459 inline SPLERR APIENTRY _SplSetQueue(PSZ a, PSZ b, ULONG c, PVOID d, ULONG e, ULONG f) 9816 12460 { 9817 12461 SPLERR yyrc; … … 9824 12468 } 9825 12469 9826 inline ULONG APIENTRY SplMessageBox(PSZ a, ULONG b, ULONG c, PSZ d, PSZ e, ULONG f, ULONG g) 12470 #undef SplSetQueue 12471 #define SplSetQueue _SplSetQueue 12472 12473 inline ULONG APIENTRY _SplMessageBox(PSZ a, ULONG b, ULONG c, PSZ d, PSZ e, ULONG f, ULONG g) 9827 12474 { 9828 12475 ULONG yyrc; … … 9835 12482 } 9836 12483 9837 inline BOOL APIENTRY SplQmAbort(HSPL a) 12484 #undef SplMessageBox 12485 #define SplMessageBox _SplMessageBox 12486 12487 inline BOOL APIENTRY _SplQmAbort(HSPL a) 9838 12488 { 9839 12489 BOOL yyrc; … … 9846 12496 } 9847 12497 9848 inline BOOL APIENTRY SplQmAbortDoc(HSPL a) 12498 #undef SplQmAbort 12499 #define SplQmAbort _SplQmAbort 12500 12501 inline BOOL APIENTRY _SplQmAbortDoc(HSPL a) 9849 12502 { 9850 12503 BOOL yyrc; … … 9857 12510 } 9858 12511 9859 inline BOOL APIENTRY SplQmClose(HSPL a) 12512 #undef SplQmAbortDoc 12513 #define SplQmAbortDoc _SplQmAbortDoc 12514 12515 inline BOOL APIENTRY _SplQmClose(HSPL a) 9860 12516 { 9861 12517 BOOL yyrc; … … 9868 12524 } 9869 12525 9870 inline BOOL APIENTRY SplQmEndDoc(HSPL a) 12526 #undef SplQmClose 12527 #define SplQmClose _SplQmClose 12528 12529 inline BOOL APIENTRY _SplQmEndDoc(HSPL a) 9871 12530 { 9872 12531 BOOL yyrc; … … 9879 12538 } 9880 12539 9881 inline ULONG APIENTRY SplQmGetJobID(HSPL a, ULONG b, PVOID c, ULONG d, PULONG e) 12540 #undef SplQmEndDoc 12541 #define SplQmEndDoc _SplQmEndDoc 12542 12543 inline ULONG APIENTRY _SplQmGetJobID(HSPL a, ULONG b, PVOID c, ULONG d, PULONG e) 9882 12544 { 9883 12545 ULONG yyrc; … … 9890 12552 } 9891 12553 9892 inline BOOL APIENTRY SplQmNewPage(HSPL a, ULONG b) 12554 #undef SplQmGetJobID 12555 #define SplQmGetJobID _SplQmGetJobID 12556 12557 inline BOOL APIENTRY _SplQmNewPage(HSPL a, ULONG b) 9893 12558 { 9894 12559 BOOL yyrc; … … 9901 12566 } 9902 12567 9903 inline HSPL APIENTRY SplQmOpen(PSZ a, LONG b, PQMOPENDATA c) 12568 #undef SplQmNewPage 12569 #define SplQmNewPage _SplQmNewPage 12570 12571 inline HSPL APIENTRY _SplQmOpen(PSZ a, LONG b, PQMOPENDATA c) 9904 12572 { 9905 12573 HSPL yyrc; … … 9912 12580 } 9913 12581 9914 inline BOOL APIENTRY SplQmStartDoc(HSPL a, PSZ b) 12582 #undef SplQmOpen 12583 #define SplQmOpen _SplQmOpen 12584 12585 inline BOOL APIENTRY _SplQmStartDoc(HSPL a, PSZ b) 9915 12586 { 9916 12587 BOOL yyrc; … … 9923 12594 } 9924 12595 9925 inline BOOL APIENTRY SplQmWrite(HSPL a, LONG b, PVOID c) 12596 #undef SplQmStartDoc 12597 #define SplQmStartDoc _SplQmStartDoc 12598 12599 inline BOOL APIENTRY _SplQmWrite(HSPL a, LONG b, PVOID c) 9926 12600 { 9927 12601 BOOL yyrc; … … 9933 12607 return yyrc; 9934 12608 } 12609 12610 #undef SplQmWrite 12611 #define SplQmWrite _SplQmWrite 9935 12612 9936 12613 #endif 9937 12614 #ifdef INCL_WINHELP 9938 inline BOOL APIENTRY WinAssociateHelpInstance(HWND a, HWND b)12615 inline BOOL APIENTRY _WinAssociateHelpInstance(HWND a, HWND b) 9939 12616 { 9940 12617 BOOL yyrc; … … 9947 12624 } 9948 12625 9949 inline HWND APIENTRY WinCreateHelpInstance(HAB a, PHELPINIT b) 12626 #undef WinAssociateHelpInstance 12627 #define WinAssociateHelpInstance _WinAssociateHelpInstance 12628 12629 inline HWND APIENTRY _WinCreateHelpInstance(HAB a, PHELPINIT b) 9950 12630 { 9951 12631 HWND yyrc; … … 9958 12638 } 9959 12639 9960 inline BOOL APIENTRY WinCreateHelpTable(HWND a, CONST HELPTABLE *b) 12640 #undef WinCreateHelpInstance 12641 #define WinCreateHelpInstance _WinCreateHelpInstance 12642 12643 inline BOOL APIENTRY _WinCreateHelpTable(HWND a, PHELPTABLE b) 9961 12644 { 9962 12645 BOOL yyrc; … … 9969 12652 } 9970 12653 9971 inline BOOL APIENTRY WinDestroyHelpInstance(HWND a) 12654 #undef WinCreateHelpTable 12655 #define WinCreateHelpTable _WinCreateHelpTable 12656 12657 inline BOOL APIENTRY _WinDestroyHelpInstance(HWND a) 9972 12658 { 9973 12659 BOOL yyrc; … … 9980 12666 } 9981 12667 9982 inline BOOL APIENTRY WinLoadHelpTable(HWND a, ULONG b, HMODULE c) 12668 #undef WinDestroyHelpInstance 12669 #define WinDestroyHelpInstance _WinDestroyHelpInstance 12670 12671 inline BOOL APIENTRY _WinLoadHelpTable(HWND a, ULONG b, HMODULE c) 9983 12672 { 9984 12673 BOOL yyrc; … … 9991 12680 } 9992 12681 9993 inline HWND APIENTRY WinQueryHelpInstance(HWND a) 12682 #undef WinLoadHelpTable 12683 #define WinLoadHelpTable _WinLoadHelpTable 12684 12685 inline HWND APIENTRY _WinQueryHelpInstance(HWND a) 9994 12686 { 9995 12687 HWND yyrc; … … 10001 12693 return yyrc; 10002 12694 } 12695 12696 #undef WinQueryHelpInstance 12697 #define WinQueryHelpInstance _WinQueryHelpInstance 10003 12698 10004 12699 #endif 10005 12700 #ifdef INCL_DDF 10006 inline BOOL APIENTRY DdfBeginList(HDDF a, ULONG b, ULONG c, ULONG d)12701 inline BOOL APIENTRY _DdfBeginList(HDDF a, ULONG b, ULONG c, ULONG d) 10007 12702 { 10008 12703 BOOL yyrc; … … 10015 12710 } 10016 12711 10017 inline BOOL APIENTRY DdfBitmap(HDDF a, HBITMAP b, ULONG c) 12712 #undef DdfBeginList 12713 #define DdfBeginList _DdfBeginList 12714 12715 inline BOOL APIENTRY _DdfBitmap(HDDF a, HBITMAP b, ULONG c) 10018 12716 { 10019 12717 BOOL yyrc; … … 10026 12724 } 10027 12725 10028 inline BOOL APIENTRY DdfEndList(HDDF a) 12726 #undef DdfBitmap 12727 #define DdfBitmap _DdfBitmap 12728 12729 inline BOOL APIENTRY _DdfEndList(HDDF a) 10029 12730 { 10030 12731 BOOL yyrc; … … 10037 12738 } 10038 12739 10039 inline BOOL APIENTRY DdfHyperText(HDDF a, PCSZ b, PCSZ c, ULONG d) 12740 #undef DdfEndList 12741 #define DdfEndList _DdfEndList 12742 12743 inline BOOL APIENTRY _DdfHyperText(HDDF a, PCSZ b, PCSZ c, ULONG d) 10040 12744 { 10041 12745 BOOL yyrc; … … 10048 12752 } 10049 12753 10050 inline BOOL APIENTRY DdfInform(HDDF a, PCSZ b, ULONG c) 12754 #undef DdfHyperText 12755 #define DdfHyperText _DdfHyperText 12756 12757 inline BOOL APIENTRY _DdfInform(HDDF a, PCSZ b, ULONG c) 10051 12758 { 10052 12759 BOOL yyrc; … … 10059 12766 } 10060 12767 10061 inline HDDF APIENTRY DdfInitialize(HWND a, ULONG b, ULONG c) 12768 #undef DdfInform 12769 #define DdfInform _DdfInform 12770 12771 inline HDDF APIENTRY _DdfInitialize(HWND a, ULONG b, ULONG c) 10062 12772 { 10063 12773 HDDF yyrc; … … 10070 12780 } 10071 12781 10072 inline BOOL APIENTRY DdfListItem(HDDF a, PCSZ b, PCSZ c) 12782 #undef DdfInitialize 12783 #define DdfInitialize _DdfInitialize 12784 12785 inline BOOL APIENTRY _DdfListItem(HDDF a, PCSZ b, PCSZ c) 10073 12786 { 10074 12787 BOOL yyrc; … … 10081 12794 } 10082 12795 10083 inline BOOL APIENTRY DdfMetafile(HDDF a, HMF b, CONST RECTL *c) 12796 #undef DdfListItem 12797 #define DdfListItem _DdfListItem 12798 12799 inline BOOL APIENTRY _DdfMetafile(HDDF a, HMF b, PRECTL c) 10084 12800 { 10085 12801 BOOL yyrc; … … 10092 12808 } 10093 12809 10094 inline BOOL APIENTRY DdfPara(HDDF a) 12810 #undef DdfMetafile 12811 #define DdfMetafile _DdfMetafile 12812 12813 inline BOOL APIENTRY _DdfPara(HDDF a) 10095 12814 { 10096 12815 BOOL yyrc; … … 10103 12822 } 10104 12823 10105 inline BOOL APIENTRY DdfSetColor(HDDF a, COLOR b, COLOR c) 12824 #undef DdfPara 12825 #define DdfPara _DdfPara 12826 12827 inline BOOL APIENTRY _DdfSetColor(HDDF a, COLOR b, COLOR c) 10106 12828 { 10107 12829 BOOL yyrc; … … 10114 12836 } 10115 12837 10116 inline BOOL APIENTRY DdfSetFont(HDDF a, PCSZ b, ULONG c, ULONG d) 12838 #undef DdfSetColor 12839 #define DdfSetColor _DdfSetColor 12840 12841 inline BOOL APIENTRY _DdfSetFont(HDDF a, PCSZ b, ULONG c, ULONG d) 10117 12842 { 10118 12843 BOOL yyrc; … … 10125 12850 } 10126 12851 10127 inline BOOL APIENTRY DdfSetFontStyle(HDDF a, ULONG b) 12852 #undef DdfSetFont 12853 #define DdfSetFont _DdfSetFont 12854 12855 inline BOOL APIENTRY _DdfSetFontStyle(HDDF a, ULONG b) 10128 12856 { 10129 12857 BOOL yyrc; … … 10136 12864 } 10137 12865 10138 inline BOOL APIENTRY DdfSetFormat(HDDF a, ULONG b) 12866 #undef DdfSetFontStyle 12867 #define DdfSetFontStyle _DdfSetFontStyle 12868 12869 inline BOOL APIENTRY _DdfSetFormat(HDDF a, ULONG b) 10139 12870 { 10140 12871 BOOL yyrc; … … 10147 12878 } 10148 12879 10149 inline BOOL APIENTRY DdfSetTextAlign(HDDF a, ULONG b) 12880 #undef DdfSetFormat 12881 #define DdfSetFormat _DdfSetFormat 12882 12883 inline BOOL APIENTRY _DdfSetTextAlign(HDDF a, ULONG b) 10150 12884 { 10151 12885 BOOL yyrc; … … 10158 12892 } 10159 12893 10160 inline BOOL APIENTRY DdfText(HDDF a, PCSZ b) 12894 #undef DdfSetTextAlign 12895 #define DdfSetTextAlign _DdfSetTextAlign 12896 12897 inline BOOL APIENTRY _DdfText(HDDF a, PCSZ b) 10161 12898 { 10162 12899 BOOL yyrc; … … 10168 12905 return yyrc; 10169 12906 } 12907 12908 #undef DdfText 12909 #define DdfText _DdfText 10170 12910 10171 12911 #endif 10172 12912 #ifdef INCL_AVIO 10173 inline USHORT APIENTRY VioAssociate(HDC a, HVPS b)12913 inline USHORT APIENTRY _VioAssociate(HDC a, HVPS b) 10174 12914 { 10175 12915 USHORT yyrc; 10176 12916 USHORT sel = GetFS(); 10177 12917 10178 yyrc = VioAssociate(a, b); 10179 SetFS(sel); 10180 10181 return yyrc; 10182 } 10183 10184 inline USHORT APIENTRY16 VioCreateLogFont(PFATTRS a, LONG b, PSTR8 c, HVPS d) 12918 yyrc = VIO16ASSOCIATE(a, b); 12919 SetFS(sel); 12920 12921 return yyrc; 12922 } 12923 12924 #undef VioAssociate 12925 #define VioAssociate _VioAssociate 12926 12927 inline USHORT APIENTRY16 _VioCreateLogFont(PFATTRS a, LONG b, PSTR8 c, HVPS d) 10185 12928 { 10186 12929 USHORT yyrc; 10187 12930 USHORT sel = GetFS(); 10188 12931 10189 yyrc = VioCreateLogFont(a, b, c, d); 10190 SetFS(sel); 10191 10192 return yyrc; 10193 } 10194 10195 inline USHORT APIENTRY16 VioCreatePS(PHVPS a, SHORT b, SHORT c, SHORT d, SHORT e, HVPS f) 12932 yyrc = VIO16CREATELOGFONT(a, b, c, d); 12933 SetFS(sel); 12934 12935 return yyrc; 12936 } 12937 12938 #undef VioCreateLogFont 12939 #define VioCreateLogFont _VioCreateLogFont 12940 12941 inline USHORT APIENTRY16 _VioCreatePS(PHVPS a, SHORT b, SHORT c, SHORT d, SHORT e, HVPS f) 10196 12942 { 10197 12943 USHORT yyrc; 10198 12944 USHORT sel = GetFS(); 10199 12945 10200 yyrc = VioCreatePS(a, b, c, d, e, f); 10201 SetFS(sel); 10202 10203 return yyrc; 10204 } 10205 10206 inline USHORT APIENTRY16 VioDeleteSetId(LONG a, HVPS b) 12946 yyrc = VIO16CREATEPS(a, b, c, d, e, f); 12947 SetFS(sel); 12948 12949 return yyrc; 12950 } 12951 12952 #undef VioCreatePS 12953 #define VioCreatePS _VioCreatePS 12954 12955 inline USHORT APIENTRY16 _VioDeleteSetId(LONG a, HVPS b) 10207 12956 { 10208 12957 USHORT yyrc; 10209 12958 USHORT sel = GetFS(); 10210 12959 10211 yyrc = VioDeleteSetId(a, b); 10212 SetFS(sel); 10213 10214 return yyrc; 10215 } 10216 10217 inline USHORT APIENTRY16 VioDestroyPS(HVPS a) 12960 yyrc = VIO16DELETESETID(a, b); 12961 SetFS(sel); 12962 12963 return yyrc; 12964 } 12965 12966 #undef VioDeleteSetId 12967 #define VioDeleteSetId _VioDeleteSetId 12968 12969 inline USHORT APIENTRY16 _VioDestroyPS(HVPS a) 10218 12970 { 10219 12971 USHORT yyrc; 10220 12972 USHORT sel = GetFS(); 10221 12973 10222 yyrc = VioDestroyPS(a); 10223 SetFS(sel); 10224 10225 return yyrc; 10226 } 10227 10228 inline USHORT APIENTRY16 VioGetDeviceCellSize(PSHORT a, PSHORT b, HVPS c) 12974 yyrc = VIO16DESTROYPS(a); 12975 SetFS(sel); 12976 12977 return yyrc; 12978 } 12979 12980 #undef VioDestroyPS 12981 #define VioDestroyPS _VioDestroyPS 12982 12983 inline USHORT APIENTRY16 _VioGetDeviceCellSize(PSHORT a, PSHORT b, HVPS c) 10229 12984 { 10230 12985 USHORT yyrc; 10231 12986 USHORT sel = GetFS(); 10232 12987 10233 yyrc = VioGetDeviceCellSize(a, b, c); 10234 SetFS(sel); 10235 10236 return yyrc; 10237 } 10238 10239 inline USHORT APIENTRY16 VioGetOrg(PSHORT a, PSHORT b, HVPS c) 12988 yyrc = VIO16GETDEVICECELLSIZE(a, b, c); 12989 SetFS(sel); 12990 12991 return yyrc; 12992 } 12993 12994 #undef VioGetDeviceCellSize 12995 #define VioGetDeviceCellSize _VioGetDeviceCellSize 12996 12997 inline USHORT APIENTRY16 _VioGetOrg(PSHORT a, PSHORT b, HVPS c) 10240 12998 { 10241 12999 USHORT yyrc; 10242 13000 USHORT sel = GetFS(); 10243 13001 10244 yyrc = VioGetOrg(a, b, c); 10245 SetFS(sel); 10246 10247 return yyrc; 10248 } 10249 10250 inline USHORT APIENTRY16 VioQueryFonts(PLONG a, PFONTMETRICS b, LONG c, PLONG d, PSZ e, ULONG f, HVPS g) 13002 yyrc = VIO16GETORG(a, b, c); 13003 SetFS(sel); 13004 13005 return yyrc; 13006 } 13007 13008 #undef VioGetOrg 13009 #define VioGetOrg _VioGetOrg 13010 13011 inline USHORT APIENTRY16 _VioQueryFonts(PLONG a, PFONTMETRICS b, LONG c, PLONG d, PSZ e, ULONG f, HVPS g) 10251 13012 { 10252 13013 USHORT yyrc; 10253 13014 USHORT sel = GetFS(); 10254 13015 10255 yyrc = VioQueryFonts(a, b, c, d, e, f, g); 10256 SetFS(sel); 10257 10258 return yyrc; 10259 } 10260 10261 inline USHORT APIENTRY16 VioQuerySetIds(PLONG a, PSTR8 b, PLONG c, LONG d, HVPS e) 13016 yyrc = VIO16QUERYFONTS(a, b, c, d, e, f, g); 13017 SetFS(sel); 13018 13019 return yyrc; 13020 } 13021 13022 #undef VioQueryFonts 13023 #define VioQueryFonts _VioQueryFonts 13024 13025 inline USHORT APIENTRY16 _VioQuerySetIds(PLONG a, PSTR8 b, PLONG c, LONG d, HVPS e) 10262 13026 { 10263 13027 USHORT yyrc; 10264 13028 USHORT sel = GetFS(); 10265 13029 10266 yyrc = VioQuerySetIds(a, b, c, d, e); 10267 SetFS(sel); 10268 10269 return yyrc; 10270 } 10271 10272 inline USHORT APIENTRY16 VioSetDeviceCellSize(SHORT a, SHORT b, HVPS c) 13030 yyrc = VIO16QUERYSETIDS(a, b, c, d, e); 13031 SetFS(sel); 13032 13033 return yyrc; 13034 } 13035 13036 #undef VioQuerySetIds 13037 #define VioQuerySetIds _VioQuerySetIds 13038 13039 inline USHORT APIENTRY16 _VioSetDeviceCellSize(SHORT a, SHORT b, HVPS c) 10273 13040 { 10274 13041 USHORT yyrc; 10275 13042 USHORT sel = GetFS(); 10276 13043 10277 yyrc = VioSetDeviceCellSize(a, b, c); 10278 SetFS(sel); 10279 10280 return yyrc; 10281 } 10282 10283 inline USHORT APIENTRY16 VioSetOrg(SHORT a, SHORT b, HVPS c) 13044 yyrc = VIO16SETDEVICECELLSIZE(a, b, c); 13045 SetFS(sel); 13046 13047 return yyrc; 13048 } 13049 13050 #undef VioSetDeviceCellSize 13051 #define VioSetDeviceCellSize _VioSetDeviceCellSize 13052 13053 inline USHORT APIENTRY16 _VioSetOrg(SHORT a, SHORT b, HVPS c) 10284 13054 { 10285 13055 USHORT yyrc; 10286 13056 USHORT sel = GetFS(); 10287 13057 10288 yyrc = VioSetOrg(a, b, c); 10289 SetFS(sel); 10290 10291 return yyrc; 10292 } 10293 10294 inline USHORT APIENTRY16 VioShowPS(SHORT a, SHORT b, SHORT c, HVPS d) 13058 yyrc = VIO16SETORG(a, b, c); 13059 SetFS(sel); 13060 13061 return yyrc; 13062 } 13063 13064 #undef VioSetOrg 13065 #define VioSetOrg _VioSetOrg 13066 13067 inline USHORT APIENTRY16 _VioShowPS(SHORT a, SHORT b, SHORT c, HVPS d) 10295 13068 { 10296 13069 USHORT yyrc; 10297 13070 USHORT sel = GetFS(); 10298 13071 10299 yyrc = VioShowPS(a, b, c, d); 10300 SetFS(sel); 10301 10302 return yyrc; 10303 } 10304 10305 inline MRESULT APIENTRY16 WinDefAVioWindowProc(HWND a, USHORT b, ULONG c, ULONG d) 13072 yyrc = VIO16SHOWPS(a, b, c, d); 13073 SetFS(sel); 13074 13075 return yyrc; 13076 } 13077 13078 #undef VioShowPS 13079 #define VioShowPS _VioShowPS 13080 13081 inline MRESULT APIENTRY16 _WinDefAVioWindowProc(HWND a, USHORT b, ULONG c, ULONG d) 10306 13082 { 10307 13083 MRESULT yyrc; … … 10313 13089 return yyrc; 10314 13090 } 13091 13092 #undef WinDefAVioWindowProc 13093 #define WinDefAVioWindowProc _WinDefAVioWindowProc 10315 13094 10316 13095 #endif 10317 13096 #ifdef INCL_KBD 10318 inline USHORT APIENTRY KbdCharIn(PKBDKEYINFO a, USHORT b, HKBD c)13097 inline USHORT APIENTRY _KbdCharIn(PKBDKEYINFO a, USHORT b, HKBD c) 10319 13098 { 10320 13099 USHORT yyrc; … … 10327 13106 } 10328 13107 10329 inline USHORT APIENTRY16 KbdClose(HKBD a) 13108 #undef KbdCharIn 13109 #define KbdCharIn _KbdCharIn 13110 13111 inline USHORT APIENTRY16 _KbdClose(HKBD a) 10330 13112 { 10331 13113 USHORT yyrc; … … 10338 13120 } 10339 13121 10340 inline USHORT APIENTRY16 KbdDeRegister() 13122 #undef KbdClose 13123 #define KbdClose _KbdClose 13124 13125 inline USHORT APIENTRY16 _KbdDeRegister() 10341 13126 { 10342 13127 USHORT yyrc; … … 10349 13134 } 10350 13135 10351 inline USHORT APIENTRY16 KbdFlushBuffer(HKBD a) 13136 #undef KbdDeRegister 13137 #define KbdDeRegister _KbdDeRegister 13138 13139 inline USHORT APIENTRY16 _KbdFlushBuffer(HKBD a) 10352 13140 { 10353 13141 USHORT yyrc; … … 10360 13148 } 10361 13149 10362 inline USHORT APIENTRY16 KbdFreeFocus(HKBD a) 13150 #undef KbdFlushBuffer 13151 #define KbdFlushBuffer _KbdFlushBuffer 13152 13153 inline USHORT APIENTRY16 _KbdFreeFocus(HKBD a) 10363 13154 { 10364 13155 USHORT yyrc; … … 10371 13162 } 10372 13163 10373 inline USHORT APIENTRY16 KbdGetCp(ULONG a, PUSHORT b, HKBD c) 13164 #undef KbdFreeFocus 13165 #define KbdFreeFocus _KbdFreeFocus 13166 13167 inline USHORT APIENTRY16 _KbdGetCp(ULONG a, PUSHORT b, HKBD c) 10374 13168 { 10375 13169 USHORT yyrc; … … 10382 13176 } 10383 13177 10384 inline USHORT APIENTRY16 KbdGetFocus(USHORT a, HKBD b) 13178 #undef KbdGetCp 13179 #define KbdGetCp _KbdGetCp 13180 13181 inline USHORT APIENTRY16 _KbdGetFocus(USHORT a, HKBD b) 10385 13182 { 10386 13183 USHORT yyrc; … … 10393 13190 } 10394 13191 10395 inline USHORT APIENTRY16 KbdGetHWID(PKBDHWID a, HKBD b) 13192 #undef KbdGetFocus 13193 #define KbdGetFocus _KbdGetFocus 13194 13195 inline USHORT APIENTRY16 _KbdGetHWID(PKBDHWID a, HKBD b) 10396 13196 { 10397 13197 USHORT yyrc; … … 10404 13204 } 10405 13205 10406 inline USHORT APIENTRY16 KbdGetStatus(PKBDINFO a, HKBD b) 13206 #undef KbdGetHWID 13207 #define KbdGetHWID _KbdGetHWID 13208 13209 inline USHORT APIENTRY16 _KbdGetStatus(PKBDINFO a, HKBD b) 10407 13210 { 10408 13211 USHORT yyrc; … … 10415 13218 } 10416 13219 10417 inline USHORT APIENTRY16 KbdOpen(PHKBD a) 13220 #undef KbdGetStatus 13221 #define KbdGetStatus _KbdGetStatus 13222 13223 inline USHORT APIENTRY16 _KbdOpen(PHKBD a) 10418 13224 { 10419 13225 USHORT yyrc; … … 10426 13232 } 10427 13233 10428 inline USHORT APIENTRY16 KbdPeek(PKBDKEYINFO a, HKBD b) 13234 #undef KbdOpen 13235 #define KbdOpen _KbdOpen 13236 13237 inline USHORT APIENTRY16 _KbdPeek(PKBDKEYINFO a, HKBD b) 10429 13238 { 10430 13239 USHORT yyrc; … … 10437 13246 } 10438 13247 10439 inline USHORT APIENTRY16 KbdRegister(PCSZ a, PCSZ b, ULONG c) 13248 #undef KbdPeek 13249 #define KbdPeek _KbdPeek 13250 13251 inline USHORT APIENTRY16 _KbdRegister(PSZ a, PSZ b, ULONG c) 10440 13252 { 10441 13253 USHORT yyrc; … … 10448 13260 } 10449 13261 10450 inline USHORT APIENTRY16 KbdSetCp(USHORT a, USHORT b, HKBD c) 13262 #undef KbdRegister 13263 #define KbdRegister _KbdRegister 13264 13265 inline USHORT APIENTRY16 _KbdSetCp(USHORT a, USHORT b, HKBD c) 10451 13266 { 10452 13267 USHORT yyrc; … … 10459 13274 } 10460 13275 10461 inline USHORT APIENTRY16 KbdSetCustXt(PUSHORT a, HKBD b) 13276 #undef KbdSetCp 13277 #define KbdSetCp _KbdSetCp 13278 13279 inline USHORT APIENTRY16 _KbdSetCustXt(PUSHORT a, HKBD b) 10462 13280 { 10463 13281 USHORT yyrc; … … 10470 13288 } 10471 13289 10472 inline USHORT APIENTRY16 KbdSetFgnd() 13290 #undef KbdSetCustXt 13291 #define KbdSetCustXt _KbdSetCustXt 13292 13293 inline USHORT APIENTRY16 _KbdSetFgnd() 10473 13294 { 10474 13295 USHORT yyrc; … … 10481 13302 } 10482 13303 10483 inline USHORT APIENTRY16 KbdSetHWID(PKBDHWID a, HKBD b) 13304 #undef KbdSetFgnd 13305 #define KbdSetFgnd _KbdSetFgnd 13306 13307 inline USHORT APIENTRY16 _KbdSetHWID(PKBDHWID a, HKBD b) 10484 13308 { 10485 13309 USHORT yyrc; … … 10492 13316 } 10493 13317 10494 inline USHORT APIENTRY16 KbdSetStatus(PKBDINFO a, HKBD b) 13318 #undef KbdSetHWID 13319 #define KbdSetHWID _KbdSetHWID 13320 13321 inline USHORT APIENTRY16 _KbdSetStatus(PKBDINFO a, HKBD b) 10495 13322 { 10496 13323 USHORT yyrc; … … 10503 13330 } 10504 13331 10505 inline USHORT APIENTRY16 KbdStringIn(PCH a, PSTRINGINBUF b, USHORT c, HKBD d) 13332 #undef KbdSetStatus 13333 #define KbdSetStatus _KbdSetStatus 13334 13335 inline USHORT APIENTRY16 _KbdStringIn(PCH a, PSTRINGINBUF b, USHORT c, HKBD d) 10506 13336 { 10507 13337 USHORT yyrc; … … 10514 13344 } 10515 13345 10516 inline USHORT APIENTRY16 KbdSynch(USHORT a) 13346 #undef KbdStringIn 13347 #define KbdStringIn _KbdStringIn 13348 13349 inline USHORT APIENTRY16 _KbdSynch(USHORT a) 10517 13350 { 10518 13351 USHORT yyrc; … … 10525 13358 } 10526 13359 10527 inline USHORT APIENTRY16 KbdXlate(PKBDTRANS a, HKBD b) 13360 #undef KbdSynch 13361 #define KbdSynch _KbdSynch 13362 13363 inline USHORT APIENTRY16 _KbdXlate(PKBDTRANS a, HKBD b) 10528 13364 { 10529 13365 USHORT yyrc; … … 10535 13371 return yyrc; 10536 13372 } 13373 13374 #undef KbdXlate 13375 #define KbdXlate _KbdXlate 10537 13376 10538 13377 #endif 10539 13378 #ifdef INCL_VIO 10540 inline USHORT APIENTRY16 VioCheckCharType(PUSHORT a, USHORT b, USHORT c, HVIO d)13379 inline USHORT APIENTRY16 _VioCheckCharType(PUSHORT a, USHORT b, USHORT c, HVIO d) 10541 13380 { 10542 13381 USHORT yyrc; 10543 13382 USHORT sel = GetFS(); 10544 13383 10545 yyrc = VioCheckCharType(a, b, c, d); 10546 SetFS(sel); 10547 10548 return yyrc; 10549 } 10550 10551 inline USHORT APIENTRY16 VioDeRegister() 13384 yyrc = VIO16CHECKCHARTYPE(a, b, c, d); 13385 SetFS(sel); 13386 13387 return yyrc; 13388 } 13389 13390 #undef VioCheckCharType 13391 #define VioCheckCharType _VioCheckCharType 13392 13393 inline USHORT APIENTRY16 _VioDeRegister() 10552 13394 { 10553 13395 USHORT yyrc; 10554 13396 USHORT sel = GetFS(); 10555 13397 10556 yyrc = VioDeRegister(); 10557 SetFS(sel); 10558 10559 return yyrc; 10560 } 10561 10562 inline USHORT APIENTRY16 VioEndPopUp(HVIO a) 13398 yyrc = VIO16DEREGISTER(); 13399 SetFS(sel); 13400 13401 return yyrc; 13402 } 13403 13404 #undef VioDeRegister 13405 #define VioDeRegister _VioDeRegister 13406 13407 inline USHORT APIENTRY16 _VioEndPopUp(HVIO a) 10563 13408 { 10564 13409 USHORT yyrc; 10565 13410 USHORT sel = GetFS(); 10566 13411 10567 yyrc = VioEndPopUp(a); 10568 SetFS(sel); 10569 10570 return yyrc; 10571 } 10572 10573 inline USHORT APIENTRY16 VioGetAnsi(PUSHORT a, HVIO b) 13412 yyrc = VIO16ENDPOPUP(a); 13413 SetFS(sel); 13414 13415 return yyrc; 13416 } 13417 13418 #undef VioEndPopUp 13419 #define VioEndPopUp _VioEndPopUp 13420 13421 inline USHORT APIENTRY16 _VioGetAnsi(PUSHORT a, HVIO b) 10574 13422 { 10575 13423 USHORT yyrc; 10576 13424 USHORT sel = GetFS(); 10577 13425 10578 yyrc = VioGetAnsi(a, b); 10579 SetFS(sel); 10580 10581 return yyrc; 10582 } 10583 10584 inline USHORT APIENTRY16 VioGetBuf(PULONG a, PUSHORT b, HVIO c) 13426 yyrc = VIO16GETANSI(a, b); 13427 SetFS(sel); 13428 13429 return yyrc; 13430 } 13431 13432 #undef VioGetAnsi 13433 #define VioGetAnsi _VioGetAnsi 13434 13435 inline USHORT APIENTRY16 _VioGetBuf(PULONG a, PUSHORT b, HVIO c) 10585 13436 { 10586 13437 USHORT yyrc; 10587 13438 USHORT sel = GetFS(); 10588 13439 10589 yyrc = VioGetBuf(a, b, c); 10590 SetFS(sel); 10591 10592 return yyrc; 10593 } 10594 10595 inline USHORT APIENTRY16 VioGetConfig(USHORT a, PVIOCONFIGINFO b, HVIO c) 13440 yyrc = VIO16GETBUF(a, b, c); 13441 SetFS(sel); 13442 13443 return yyrc; 13444 } 13445 13446 #undef VioGetBuf 13447 #define VioGetBuf _VioGetBuf 13448 13449 inline USHORT APIENTRY16 _VioGetConfig(USHORT a, PVIOCONFIGINFO b, HVIO c) 10596 13450 { 10597 13451 USHORT yyrc; 10598 13452 USHORT sel = GetFS(); 10599 13453 10600 yyrc = VioGetConfig(a, b, c); 10601 SetFS(sel); 10602 10603 return yyrc; 10604 } 10605 10606 inline USHORT APIENTRY16 VioGetCp(USHORT a, PUSHORT b, HVIO c) 13454 yyrc = VIO16GETCONFIG(a, b, c); 13455 SetFS(sel); 13456 13457 return yyrc; 13458 } 13459 13460 #undef VioGetConfig 13461 #define VioGetConfig _VioGetConfig 13462 13463 inline USHORT APIENTRY16 _VioGetCp(USHORT a, PUSHORT b, HVIO c) 10607 13464 { 10608 13465 USHORT yyrc; 10609 13466 USHORT sel = GetFS(); 10610 13467 10611 yyrc = VioGetCp(a, b, c); 10612 SetFS(sel); 10613 10614 return yyrc; 10615 } 10616 10617 inline USHORT APIENTRY16 VioGetCurPos(PUSHORT a, PUSHORT b, HVIO c) 13468 yyrc = VIO16GETCP(a, b, c); 13469 SetFS(sel); 13470 13471 return yyrc; 13472 } 13473 13474 #undef VioGetCp 13475 #define VioGetCp _VioGetCp 13476 13477 inline USHORT APIENTRY16 _VioGetCurPos(PUSHORT a, PUSHORT b, HVIO c) 10618 13478 { 10619 13479 USHORT yyrc; 10620 13480 USHORT sel = GetFS(); 10621 13481 10622 yyrc = VioGetCurPos(a, b, c); 10623 SetFS(sel); 10624 10625 return yyrc; 10626 } 10627 10628 inline USHORT APIENTRY16 VioGetCurType(PVIOCURSORINFO a, HVIO b) 13482 yyrc = VIO16GETCURPOS(a, b, c); 13483 SetFS(sel); 13484 13485 return yyrc; 13486 } 13487 13488 #undef VioGetCurPos 13489 #define VioGetCurPos _VioGetCurPos 13490 13491 inline USHORT APIENTRY16 _VioGetCurType(PVIOCURSORINFO a, HVIO b) 10629 13492 { 10630 13493 USHORT yyrc; 10631 13494 USHORT sel = GetFS(); 10632 13495 10633 yyrc = VioGetCurType(a, b); 10634 SetFS(sel); 10635 10636 return yyrc; 10637 } 10638 10639 inline USHORT APIENTRY16 VioGetFont(PVIOFONTINFO a, HVIO b) 13496 yyrc = VIO16GETCURTYPE(a, b); 13497 SetFS(sel); 13498 13499 return yyrc; 13500 } 13501 13502 #undef VioGetCurType 13503 #define VioGetCurType _VioGetCurType 13504 13505 inline USHORT APIENTRY16 _VioGetFont(PVIOFONTINFO a, HVIO b) 10640 13506 { 10641 13507 USHORT yyrc; 10642 13508 USHORT sel = GetFS(); 10643 13509 10644 yyrc = VioGetFont(a, b); 10645 SetFS(sel); 10646 10647 return yyrc; 10648 } 10649 10650 inline USHORT APIENTRY16 VioGetMode(PVIOMODEINFO a, HVIO b) 13510 yyrc = VIO16GETFONT(a, b); 13511 SetFS(sel); 13512 13513 return yyrc; 13514 } 13515 13516 #undef VioGetFont 13517 #define VioGetFont _VioGetFont 13518 13519 inline USHORT APIENTRY16 _VioGetMode(PVIOMODEINFO a, HVIO b) 10651 13520 { 10652 13521 USHORT yyrc; 10653 13522 USHORT sel = GetFS(); 10654 13523 10655 yyrc = VioGetMode(a, b); 10656 SetFS(sel); 10657 10658 return yyrc; 10659 } 10660 10661 inline USHORT APIENTRY16 VioGetPhysBuf(PVIOPHYSBUF a, USHORT b) 13524 yyrc = VIO16GETMODE(a, b); 13525 SetFS(sel); 13526 13527 return yyrc; 13528 } 13529 13530 #undef VioGetMode 13531 #define VioGetMode _VioGetMode 13532 13533 inline USHORT APIENTRY16 _VioGetPhysBuf(PVIOPHYSBUF a, USHORT b) 10662 13534 { 10663 13535 USHORT yyrc; 10664 13536 USHORT sel = GetFS(); 10665 13537 10666 yyrc = VioGetPhysBuf(a, b); 10667 SetFS(sel); 10668 10669 return yyrc; 10670 } 10671 10672 inline USHORT APIENTRY16 VioGetState(PVOID a, HVIO b) 13538 yyrc = VIO16GETPHYSBUF(a, b); 13539 SetFS(sel); 13540 13541 return yyrc; 13542 } 13543 13544 #undef VioGetPhysBuf 13545 #define VioGetPhysBuf _VioGetPhysBuf 13546 13547 inline USHORT APIENTRY16 _VioGetState(PVOID a, HVIO b) 10673 13548 { 10674 13549 USHORT yyrc; 10675 13550 USHORT sel = GetFS(); 10676 13551 10677 yyrc = VioGetState(a, b); 10678 SetFS(sel); 10679 10680 return yyrc; 10681 } 10682 10683 inline USHORT APIENTRY16 VioGlobalReg(PCSZ a, PCSZ b, ULONG c, ULONG d, USHORT e) 13552 yyrc = VIO16GETSTATE(a, b); 13553 SetFS(sel); 13554 13555 return yyrc; 13556 } 13557 13558 #undef VioGetState 13559 #define VioGetState _VioGetState 13560 13561 inline USHORT APIENTRY16 _VioModeUndo(USHORT a, USHORT b, USHORT c) 10684 13562 { 10685 13563 USHORT yyrc; 10686 13564 USHORT sel = GetFS(); 10687 13565 10688 yyrc = VioGlobalReg(a, b, c, d, e); 10689 SetFS(sel); 10690 10691 return yyrc; 10692 } 10693 10694 inline USHORT APIENTRY16 VioModeUndo(USHORT a, USHORT b, USHORT c) 13566 yyrc = VIO16MODEUNDO(a, b, c); 13567 SetFS(sel); 13568 13569 return yyrc; 13570 } 13571 13572 #undef VioModeUndo 13573 #define VioModeUndo _VioModeUndo 13574 13575 inline USHORT APIENTRY16 _VioModeWait(USHORT a, PUSHORT b, USHORT c) 10695 13576 { 10696 13577 USHORT yyrc; 10697 13578 USHORT sel = GetFS(); 10698 13579 10699 yyrc = VioModeUndo(a, b, c); 10700 SetFS(sel); 10701 10702 return yyrc; 10703 } 10704 10705 inline USHORT APIENTRY16 VioModeWait(USHORT a, PUSHORT b, USHORT c) 13580 yyrc = VIO16MODEWAIT(a, b, c); 13581 SetFS(sel); 13582 13583 return yyrc; 13584 } 13585 13586 #undef VioModeWait 13587 #define VioModeWait _VioModeWait 13588 13589 inline USHORT APIENTRY16 _VioPopUp(PUSHORT a, HVIO b) 10706 13590 { 10707 13591 USHORT yyrc; 10708 13592 USHORT sel = GetFS(); 10709 13593 10710 yyrc = VioModeWait(a, b, c); 10711 SetFS(sel); 10712 10713 return yyrc; 10714 } 10715 10716 inline USHORT APIENTRY16 VioPopUp(PUSHORT a, HVIO b) 13594 yyrc = VIO16POPUP(a, b); 13595 SetFS(sel); 13596 13597 return yyrc; 13598 } 13599 13600 #undef VioPopUp 13601 #define VioPopUp _VioPopUp 13602 13603 inline USHORT APIENTRY16 _VioPrtSc(HVIO a) 10717 13604 { 10718 13605 USHORT yyrc; 10719 13606 USHORT sel = GetFS(); 10720 13607 10721 yyrc = VioPopUp(a, b); 10722 SetFS(sel); 10723 10724 return yyrc; 10725 } 10726 10727 inline USHORT APIENTRY16 VioPrtSc(HVIO a) 13608 yyrc = VIO16PRTSC(a); 13609 SetFS(sel); 13610 13611 return yyrc; 13612 } 13613 13614 #undef VioPrtSc 13615 #define VioPrtSc _VioPrtSc 13616 13617 inline USHORT APIENTRY16 _VioPrtScToggle(HVIO a) 10728 13618 { 10729 13619 USHORT yyrc; 10730 13620 USHORT sel = GetFS(); 10731 13621 10732 yyrc = VioPrtSc(a); 10733 SetFS(sel); 10734 10735 return yyrc; 10736 } 10737 10738 inline USHORT APIENTRY16 VioPrtScToggle(HVIO a) 13622 yyrc = VIO16PRTSCTOGGLE(a); 13623 SetFS(sel); 13624 13625 return yyrc; 13626 } 13627 13628 #undef VioPrtScToggle 13629 #define VioPrtScToggle _VioPrtScToggle 13630 13631 inline USHORT APIENTRY16 _VioReadCellStr(PCH a, PUSHORT b, USHORT c, USHORT d, HVIO e) 10739 13632 { 10740 13633 USHORT yyrc; 10741 13634 USHORT sel = GetFS(); 10742 13635 10743 yyrc = VioPrtScToggle(a); 10744 SetFS(sel); 10745 10746 return yyrc; 10747 } 10748 10749 inline USHORT APIENTRY16 VioReadCellStr(PCH a, PUSHORT b, USHORT c, USHORT d, HVIO e) 13636 yyrc = VIO16READCELLSTR(a, b, c, d, e); 13637 SetFS(sel); 13638 13639 return yyrc; 13640 } 13641 13642 #undef VioReadCellStr 13643 #define VioReadCellStr _VioReadCellStr 13644 13645 inline USHORT APIENTRY16 _VioReadCharStr(PCH a, PUSHORT b, USHORT c, USHORT d, HVIO e) 10750 13646 { 10751 13647 USHORT yyrc; 10752 13648 USHORT sel = GetFS(); 10753 13649 10754 yyrc = VioReadCellStr(a, b, c, d, e); 10755 SetFS(sel); 10756 10757 return yyrc; 10758 } 10759 10760 inline USHORT APIENTRY16 VioReadCharStr(PCH a, PUSHORT b, USHORT c, USHORT d, HVIO e) 13650 yyrc = VIO16READCHARSTR(a, b, c, d, e); 13651 SetFS(sel); 13652 13653 return yyrc; 13654 } 13655 13656 #undef VioReadCharStr 13657 #define VioReadCharStr _VioReadCharStr 13658 13659 inline USHORT APIENTRY16 _VioRegister(PSZ a, PSZ b, ULONG c, ULONG d) 10761 13660 { 10762 13661 USHORT yyrc; 10763 13662 USHORT sel = GetFS(); 10764 13663 10765 yyrc = VioReadCharStr(a, b, c, d, e); 10766 SetFS(sel); 10767 10768 return yyrc; 10769 } 10770 10771 inline USHORT APIENTRY16 VioRegister(PCSZ a, PCSZ b, ULONG c, ULONG d) 13664 yyrc = VIO16REGISTER(a, b, c, d); 13665 SetFS(sel); 13666 13667 return yyrc; 13668 } 13669 13670 #undef VioRegister 13671 #define VioRegister _VioRegister 13672 13673 inline USHORT APIENTRY16 _VioSavRedrawUndo(USHORT a, USHORT b, USHORT c) 10772 13674 { 10773 13675 USHORT yyrc; 10774 13676 USHORT sel = GetFS(); 10775 13677 10776 yyrc = VioRegister(a, b, c, d); 10777 SetFS(sel); 10778 10779 return yyrc; 10780 } 10781 10782 inline USHORT APIENTRY16 VioSavRedrawUndo(USHORT a, USHORT b, USHORT c) 13678 yyrc = VIO16SAVREDRAWUNDO(a, b, c); 13679 SetFS(sel); 13680 13681 return yyrc; 13682 } 13683 13684 #undef VioSavRedrawUndo 13685 #define VioSavRedrawUndo _VioSavRedrawUndo 13686 13687 inline USHORT APIENTRY16 _VioSavRedrawWait(USHORT a, PUSHORT b, USHORT c) 10783 13688 { 10784 13689 USHORT yyrc; 10785 13690 USHORT sel = GetFS(); 10786 13691 10787 yyrc = VioSavRedrawUndo(a, b, c); 10788 SetFS(sel); 10789 10790 return yyrc; 10791 } 10792 10793 inline USHORT APIENTRY16 VioSavRedrawWait(USHORT a, PUSHORT b, USHORT c) 13692 yyrc = VIO16SAVREDRAWWAIT(a, b, c); 13693 SetFS(sel); 13694 13695 return yyrc; 13696 } 13697 13698 #undef VioSavRedrawWait 13699 #define VioSavRedrawWait _VioSavRedrawWait 13700 13701 inline USHORT APIENTRY16 _VioScrLock(USHORT a, PUCHAR b, HVIO c) 10794 13702 { 10795 13703 USHORT yyrc; 10796 13704 USHORT sel = GetFS(); 10797 13705 10798 yyrc = VioSavRedrawWait(a, b, c); 10799 SetFS(sel); 10800 10801 return yyrc; 10802 } 10803 10804 inline USHORT APIENTRY16 VioScrLock(USHORT a, PUCHAR b, HVIO c) 13706 yyrc = VIO16SCRLOCK(a, b, c); 13707 SetFS(sel); 13708 13709 return yyrc; 13710 } 13711 13712 #undef VioScrLock 13713 #define VioScrLock _VioScrLock 13714 13715 inline USHORT APIENTRY16 _VioScrollDn(USHORT a, USHORT b, USHORT c, USHORT d, USHORT e, PBYTE f, HVIO g) 10805 13716 { 10806 13717 USHORT yyrc; 10807 13718 USHORT sel = GetFS(); 10808 13719 10809 yyrc = VioScrLock(a, b, c); 10810 SetFS(sel); 10811 10812 return yyrc; 10813 } 10814 10815 inline USHORT APIENTRY16 VioScrollDn(USHORT a, USHORT b, USHORT c, USHORT d, USHORT e, PBYTE f, HVIO g) 13720 yyrc = VIO16SCROLLDN(a, b, c, d, e, f, g); 13721 SetFS(sel); 13722 13723 return yyrc; 13724 } 13725 13726 #undef VioScrollDn 13727 #define VioScrollDn _VioScrollDn 13728 13729 inline USHORT APIENTRY16 _VioScrollLf(USHORT a, USHORT b, USHORT c, USHORT d, USHORT e, PBYTE f, HVIO g) 10816 13730 { 10817 13731 USHORT yyrc; 10818 13732 USHORT sel = GetFS(); 10819 13733 10820 yyrc = VioScrollDn(a, b, c, d, e, f, g); 10821 SetFS(sel); 10822 10823 return yyrc; 10824 } 10825 10826 inline USHORT APIENTRY16 VioScrollLf(USHORT a, USHORT b, USHORT c, USHORT d, USHORT e, PBYTE f, HVIO g) 13734 yyrc = VIO16SCROLLLF(a, b, c, d, e, f, g); 13735 SetFS(sel); 13736 13737 return yyrc; 13738 } 13739 13740 #undef VioScrollLf 13741 #define VioScrollLf _VioScrollLf 13742 13743 inline USHORT APIENTRY16 _VioScrollRt(USHORT a, USHORT b, USHORT c, USHORT d, USHORT e, PBYTE f, HVIO g) 10827 13744 { 10828 13745 USHORT yyrc; 10829 13746 USHORT sel = GetFS(); 10830 13747 10831 yyrc = VioScrollLf(a, b, c, d, e, f, g); 10832 SetFS(sel); 10833 10834 return yyrc; 10835 } 10836 10837 inline USHORT APIENTRY16 VioScrollRt(USHORT a, USHORT b, USHORT c, USHORT d, USHORT e, PBYTE f, HVIO g) 13748 yyrc = VIO16SCROLLRT(a, b, c, d, e, f, g); 13749 SetFS(sel); 13750 13751 return yyrc; 13752 } 13753 13754 #undef VioScrollRt 13755 #define VioScrollRt _VioScrollRt 13756 13757 inline USHORT APIENTRY16 _VioScrollUp(USHORT a, USHORT b, USHORT c, USHORT d, USHORT e, PBYTE f, HVIO g) 10838 13758 { 10839 13759 USHORT yyrc; 10840 13760 USHORT sel = GetFS(); 10841 13761 10842 yyrc = VioScrollRt(a, b, c, d, e, f, g); 10843 SetFS(sel); 10844 10845 return yyrc; 10846 } 10847 10848 inline USHORT APIENTRY16 VioScrollUp(USHORT a, USHORT b, USHORT c, USHORT d, USHORT e, PBYTE f, HVIO g) 13762 yyrc = VIO16SCROLLUP(a, b, c, d, e, f, g); 13763 SetFS(sel); 13764 13765 return yyrc; 13766 } 13767 13768 #undef VioScrollUp 13769 #define VioScrollUp _VioScrollUp 13770 13771 inline USHORT APIENTRY16 _VioScrUnLock(HVIO a) 10849 13772 { 10850 13773 USHORT yyrc; 10851 13774 USHORT sel = GetFS(); 10852 13775 10853 yyrc = VioScrollUp(a, b, c, d, e, f, g); 10854 SetFS(sel); 10855 10856 return yyrc; 10857 } 10858 10859 inline USHORT APIENTRY16 VioScrUnLock(HVIO a) 13776 yyrc = VIO16SCRUNLOCK(a); 13777 SetFS(sel); 13778 13779 return yyrc; 13780 } 13781 13782 #undef VioScrUnLock 13783 #define VioScrUnLock _VioScrUnLock 13784 13785 inline USHORT APIENTRY16 _VioSetAnsi(USHORT a, HVIO b) 10860 13786 { 10861 13787 USHORT yyrc; 10862 13788 USHORT sel = GetFS(); 10863 13789 10864 yyrc = VioScrUnLock(a); 10865 SetFS(sel); 10866 10867 return yyrc; 10868 } 10869 10870 inline USHORT APIENTRY16 VioSetAnsi(USHORT a, HVIO b) 13790 yyrc = VIO16SETANSI(a, b); 13791 SetFS(sel); 13792 13793 return yyrc; 13794 } 13795 13796 #undef VioSetAnsi 13797 #define VioSetAnsi _VioSetAnsi 13798 13799 inline USHORT APIENTRY16 _VioSetCp(USHORT a, USHORT b, HVIO c) 10871 13800 { 10872 13801 USHORT yyrc; 10873 13802 USHORT sel = GetFS(); 10874 13803 10875 yyrc = VioSetAnsi(a, b); 10876 SetFS(sel); 10877 10878 return yyrc; 10879 } 10880 10881 inline USHORT APIENTRY16 VioSetCp(USHORT a, USHORT b, HVIO c) 13804 yyrc = VIO16SETCP(a, b, c); 13805 SetFS(sel); 13806 13807 return yyrc; 13808 } 13809 13810 #undef VioSetCp 13811 #define VioSetCp _VioSetCp 13812 13813 inline USHORT APIENTRY16 _VioSetCurPos(USHORT a, USHORT b, HVIO c) 10882 13814 { 10883 13815 USHORT yyrc; 10884 13816 USHORT sel = GetFS(); 10885 13817 10886 yyrc = VioSetCp(a, b, c); 10887 SetFS(sel); 10888 10889 return yyrc; 10890 } 10891 10892 inline USHORT APIENTRY16 VioSetCurPos(USHORT a, USHORT b, HVIO c) 13818 yyrc = VIO16SETCURPOS(a, b, c); 13819 SetFS(sel); 13820 13821 return yyrc; 13822 } 13823 13824 #undef VioSetCurPos 13825 #define VioSetCurPos _VioSetCurPos 13826 13827 inline USHORT APIENTRY16 _VioSetCurType(PVIOCURSORINFO a, HVIO b) 10893 13828 { 10894 13829 USHORT yyrc; 10895 13830 USHORT sel = GetFS(); 10896 13831 10897 yyrc = VioSetCurPos(a, b, c); 10898 SetFS(sel); 10899 10900 return yyrc; 10901 } 10902 10903 inline USHORT APIENTRY16 VioSetCurType(PVIOCURSORINFO a, HVIO b) 13832 yyrc = VIO16SETCURTYPE(a, b); 13833 SetFS(sel); 13834 13835 return yyrc; 13836 } 13837 13838 #undef VioSetCurType 13839 #define VioSetCurType _VioSetCurType 13840 13841 inline USHORT APIENTRY16 _VioSetFont(PVIOFONTINFO a, HVIO b) 10904 13842 { 10905 13843 USHORT yyrc; 10906 13844 USHORT sel = GetFS(); 10907 13845 10908 yyrc = VioSetCurType(a, b); 10909 SetFS(sel); 10910 10911 return yyrc; 10912 } 10913 10914 inline USHORT APIENTRY16 VioSetFont(PVIOFONTINFO a, HVIO b) 13846 yyrc = VIO16SETFONT(a, b); 13847 SetFS(sel); 13848 13849 return yyrc; 13850 } 13851 13852 #undef VioSetFont 13853 #define VioSetFont _VioSetFont 13854 13855 inline USHORT APIENTRY16 _VioSetMode(PVIOMODEINFO a, HVIO b) 10915 13856 { 10916 13857 USHORT yyrc; 10917 13858 USHORT sel = GetFS(); 10918 13859 10919 yyrc = VioSetFont(a, b); 10920 SetFS(sel); 10921 10922 return yyrc; 10923 } 10924 10925 inline USHORT APIENTRY16 VioSetMode(PVIOMODEINFO a, HVIO b) 13860 yyrc = VIO16SETMODE(a, b); 13861 SetFS(sel); 13862 13863 return yyrc; 13864 } 13865 13866 #undef VioSetMode 13867 #define VioSetMode _VioSetMode 13868 13869 inline USHORT APIENTRY16 _VioSetState(PVOID a, HVIO b) 10926 13870 { 10927 13871 USHORT yyrc; 10928 13872 USHORT sel = GetFS(); 10929 13873 10930 yyrc = VioSetMode(a, b); 10931 SetFS(sel); 10932 10933 return yyrc; 10934 } 10935 10936 inline USHORT APIENTRY16 VioSetState(PVOID a, HVIO b) 13874 yyrc = VIO16SETSTATE(a, b); 13875 SetFS(sel); 13876 13877 return yyrc; 13878 } 13879 13880 #undef VioSetState 13881 #define VioSetState _VioSetState 13882 13883 inline USHORT APIENTRY16 _VioShowBuf(USHORT a, USHORT b, HVIO c) 10937 13884 { 10938 13885 USHORT yyrc; 10939 13886 USHORT sel = GetFS(); 10940 13887 10941 yyrc = VioSetState(a, b); 10942 SetFS(sel); 10943 10944 return yyrc; 10945 } 10946 10947 inline USHORT APIENTRY16 VioShowBuf(USHORT a, USHORT b, HVIO c) 13888 yyrc = VIO16SHOWBUF(a, b, c); 13889 SetFS(sel); 13890 13891 return yyrc; 13892 } 13893 13894 #undef VioShowBuf 13895 #define VioShowBuf _VioShowBuf 13896 13897 inline USHORT APIENTRY16 _VioWrtCellStr(PCH a, USHORT b, USHORT c, USHORT d, HVIO e) 10948 13898 { 10949 13899 USHORT yyrc; 10950 13900 USHORT sel = GetFS(); 10951 13901 10952 yyrc = VioShowBuf(a, b, c); 10953 SetFS(sel); 10954 10955 return yyrc; 10956 } 10957 10958 inline USHORT APIENTRY16 VioWrtCellStr(PCH a, USHORT b, USHORT c, USHORT d, HVIO e) 13902 yyrc = VIO16WRTCELLSTR(a, b, c, d, e); 13903 SetFS(sel); 13904 13905 return yyrc; 13906 } 13907 13908 #undef VioWrtCellStr 13909 #define VioWrtCellStr _VioWrtCellStr 13910 13911 inline USHORT APIENTRY16 _VioWrtCharStr(PCH a, USHORT b, USHORT c, USHORT d, HVIO e) 10959 13912 { 10960 13913 USHORT yyrc; 10961 13914 USHORT sel = GetFS(); 10962 13915 10963 yyrc = VioWrtCellStr(a, b, c, d, e); 10964 SetFS(sel); 10965 10966 return yyrc; 10967 } 10968 10969 inline USHORT APIENTRY16 VioWrtCharStr(PCH a, USHORT b, USHORT c, USHORT d, HVIO e) 13916 yyrc = VIO16WRTCHARSTR(a, b, c, d, e); 13917 SetFS(sel); 13918 13919 return yyrc; 13920 } 13921 13922 #undef VioWrtCharStr 13923 #define VioWrtCharStr _VioWrtCharStr 13924 13925 inline USHORT APIENTRY16 _VioWrtCharStrAtt(PCH a, USHORT b, USHORT c, USHORT d, PBYTE e, HVIO f) 10970 13926 { 10971 13927 USHORT yyrc; 10972 13928 USHORT sel = GetFS(); 10973 13929 10974 yyrc = VioWrtCharStr(a, b, c, d, e); 10975 SetFS(sel); 10976 10977 return yyrc; 10978 } 10979 10980 inline USHORT APIENTRY16 VioWrtCharStrAtt(PCH a, USHORT b, USHORT c, USHORT d, PBYTE e, HVIO f) 13930 yyrc = VIO16WRTCHARSTRATT(a, b, c, d, e, f); 13931 SetFS(sel); 13932 13933 return yyrc; 13934 } 13935 13936 #undef VioWrtCharStrAtt 13937 #define VioWrtCharStrAtt _VioWrtCharStrAtt 13938 13939 inline USHORT APIENTRY16 _VioWrtNAttr(PBYTE a, USHORT b, USHORT c, USHORT d, HVIO e) 10981 13940 { 10982 13941 USHORT yyrc; 10983 13942 USHORT sel = GetFS(); 10984 13943 10985 yyrc = VioWrtCharStrAtt(a, b, c, d, e, f); 10986 SetFS(sel); 10987 10988 return yyrc; 10989 } 10990 10991 inline USHORT APIENTRY16 VioWrtNAttr(CONST BYTE *a, USHORT b, USHORT c, USHORT d, HVIO e) 13944 yyrc = VIO16WRTNATTR(a, b, c, d, e); 13945 SetFS(sel); 13946 13947 return yyrc; 13948 } 13949 13950 #undef VioWrtNAttr 13951 #define VioWrtNAttr _VioWrtNAttr 13952 13953 inline USHORT APIENTRY16 _VioWrtNCell(PBYTE a, USHORT b, USHORT c, USHORT d, HVIO e) 10992 13954 { 10993 13955 USHORT yyrc; 10994 13956 USHORT sel = GetFS(); 10995 13957 10996 yyrc = VioWrtNAttr(a, b, c, d, e); 10997 SetFS(sel); 10998 10999 return yyrc; 11000 } 11001 11002 inline USHORT APIENTRY16 VioWrtNCell(CONST BYTE *a, USHORT b, USHORT c, USHORT d, HVIO e) 13958 yyrc = VIO16WRTNCELL(a, b, c, d, e); 13959 SetFS(sel); 13960 13961 return yyrc; 13962 } 13963 13964 #undef VioWrtNCell 13965 #define VioWrtNCell _VioWrtNCell 13966 13967 inline USHORT APIENTRY16 _VioWrtNChar(PCH a, USHORT b, USHORT c, USHORT d, HVIO e) 11003 13968 { 11004 13969 USHORT yyrc; 11005 13970 USHORT sel = GetFS(); 11006 13971 11007 yyrc = VioWrtNCell(a, b, c, d, e); 11008 SetFS(sel); 11009 11010 return yyrc; 11011 } 11012 11013 inline USHORT APIENTRY16 VioWrtNChar(PCH a, USHORT b, USHORT c, USHORT d, HVIO e) 13972 yyrc = VIO16WRTNCHAR(a, b, c, d, e); 13973 SetFS(sel); 13974 13975 return yyrc; 13976 } 13977 13978 #undef VioWrtNChar 13979 #define VioWrtNChar _VioWrtNChar 13980 13981 inline USHORT APIENTRY16 _VioWrtTTY(PCH a, USHORT b, HVIO c) 11014 13982 { 11015 13983 USHORT yyrc; 11016 13984 USHORT sel = GetFS(); 11017 13985 11018 yyrc = VioWrtNChar(a, b, c, d, e); 11019 SetFS(sel); 11020 11021 return yyrc; 11022 } 11023 11024 inline USHORT APIENTRY16 VioWrtTTY(PCH a, USHORT b, HVIO c) 11025 { 11026 USHORT yyrc; 11027 USHORT sel = GetFS(); 11028 11029 yyrc = VioWrtTTY(a, b, c); 11030 SetFS(sel); 11031 11032 return yyrc; 11033 } 13986 yyrc = VIO16WRTTTY(a, b, c); 13987 SetFS(sel); 13988 13989 return yyrc; 13990 } 13991 13992 #undef VioWrtTTY 13993 #define VioWrtTTY _VioWrtTTY 11034 13994 11035 13995 #endif 11036 13996 #ifdef INCL_MOU 11037 inline USHORT APIENTRY16 MouClose(HMOU a)13997 inline USHORT APIENTRY16 _MouClose(HMOU a) 11038 13998 { 11039 13999 USHORT yyrc; 11040 14000 USHORT sel = GetFS(); 11041 14001 11042 yyrc = MouClose(a); 11043 SetFS(sel); 11044 11045 return yyrc; 11046 } 11047 11048 inline USHORT APIENTRY16 MouDeRegister() 14002 yyrc = MOU16CLOSE(a); 14003 SetFS(sel); 14004 14005 return yyrc; 14006 } 14007 14008 #undef MouClose 14009 #define MouClose _MouClose 14010 14011 inline USHORT APIENTRY16 _MouDeRegister() 11049 14012 { 11050 14013 USHORT yyrc; 11051 14014 USHORT sel = GetFS(); 11052 14015 11053 yyrc = MouDeRegister(); 11054 SetFS(sel); 11055 11056 return yyrc; 11057 } 11058 11059 inline USHORT APIENTRY16 MouDrawPtr(HMOU a) 14016 yyrc = MOU16DEREGISTER(); 14017 SetFS(sel); 14018 14019 return yyrc; 14020 } 14021 14022 #undef MouDeRegister 14023 #define MouDeRegister _MouDeRegister 14024 14025 inline USHORT APIENTRY16 _MouDrawPtr(HMOU a) 11060 14026 { 11061 14027 USHORT yyrc; 11062 14028 USHORT sel = GetFS(); 11063 14029 11064 yyrc = MouDrawPtr(a); 11065 SetFS(sel); 11066 11067 return yyrc; 11068 } 11069 11070 inline USHORT APIENTRY16 MouFlushQue(HMOU a) 14030 yyrc = MOU16DRAWPTR(a); 14031 SetFS(sel); 14032 14033 return yyrc; 14034 } 14035 14036 #undef MouDrawPtr 14037 #define MouDrawPtr _MouDrawPtr 14038 14039 inline USHORT APIENTRY16 _MouFlushQue(HMOU a) 11071 14040 { 11072 14041 USHORT yyrc; 11073 14042 USHORT sel = GetFS(); 11074 14043 11075 yyrc = MouFlushQue(a); 11076 SetFS(sel); 11077 11078 return yyrc; 11079 } 11080 11081 inline USHORT APIENTRY16 MouGetDevStatus(PUSHORT a, HMOU b) 14044 yyrc = MOU16FLUSHQUE(a); 14045 SetFS(sel); 14046 14047 return yyrc; 14048 } 14049 14050 #undef MouFlushQue 14051 #define MouFlushQue _MouFlushQue 14052 14053 inline USHORT APIENTRY16 _MouGetDevStatus(PUSHORT a, HMOU b) 11082 14054 { 11083 14055 USHORT yyrc; 11084 14056 USHORT sel = GetFS(); 11085 14057 11086 yyrc = MouGetDevStatus(a, b); 11087 SetFS(sel); 11088 11089 return yyrc; 11090 } 11091 11092 inline USHORT APIENTRY16 MouGetEventMask(PUSHORT a, HMOU b) 14058 yyrc = MOU16GETDEVSTATUS(a, b); 14059 SetFS(sel); 14060 14061 return yyrc; 14062 } 14063 14064 #undef MouGetDevStatus 14065 #define MouGetDevStatus _MouGetDevStatus 14066 14067 inline USHORT APIENTRY16 _MouGetEventMask(PUSHORT a, HMOU b) 11093 14068 { 11094 14069 USHORT yyrc; 11095 14070 USHORT sel = GetFS(); 11096 14071 11097 yyrc = MouGetEventMask(a, b); 11098 SetFS(sel); 11099 11100 return yyrc; 11101 } 11102 11103 inline USHORT APIENTRY16 MouGetNumButtons(PUSHORT a, HMOU b) 14072 yyrc = MOU16GETEVENTMASK(a, b); 14073 SetFS(sel); 14074 14075 return yyrc; 14076 } 14077 14078 #undef MouGetEventMask 14079 #define MouGetEventMask _MouGetEventMask 14080 14081 inline USHORT APIENTRY16 _MouGetNumButtons(PUSHORT a, HMOU b) 11104 14082 { 11105 14083 USHORT yyrc; 11106 14084 USHORT sel = GetFS(); 11107 14085 11108 yyrc = MouGetNumButtons(a, b); 11109 SetFS(sel); 11110 11111 return yyrc; 11112 } 11113 11114 inline USHORT APIENTRY16 MouGetNumMickeys(PUSHORT a, HMOU b) 14086 yyrc = MOU16GETNUMBUTTONS(a, b); 14087 SetFS(sel); 14088 14089 return yyrc; 14090 } 14091 14092 #undef MouGetNumButtons 14093 #define MouGetNumButtons _MouGetNumButtons 14094 14095 inline USHORT APIENTRY16 _MouGetNumMickeys(PUSHORT a, HMOU b) 11115 14096 { 11116 14097 USHORT yyrc; 11117 14098 USHORT sel = GetFS(); 11118 14099 11119 yyrc = MouGetNumMickeys(a, b); 11120 SetFS(sel); 11121 11122 return yyrc; 11123 } 11124 11125 inline USHORT APIENTRY16 MouGetNumQueEl(PMOUQUEINFO a, HMOU b) 14100 yyrc = MOU16GETNUMMICKEYS(a, b); 14101 SetFS(sel); 14102 14103 return yyrc; 14104 } 14105 14106 #undef MouGetNumMickeys 14107 #define MouGetNumMickeys _MouGetNumMickeys 14108 14109 inline USHORT APIENTRY16 _MouGetNumQueEl(PMOUQUEINFO a, HMOU b) 11126 14110 { 11127 14111 USHORT yyrc; 11128 14112 USHORT sel = GetFS(); 11129 14113 11130 yyrc = MouGetNumQueEl(a, b); 11131 SetFS(sel); 11132 11133 return yyrc; 11134 } 11135 11136 inline USHORT APIENTRY16 MouGetPtrPos(PPTRLOC a, HMOU b) 14114 yyrc = MOU16GETNUMQUEEL(a, b); 14115 SetFS(sel); 14116 14117 return yyrc; 14118 } 14119 14120 #undef MouGetNumQueEl 14121 #define MouGetNumQueEl _MouGetNumQueEl 14122 14123 inline USHORT APIENTRY16 _MouGetPtrPos(PPTRLOC a, HMOU b) 11137 14124 { 11138 14125 USHORT yyrc; 11139 14126 USHORT sel = GetFS(); 11140 14127 11141 yyrc = MouGetPtrPos(a, b); 11142 SetFS(sel); 11143 11144 return yyrc; 11145 } 11146 11147 inline USHORT APIENTRY16 MouGetPtrShape(PBYTE a, PPTRSHAPE b, HMOU c) 14128 yyrc = MOU16GETPTRPOS(a, b); 14129 SetFS(sel); 14130 14131 return yyrc; 14132 } 14133 14134 #undef MouGetPtrPos 14135 #define MouGetPtrPos _MouGetPtrPos 14136 14137 inline USHORT APIENTRY16 _MouGetPtrShape(PBYTE a, PPTRSHAPE b, HMOU c) 11148 14138 { 11149 14139 USHORT yyrc; 11150 14140 USHORT sel = GetFS(); 11151 14141 11152 yyrc = MouGetPtrShape(a, b, c); 11153 SetFS(sel); 11154 11155 return yyrc; 11156 } 11157 11158 inline USHORT APIENTRY16 MouGetScaleFact(PSCALEFACT a, HMOU b) 14142 yyrc = MOU16GETPTRSHAPE(a, b, c); 14143 SetFS(sel); 14144 14145 return yyrc; 14146 } 14147 14148 #undef MouGetPtrShape 14149 #define MouGetPtrShape _MouGetPtrShape 14150 14151 inline USHORT APIENTRY16 _MouGetScaleFact(PSCALEFACT a, HMOU b) 11159 14152 { 11160 14153 USHORT yyrc; 11161 14154 USHORT sel = GetFS(); 11162 14155 11163 yyrc = MouGetScaleFact(a, b); 11164 SetFS(sel); 11165 11166 return yyrc; 11167 } 11168 11169 inline USHORT APIENTRY16 MouGetThreshold(PTHRESHOLD a, HMOU b) 14156 yyrc = MOU16GETSCALEFACT(a, b); 14157 SetFS(sel); 14158 14159 return yyrc; 14160 } 14161 14162 #undef MouGetScaleFact 14163 #define MouGetScaleFact _MouGetScaleFact 14164 14165 inline USHORT APIENTRY16 _MouGetThreshold(PTHRESHOLD a, HMOU b) 11170 14166 { 11171 14167 USHORT yyrc; 11172 14168 USHORT sel = GetFS(); 11173 14169 11174 yyrc = MouGetThreshold(a, b); 11175 SetFS(sel); 11176 11177 return yyrc; 11178 } 11179 11180 inline USHORT APIENTRY16 MouInitReal(PCSZ a) 14170 yyrc = MOU16GETTHRESHOLD(a, b); 14171 SetFS(sel); 14172 14173 return yyrc; 14174 } 14175 14176 #undef MouGetThreshold 14177 #define MouGetThreshold _MouGetThreshold 14178 14179 inline USHORT APIENTRY16 _MouInitReal(PSZ a) 11181 14180 { 11182 14181 USHORT yyrc; 11183 14182 USHORT sel = GetFS(); 11184 14183 11185 yyrc = MouInitReal(a); 11186 SetFS(sel); 11187 11188 return yyrc; 11189 } 11190 11191 inline USHORT APIENTRY16 MouOpen(PCSZ a, PHMOU b) 14184 yyrc = MOU16INITREAL(a); 14185 SetFS(sel); 14186 14187 return yyrc; 14188 } 14189 14190 #undef MouInitReal 14191 #define MouInitReal _MouInitReal 14192 14193 inline USHORT APIENTRY16 _MouOpen(PSZ a, PHMOU b) 11192 14194 { 11193 14195 USHORT yyrc; 11194 14196 USHORT sel = GetFS(); 11195 14197 11196 yyrc = MouOpen(a, b); 11197 SetFS(sel); 11198 11199 return yyrc; 11200 } 11201 11202 inline USHORT APIENTRY16 MouReadEventQue(PMOUEVENTINFO a, PUSHORT b, HMOU c) 14198 yyrc = MOU16OPEN(a, b); 14199 SetFS(sel); 14200 14201 return yyrc; 14202 } 14203 14204 #undef MouOpen 14205 #define MouOpen _MouOpen 14206 14207 inline USHORT APIENTRY16 _MouReadEventQue(PMOUEVENTINFO a, PUSHORT b, HMOU c) 11203 14208 { 11204 14209 USHORT yyrc; 11205 14210 USHORT sel = GetFS(); 11206 14211 11207 yyrc = MouReadEventQue(a, b, c); 11208 SetFS(sel); 11209 11210 return yyrc; 11211 } 11212 11213 inline USHORT APIENTRY16 MouRegister(PCSZ a, PCSZ b, ULONG c) 14212 yyrc = MOU16READEVENTQUE(a, b, c); 14213 SetFS(sel); 14214 14215 return yyrc; 14216 } 14217 14218 #undef MouReadEventQue 14219 #define MouReadEventQue _MouReadEventQue 14220 14221 inline USHORT APIENTRY16 _MouRegister(PSZ a, PSZ b, ULONG c) 11214 14222 { 11215 14223 USHORT yyrc; 11216 14224 USHORT sel = GetFS(); 11217 14225 11218 yyrc = MouRegister(a, b, c); 11219 SetFS(sel); 11220 11221 return yyrc; 11222 } 11223 11224 inline USHORT APIENTRY16 MouRemovePtr(PNOPTRRECT a, HMOU b) 14226 yyrc = MOU16REGISTER(a, b, c); 14227 SetFS(sel); 14228 14229 return yyrc; 14230 } 14231 14232 #undef MouRegister 14233 #define MouRegister _MouRegister 14234 14235 inline USHORT APIENTRY16 _MouRemovePtr(PNOPTRRECT a, HMOU b) 11225 14236 { 11226 14237 USHORT yyrc; 11227 14238 USHORT sel = GetFS(); 11228 14239 11229 yyrc = MouRemovePtr(a, b); 11230 SetFS(sel); 11231 11232 return yyrc; 11233 } 11234 11235 inline USHORT APIENTRY16 MouSetDevStatus(PUSHORT a, HMOU b) 14240 yyrc = MOU16REMOVEPTR(a, b); 14241 SetFS(sel); 14242 14243 return yyrc; 14244 } 14245 14246 #undef MouRemovePtr 14247 #define MouRemovePtr _MouRemovePtr 14248 14249 inline USHORT APIENTRY16 _MouSetDevStatus(PUSHORT a, HMOU b) 11236 14250 { 11237 14251 USHORT yyrc; 11238 14252 USHORT sel = GetFS(); 11239 14253 11240 yyrc = MouSetDevStatus(a, b); 11241 SetFS(sel); 11242 11243 return yyrc; 11244 } 11245 11246 inline USHORT APIENTRY16 MouSetEventMask(PUSHORT a, HMOU b) 14254 yyrc = MOU16SETDEVSTATUS(a, b); 14255 SetFS(sel); 14256 14257 return yyrc; 14258 } 14259 14260 #undef MouSetDevStatus 14261 #define MouSetDevStatus _MouSetDevStatus 14262 14263 inline USHORT APIENTRY16 _MouSetEventMask(PUSHORT a, HMOU b) 11247 14264 { 11248 14265 USHORT yyrc; 11249 14266 USHORT sel = GetFS(); 11250 14267 11251 yyrc = MouSetEventMask(a, b); 11252 SetFS(sel); 11253 11254 return yyrc; 11255 } 11256 11257 inline USHORT APIENTRY16 MouSetPtrPos(PPTRLOC a, HMOU b) 14268 yyrc = MOU16SETEVENTMASK(a, b); 14269 SetFS(sel); 14270 14271 return yyrc; 14272 } 14273 14274 #undef MouSetEventMask 14275 #define MouSetEventMask _MouSetEventMask 14276 14277 inline USHORT APIENTRY16 _MouSetPtrPos(PPTRLOC a, HMOU b) 11258 14278 { 11259 14279 USHORT yyrc; 11260 14280 USHORT sel = GetFS(); 11261 14281 11262 yyrc = MouSetPtrPos(a, b); 11263 SetFS(sel); 11264 11265 return yyrc; 11266 } 11267 11268 inline USHORT APIENTRY16 MouSetPtrShape(PBYTE a, PPTRSHAPE b, HMOU c) 14282 yyrc = MOU16SETPTRPOS(a, b); 14283 SetFS(sel); 14284 14285 return yyrc; 14286 } 14287 14288 #undef MouSetPtrPos 14289 #define MouSetPtrPos _MouSetPtrPos 14290 14291 inline USHORT APIENTRY16 _MouSetPtrShape(PBYTE a, PPTRSHAPE b, HMOU c) 11269 14292 { 11270 14293 USHORT yyrc; 11271 14294 USHORT sel = GetFS(); 11272 14295 11273 yyrc = MouSetPtrShape(a, b, c); 11274 SetFS(sel); 11275 11276 return yyrc; 11277 } 11278 11279 inline USHORT APIENTRY16 MouSetScaleFact(PSCALEFACT a, HMOU b) 14296 yyrc = MOU16SETPTRSHAPE(a, b, c); 14297 SetFS(sel); 14298 14299 return yyrc; 14300 } 14301 14302 #undef MouSetPtrShape 14303 #define MouSetPtrShape _MouSetPtrShape 14304 14305 inline USHORT APIENTRY16 _MouSetScaleFact(PSCALEFACT a, HMOU b) 11280 14306 { 11281 14307 USHORT yyrc; 11282 14308 USHORT sel = GetFS(); 11283 14309 11284 yyrc = MouSetScaleFact(a, b); 11285 SetFS(sel); 11286 11287 return yyrc; 11288 } 11289 11290 inline USHORT APIENTRY16 MouSetThreshold(PTHRESHOLD a, HMOU b) 14310 yyrc = MOU16SETSCALEFACT(a, b); 14311 SetFS(sel); 14312 14313 return yyrc; 14314 } 14315 14316 #undef MouSetScaleFact 14317 #define MouSetScaleFact _MouSetScaleFact 14318 14319 inline USHORT APIENTRY16 _MouSetThreshold(PTHRESHOLD a, HMOU b) 11291 14320 { 11292 14321 USHORT yyrc; 11293 14322 USHORT sel = GetFS(); 11294 14323 11295 yyrc = MouSetThreshold(a, b); 11296 SetFS(sel); 11297 11298 return yyrc; 11299 } 11300 11301 inline USHORT APIENTRY16 MouSynch(USHORT a) 14324 yyrc = MOU16SETTHRESHOLD(a, b); 14325 SetFS(sel); 14326 14327 return yyrc; 14328 } 14329 14330 #undef MouSetThreshold 14331 #define MouSetThreshold _MouSetThreshold 14332 14333 inline USHORT APIENTRY16 _MouSynch(USHORT a) 11302 14334 { 11303 14335 USHORT yyrc; 11304 14336 USHORT sel = GetFS(); 11305 14337 11306 yyrc = MouSynch(a); 11307 SetFS(sel); 11308 11309 return yyrc; 11310 } 14338 yyrc = MOU16SYNCH(a); 14339 SetFS(sel); 14340 14341 return yyrc; 14342 } 14343 14344 #undef MouSynch 14345 #define MouSynch _MouSynch 11311 14346 11312 14347 #endif
Note:
See TracChangeset
for help on using the changeset viewer.