Changeset 21701 for branches/gcc-kmk/include/os2wrap.h
- Timestamp:
- Oct 18, 2011, 6:35:07 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gcc-kmk/include/os2wrap.h
r21597 r21701 10 10 #include <os2sel.h> 11 11 #include <os2newapi.h> 12 13 #if defined(__EMX__) && !defined(OS2_INCLUDED) 14 #define OS2_INCLUDED 15 #endif 12 16 13 17 // VAC: inline is a C++ keyword, must be translated to _Inline in C code … … 4782 4786 USHORT sel = RestoreOS2FS(); 4783 4787 4784 yyrc = V IO16ASSOCIATE(a, b);4785 SetFS(sel); 4786 4787 return yyrc; 4788 } 4788 yyrc = VioAssociate(a, b); 4789 SetFS(sel); 4790 4791 return yyrc; 4792 } 4789 4793 4790 4794 #undef VioAssociate … … 4796 4800 USHORT sel = RestoreOS2FS(); 4797 4801 4798 yyrc = V IO16CREATELOGFONT(a, b, c, d);4799 SetFS(sel); 4800 4801 return yyrc; 4802 } 4802 yyrc = VioCreateLogFont(a, b, c, d); 4803 SetFS(sel); 4804 4805 return yyrc; 4806 } 4803 4807 4804 4808 #undef VioCreateLogFont … … 4810 4814 USHORT sel = RestoreOS2FS(); 4811 4815 4812 yyrc = V IO16CREATEPS(a, b, c, d, e, f);4813 SetFS(sel); 4814 4815 return yyrc; 4816 } 4816 yyrc = VioCreatePS(a, b, c, d, e, f); 4817 SetFS(sel); 4818 4819 return yyrc; 4820 } 4817 4821 4818 4822 #undef VioCreatePS … … 4824 4828 USHORT sel = RestoreOS2FS(); 4825 4829 4826 yyrc = V IO16DELETESETID(a, b);4827 SetFS(sel); 4828 4829 return yyrc; 4830 } 4830 yyrc = VioDeleteSetId(a, b); 4831 SetFS(sel); 4832 4833 return yyrc; 4834 } 4831 4835 4832 4836 #undef VioDeleteSetId … … 4838 4842 USHORT sel = RestoreOS2FS(); 4839 4843 4840 yyrc = V IO16DESTROYPS(a);4841 SetFS(sel); 4842 4843 return yyrc; 4844 } 4844 yyrc = VioDestroyPS(a); 4845 SetFS(sel); 4846 4847 return yyrc; 4848 } 4845 4849 4846 4850 #undef VioDestroyPS … … 4852 4856 USHORT sel = RestoreOS2FS(); 4853 4857 4854 yyrc = V IO16GETDEVICECELLSIZE(a, b, c);4855 SetFS(sel); 4856 4857 return yyrc; 4858 } 4858 yyrc = VioGetDeviceCellSize(a, b, c); 4859 SetFS(sel); 4860 4861 return yyrc; 4862 } 4859 4863 4860 4864 #undef VioGetDeviceCellSize … … 4866 4870 USHORT sel = RestoreOS2FS(); 4867 4871 4868 yyrc = V IO16GETORG(a, b, c);4869 SetFS(sel); 4870 4871 return yyrc; 4872 } 4872 yyrc = VioGetOrg(a, b, c); 4873 SetFS(sel); 4874 4875 return yyrc; 4876 } 4873 4877 4874 4878 #undef VioGetOrg … … 4880 4884 USHORT sel = RestoreOS2FS(); 4881 4885 4882 yyrc = V IO16QUERYFONTS(a, b, c, d, e, f, g);4883 SetFS(sel); 4884 4885 return yyrc; 4886 } 4886 yyrc = VioQueryFonts(a, b, c, d, e, f, g); 4887 SetFS(sel); 4888 4889 return yyrc; 4890 } 4887 4891 4888 4892 #undef VioQueryFonts … … 4894 4898 USHORT sel = RestoreOS2FS(); 4895 4899 4896 yyrc = V IO16QUERYSETIDS(a, b, c, d, e);4897 SetFS(sel); 4898 4899 return yyrc; 4900 } 4900 yyrc = VioQuerySetIds(a, b, c, d, e); 4901 SetFS(sel); 4902 4903 return yyrc; 4904 } 4901 4905 4902 4906 #undef VioQuerySetIds … … 4908 4912 USHORT sel = RestoreOS2FS(); 4909 4913 4910 yyrc = V IO16SETDEVICECELLSIZE(a, b, c);4911 SetFS(sel); 4912 4913 return yyrc; 4914 } 4914 yyrc = VioSetDeviceCellSize(a, b, c); 4915 SetFS(sel); 4916 4917 return yyrc; 4918 } 4915 4919 4916 4920 #undef VioSetDeviceCellSize … … 4922 4926 USHORT sel = RestoreOS2FS(); 4923 4927 4924 yyrc = V IO16SETORG(a, b, c);4925 SetFS(sel); 4926 4927 return yyrc; 4928 } 4928 yyrc = VioSetOrg(a, b, c); 4929 SetFS(sel); 4930 4931 return yyrc; 4932 } 4929 4933 4930 4934 #undef VioSetOrg … … 4936 4940 USHORT sel = RestoreOS2FS(); 4937 4941 4938 yyrc = V IO16SHOWPS(a, b, c, d);4939 SetFS(sel); 4940 4941 return yyrc; 4942 } 4942 yyrc = VioShowPS(a, b, c, d); 4943 SetFS(sel); 4944 4945 return yyrc; 4946 } 4943 4947 4944 4948 #undef VioShowPS … … 4954 4958 4955 4959 return yyrc; 4956 } 4960 } 4957 4961 4958 4962 #undef WinDefAVioWindowProc … … 4970 4974 4971 4975 return yyrc; 4972 } 4976 } 4973 4977 4974 4978 #undef KbdCharIn … … 4984 4988 4985 4989 return yyrc; 4986 } 4990 } 4987 4991 4988 4992 #undef KbdClose … … 4998 5002 4999 5003 return yyrc; 5000 } 5004 } 5001 5005 5002 5006 #undef KbdDeRegister … … 5012 5016 5013 5017 return yyrc; 5014 } 5018 } 5015 5019 5016 5020 #undef KbdFlushBuffer … … 5026 5030 5027 5031 return yyrc; 5028 } 5032 } 5029 5033 5030 5034 #undef KbdFreeFocus … … 5040 5044 5041 5045 return yyrc; 5042 } 5046 } 5043 5047 5044 5048 #undef KbdGetCp … … 5054 5058 5055 5059 return yyrc; 5056 } 5060 } 5057 5061 5058 5062 #undef KbdGetFocus … … 5068 5072 5069 5073 return yyrc; 5070 } 5074 } 5071 5075 5072 5076 #undef KbdGetHWID … … 5082 5086 5083 5087 return yyrc; 5084 } 5088 } 5085 5089 5086 5090 #undef KbdGetStatus … … 5096 5100 5097 5101 return yyrc; 5098 } 5102 } 5099 5103 5100 5104 #undef KbdOpen … … 5110 5114 5111 5115 return yyrc; 5112 } 5116 } 5113 5117 5114 5118 #undef KbdPeek … … 5124 5128 5125 5129 return yyrc; 5126 } 5130 } 5127 5131 5128 5132 #undef KbdRegister … … 5138 5142 5139 5143 return yyrc; 5140 } 5144 } 5141 5145 5142 5146 #undef KbdSetCp … … 5152 5156 5153 5157 return yyrc; 5154 } 5158 } 5155 5159 5156 5160 #undef KbdSetCustXt … … 5166 5170 5167 5171 return yyrc; 5168 } 5172 } 5169 5173 5170 5174 #undef KbdSetFgnd … … 5180 5184 5181 5185 return yyrc; 5182 } 5186 } 5183 5187 5184 5188 #undef KbdSetHWID … … 5194 5198 5195 5199 return yyrc; 5196 } 5200 } 5197 5201 5198 5202 #undef KbdSetStatus … … 5208 5212 5209 5213 return yyrc; 5210 } 5214 } 5211 5215 5212 5216 #undef KbdStringIn … … 5222 5226 5223 5227 return yyrc; 5224 } 5228 } 5225 5229 5226 5230 #undef KbdSynch … … 5236 5240 5237 5241 return yyrc; 5238 } 5242 } 5239 5243 5240 5244 #undef KbdXlate … … 5248 5252 USHORT sel = RestoreOS2FS(); 5249 5253 5250 yyrc = V IO16CHECKCHARTYPE(a, b, c, d);5251 SetFS(sel); 5252 5253 return yyrc; 5254 } 5254 yyrc = VioCheckCharType(a, b, c, d); 5255 SetFS(sel); 5256 5257 return yyrc; 5258 } 5255 5259 5256 5260 #undef VioCheckCharType … … 5262 5266 USHORT sel = RestoreOS2FS(); 5263 5267 5264 yyrc = V IO16DEREGISTER();5265 SetFS(sel); 5266 5267 return yyrc; 5268 } 5268 yyrc = VioDeRegister(); 5269 SetFS(sel); 5270 5271 return yyrc; 5272 } 5269 5273 5270 5274 #undef VioDeRegister … … 5276 5280 USHORT sel = RestoreOS2FS(); 5277 5281 5278 yyrc = V IO16ENDPOPUP(a);5279 SetFS(sel); 5280 5281 return yyrc; 5282 } 5282 yyrc = VioEndPopUp(a); 5283 SetFS(sel); 5284 5285 return yyrc; 5286 } 5283 5287 5284 5288 #undef VioEndPopUp … … 5290 5294 USHORT sel = RestoreOS2FS(); 5291 5295 5292 yyrc = V IO16GETANSI(a, b);5293 SetFS(sel); 5294 5295 return yyrc; 5296 } 5296 yyrc = VioGetAnsi(a, b); 5297 SetFS(sel); 5298 5299 return yyrc; 5300 } 5297 5301 5298 5302 #undef VioGetAnsi … … 5304 5308 USHORT sel = RestoreOS2FS(); 5305 5309 5306 yyrc = V IO16GETBUF(a, b, c);5307 SetFS(sel); 5308 5309 return yyrc; 5310 } 5310 yyrc = VioGetBuf(a, b, c); 5311 SetFS(sel); 5312 5313 return yyrc; 5314 } 5311 5315 5312 5316 #undef VioGetBuf … … 5318 5322 USHORT sel = RestoreOS2FS(); 5319 5323 5320 yyrc = V IO16GETCONFIG(a, b, c);5321 SetFS(sel); 5322 5323 return yyrc; 5324 } 5324 yyrc = VioGetConfig(a, b, c); 5325 SetFS(sel); 5326 5327 return yyrc; 5328 } 5325 5329 5326 5330 #undef VioGetConfig … … 5332 5336 USHORT sel = RestoreOS2FS(); 5333 5337 5334 yyrc = V IO16GETCP(a, b, c);5335 SetFS(sel); 5336 5337 return yyrc; 5338 } 5338 yyrc = VioGetCp(a, b, c); 5339 SetFS(sel); 5340 5341 return yyrc; 5342 } 5339 5343 5340 5344 #undef VioGetCp … … 5346 5350 USHORT sel = RestoreOS2FS(); 5347 5351 5348 yyrc = V IO16GETCURPOS(a, b, c);5349 SetFS(sel); 5350 5351 return yyrc; 5352 } 5352 yyrc = VioGetCurPos(a, b, c); 5353 SetFS(sel); 5354 5355 return yyrc; 5356 } 5353 5357 5354 5358 #undef VioGetCurPos … … 5360 5364 USHORT sel = RestoreOS2FS(); 5361 5365 5362 yyrc = V IO16GETCURTYPE(a, b);5363 SetFS(sel); 5364 5365 return yyrc; 5366 } 5366 yyrc = VioGetCurType(a, b); 5367 SetFS(sel); 5368 5369 return yyrc; 5370 } 5367 5371 5368 5372 #undef VioGetCurType … … 5374 5378 USHORT sel = RestoreOS2FS(); 5375 5379 5376 yyrc = V IO16GETFONT(a, b);5377 SetFS(sel); 5378 5379 return yyrc; 5380 } 5380 yyrc = VioGetFont(a, b); 5381 SetFS(sel); 5382 5383 return yyrc; 5384 } 5381 5385 5382 5386 #undef VioGetFont … … 5388 5392 USHORT sel = RestoreOS2FS(); 5389 5393 5390 yyrc = V IO16GETMODE(a, b);5391 SetFS(sel); 5392 5393 return yyrc; 5394 } 5394 yyrc = VioGetMode(a, b); 5395 SetFS(sel); 5396 5397 return yyrc; 5398 } 5395 5399 5396 5400 #undef VioGetMode … … 5402 5406 USHORT sel = RestoreOS2FS(); 5403 5407 5404 yyrc = V IO16GETPHYSBUF(a, b);5405 SetFS(sel); 5406 5407 return yyrc; 5408 } 5408 yyrc = VioGetPhysBuf(a, b); 5409 SetFS(sel); 5410 5411 return yyrc; 5412 } 5409 5413 5410 5414 #undef VioGetPhysBuf … … 5416 5420 USHORT sel = RestoreOS2FS(); 5417 5421 5418 yyrc = V IO16GETSTATE(a, b);5419 SetFS(sel); 5420 5421 return yyrc; 5422 } 5422 yyrc = VioGetState(a, b); 5423 SetFS(sel); 5424 5425 return yyrc; 5426 } 5423 5427 5424 5428 #undef VioGetState … … 5430 5434 USHORT sel = RestoreOS2FS(); 5431 5435 5432 yyrc = V IO16MODEUNDO(a, b, c);5433 SetFS(sel); 5434 5435 return yyrc; 5436 } 5436 yyrc = VioModeUndo(a, b, c); 5437 SetFS(sel); 5438 5439 return yyrc; 5440 } 5437 5441 5438 5442 #undef VioModeUndo … … 5444 5448 USHORT sel = RestoreOS2FS(); 5445 5449 5446 yyrc = V IO16MODEWAIT(a, b, c);5447 SetFS(sel); 5448 5449 return yyrc; 5450 } 5450 yyrc = VioModeWait(a, b, c); 5451 SetFS(sel); 5452 5453 return yyrc; 5454 } 5451 5455 5452 5456 #undef VioModeWait … … 5458 5462 USHORT sel = RestoreOS2FS(); 5459 5463 5460 yyrc = V IO16POPUP(a, b);5461 SetFS(sel); 5462 5463 return yyrc; 5464 } 5464 yyrc = VioPopUp(a, b); 5465 SetFS(sel); 5466 5467 return yyrc; 5468 } 5465 5469 5466 5470 #undef VioPopUp … … 5472 5476 USHORT sel = RestoreOS2FS(); 5473 5477 5474 yyrc = V IO16PRTSC(a);5475 SetFS(sel); 5476 5477 return yyrc; 5478 } 5478 yyrc = VioPrtSc(a); 5479 SetFS(sel); 5480 5481 return yyrc; 5482 } 5479 5483 5480 5484 #undef VioPrtSc … … 5486 5490 USHORT sel = RestoreOS2FS(); 5487 5491 5488 yyrc = V IO16PRTSCTOGGLE(a);5489 SetFS(sel); 5490 5491 return yyrc; 5492 } 5492 yyrc = VioPrtScToggle(a); 5493 SetFS(sel); 5494 5495 return yyrc; 5496 } 5493 5497 5494 5498 #undef VioPrtScToggle … … 5500 5504 USHORT sel = RestoreOS2FS(); 5501 5505 5502 yyrc = V IO16READCELLSTR(a, b, c, d, e);5503 SetFS(sel); 5504 5505 return yyrc; 5506 } 5506 yyrc = VioReadCellStr(a, b, c, d, e); 5507 SetFS(sel); 5508 5509 return yyrc; 5510 } 5507 5511 5508 5512 #undef VioReadCellStr … … 5514 5518 USHORT sel = RestoreOS2FS(); 5515 5519 5516 yyrc = V IO16READCHARSTR(a, b, c, d, e);5517 SetFS(sel); 5518 5519 return yyrc; 5520 } 5520 yyrc = VioReadCharStr(a, b, c, d, e); 5521 SetFS(sel); 5522 5523 return yyrc; 5524 } 5521 5525 5522 5526 #undef VioReadCharStr … … 5528 5532 USHORT sel = RestoreOS2FS(); 5529 5533 5530 yyrc = V IO16REGISTER(a, b, c, d);5531 SetFS(sel); 5532 5533 return yyrc; 5534 } 5534 yyrc = VioRegister(a, b, c, d); 5535 SetFS(sel); 5536 5537 return yyrc; 5538 } 5535 5539 5536 5540 #undef VioRegister … … 5542 5546 USHORT sel = RestoreOS2FS(); 5543 5547 5544 yyrc = V IO16SAVREDRAWUNDO(a, b, c);5545 SetFS(sel); 5546 5547 return yyrc; 5548 } 5548 yyrc = VioSavRedrawUndo(a, b, c); 5549 SetFS(sel); 5550 5551 return yyrc; 5552 } 5549 5553 5550 5554 #undef VioSavRedrawUndo … … 5556 5560 USHORT sel = RestoreOS2FS(); 5557 5561 5558 yyrc = V IO16SAVREDRAWWAIT(a, b, c);5559 SetFS(sel); 5560 5561 return yyrc; 5562 } 5562 yyrc = VioSavRedrawWait(a, b, c); 5563 SetFS(sel); 5564 5565 return yyrc; 5566 } 5563 5567 5564 5568 #undef VioSavRedrawWait … … 5570 5574 USHORT sel = RestoreOS2FS(); 5571 5575 5572 yyrc = V IO16SCRLOCK(a, b, c);5573 SetFS(sel); 5574 5575 return yyrc; 5576 } 5576 yyrc = VioScrLock(a, b, c); 5577 SetFS(sel); 5578 5579 return yyrc; 5580 } 5577 5581 5578 5582 #undef VioScrLock … … 5584 5588 USHORT sel = RestoreOS2FS(); 5585 5589 5586 yyrc = V IO16SCROLLDN(a, b, c, d, e, f, g);5587 SetFS(sel); 5588 5589 return yyrc; 5590 } 5590 yyrc = VioScrollDn(a, b, c, d, e, f, g); 5591 SetFS(sel); 5592 5593 return yyrc; 5594 } 5591 5595 5592 5596 #undef VioScrollDn … … 5598 5602 USHORT sel = RestoreOS2FS(); 5599 5603 5600 yyrc = V IO16SCROLLLF(a, b, c, d, e, f, g);5601 SetFS(sel); 5602 5603 return yyrc; 5604 } 5604 yyrc = VioScrollLf(a, b, c, d, e, f, g); 5605 SetFS(sel); 5606 5607 return yyrc; 5608 } 5605 5609 5606 5610 #undef VioScrollLf … … 5612 5616 USHORT sel = RestoreOS2FS(); 5613 5617 5614 yyrc = V IO16SCROLLRT(a, b, c, d, e, f, g);5615 SetFS(sel); 5616 5617 return yyrc; 5618 } 5618 yyrc = VioScrollRt(a, b, c, d, e, f, g); 5619 SetFS(sel); 5620 5621 return yyrc; 5622 } 5619 5623 5620 5624 #undef VioScrollRt … … 5626 5630 USHORT sel = RestoreOS2FS(); 5627 5631 5628 yyrc = V IO16SCROLLUP(a, b, c, d, e, f, g);5629 SetFS(sel); 5630 5631 return yyrc; 5632 } 5632 yyrc = VioScrollUp(a, b, c, d, e, f, g); 5633 SetFS(sel); 5634 5635 return yyrc; 5636 } 5633 5637 5634 5638 #undef VioScrollUp … … 5640 5644 USHORT sel = RestoreOS2FS(); 5641 5645 5642 yyrc = V IO16SCRUNLOCK(a);5643 SetFS(sel); 5644 5645 return yyrc; 5646 } 5646 yyrc = VioScrUnLock(a); 5647 SetFS(sel); 5648 5649 return yyrc; 5650 } 5647 5651 5648 5652 #undef VioScrUnLock … … 5654 5658 USHORT sel = RestoreOS2FS(); 5655 5659 5656 yyrc = V IO16SETANSI(a, b);5657 SetFS(sel); 5658 5659 return yyrc; 5660 } 5660 yyrc = VioSetAnsi(a, b); 5661 SetFS(sel); 5662 5663 return yyrc; 5664 } 5661 5665 5662 5666 #undef VioSetAnsi … … 5668 5672 USHORT sel = RestoreOS2FS(); 5669 5673 5670 yyrc = V IO16SETCP(a, b, c);5671 SetFS(sel); 5672 5673 return yyrc; 5674 } 5674 yyrc = VioSetCp(a, b, c); 5675 SetFS(sel); 5676 5677 return yyrc; 5678 } 5675 5679 5676 5680 #undef VioSetCp … … 5682 5686 USHORT sel = RestoreOS2FS(); 5683 5687 5684 yyrc = V IO16SETCURPOS(a, b, c);5685 SetFS(sel); 5686 5687 return yyrc; 5688 } 5688 yyrc = VioSetCurPos(a, b, c); 5689 SetFS(sel); 5690 5691 return yyrc; 5692 } 5689 5693 5690 5694 #undef VioSetCurPos … … 5696 5700 USHORT sel = RestoreOS2FS(); 5697 5701 5698 yyrc = V IO16SETCURTYPE(a, b);5699 SetFS(sel); 5700 5701 return yyrc; 5702 } 5702 yyrc = VioSetCurType(a, b); 5703 SetFS(sel); 5704 5705 return yyrc; 5706 } 5703 5707 5704 5708 #undef VioSetCurType … … 5710 5714 USHORT sel = RestoreOS2FS(); 5711 5715 5712 yyrc = V IO16SETFONT(a, b);5713 SetFS(sel); 5714 5715 return yyrc; 5716 } 5716 yyrc = VioSetFont(a, b); 5717 SetFS(sel); 5718 5719 return yyrc; 5720 } 5717 5721 5718 5722 #undef VioSetFont … … 5724 5728 USHORT sel = RestoreOS2FS(); 5725 5729 5726 yyrc = V IO16SETMODE(a, b);5727 SetFS(sel); 5728 5729 return yyrc; 5730 } 5730 yyrc = VioSetMode(a, b); 5731 SetFS(sel); 5732 5733 return yyrc; 5734 } 5731 5735 5732 5736 #undef VioSetMode … … 5738 5742 USHORT sel = RestoreOS2FS(); 5739 5743 5740 yyrc = V IO16SETSTATE(a, b);5741 SetFS(sel); 5742 5743 return yyrc; 5744 } 5744 yyrc = VioSetState(a, b); 5745 SetFS(sel); 5746 5747 return yyrc; 5748 } 5745 5749 5746 5750 #undef VioSetState … … 5752 5756 USHORT sel = RestoreOS2FS(); 5753 5757 5754 yyrc = V IO16SHOWBUF(a, b, c);5755 SetFS(sel); 5756 5757 return yyrc; 5758 } 5758 yyrc = VioShowBuf(a, b, c); 5759 SetFS(sel); 5760 5761 return yyrc; 5762 } 5759 5763 5760 5764 #undef VioShowBuf … … 5766 5770 USHORT sel = RestoreOS2FS(); 5767 5771 5768 yyrc = V IO16WRTCELLSTR(a, b, c, d, e);5769 SetFS(sel); 5770 5771 return yyrc; 5772 } 5772 yyrc = VioWrtCellStr(a, b, c, d, e); 5773 SetFS(sel); 5774 5775 return yyrc; 5776 } 5773 5777 5774 5778 #undef VioWrtCellStr … … 5780 5784 USHORT sel = RestoreOS2FS(); 5781 5785 5782 yyrc = V IO16WRTCHARSTR(a, b, c, d, e);5783 SetFS(sel); 5784 5785 return yyrc; 5786 } 5786 yyrc = VioWrtCharStr(a, b, c, d, e); 5787 SetFS(sel); 5788 5789 return yyrc; 5790 } 5787 5791 5788 5792 #undef VioWrtCharStr … … 5794 5798 USHORT sel = RestoreOS2FS(); 5795 5799 5796 yyrc = V IO16WRTCHARSTRATT(a, b, c, d, e, f);5797 SetFS(sel); 5798 5799 return yyrc; 5800 } 5800 yyrc = VioWrtCharStrAtt(a, b, c, d, e, f); 5801 SetFS(sel); 5802 5803 return yyrc; 5804 } 5801 5805 5802 5806 #undef VioWrtCharStrAtt … … 5808 5812 USHORT sel = RestoreOS2FS(); 5809 5813 5810 yyrc = V IO16WRTNATTR(a, b, c, d, e);5811 SetFS(sel); 5812 5813 return yyrc; 5814 } 5814 yyrc = VioWrtNAttr(a, b, c, d, e); 5815 SetFS(sel); 5816 5817 return yyrc; 5818 } 5815 5819 5816 5820 #undef VioWrtNAttr … … 5822 5826 USHORT sel = RestoreOS2FS(); 5823 5827 5824 yyrc = V IO16WRTNCELL(a, b, c, d, e);5825 SetFS(sel); 5826 5827 return yyrc; 5828 } 5828 yyrc = VioWrtNCell(a, b, c, d, e); 5829 SetFS(sel); 5830 5831 return yyrc; 5832 } 5829 5833 5830 5834 #undef VioWrtNCell … … 5836 5840 USHORT sel = RestoreOS2FS(); 5837 5841 5838 yyrc = V IO16WRTNCHAR(a, b, c, d, e);5839 SetFS(sel); 5840 5841 return yyrc; 5842 } 5842 yyrc = VioWrtNChar(a, b, c, d, e); 5843 SetFS(sel); 5844 5845 return yyrc; 5846 } 5843 5847 5844 5848 #undef VioWrtNChar … … 5850 5854 USHORT sel = RestoreOS2FS(); 5851 5855 5852 yyrc = V IO16WRTTTY(a, b, c);5853 SetFS(sel); 5854 5855 return yyrc; 5856 } 5856 yyrc = VioWrtTTY(a, b, c); 5857 SetFS(sel); 5858 5859 return yyrc; 5860 } 5857 5861 5858 5862 #undef VioWrtTTY … … 5866 5870 USHORT sel = RestoreOS2FS(); 5867 5871 5868 yyrc = M OU16CLOSE(a);5869 SetFS(sel); 5870 5871 return yyrc; 5872 } 5872 yyrc = MouClose(a); 5873 SetFS(sel); 5874 5875 return yyrc; 5876 } 5873 5877 5874 5878 #undef MouClose … … 5880 5884 USHORT sel = RestoreOS2FS(); 5881 5885 5882 yyrc = M OU16DEREGISTER();5883 SetFS(sel); 5884 5885 return yyrc; 5886 } 5886 yyrc = MouDeRegister(); 5887 SetFS(sel); 5888 5889 return yyrc; 5890 } 5887 5891 5888 5892 #undef MouDeRegister … … 5894 5898 USHORT sel = RestoreOS2FS(); 5895 5899 5896 yyrc = M OU16DRAWPTR(a);5897 SetFS(sel); 5898 5899 return yyrc; 5900 } 5900 yyrc = MouDrawPtr(a); 5901 SetFS(sel); 5902 5903 return yyrc; 5904 } 5901 5905 5902 5906 #undef MouDrawPtr … … 5908 5912 USHORT sel = RestoreOS2FS(); 5909 5913 5910 yyrc = M OU16FLUSHQUE(a);5911 SetFS(sel); 5912 5913 return yyrc; 5914 } 5914 yyrc = MouFlushQue(a); 5915 SetFS(sel); 5916 5917 return yyrc; 5918 } 5915 5919 5916 5920 #undef MouFlushQue … … 5922 5926 USHORT sel = RestoreOS2FS(); 5923 5927 5924 yyrc = M OU16GETDEVSTATUS(a, b);5925 SetFS(sel); 5926 5927 return yyrc; 5928 } 5928 yyrc = MouGetDevStatus(a, b); 5929 SetFS(sel); 5930 5931 return yyrc; 5932 } 5929 5933 5930 5934 #undef MouGetDevStatus … … 5936 5940 USHORT sel = RestoreOS2FS(); 5937 5941 5938 yyrc = M OU16GETEVENTMASK(a, b);5939 SetFS(sel); 5940 5941 return yyrc; 5942 } 5942 yyrc = MouGetEventMask(a, b); 5943 SetFS(sel); 5944 5945 return yyrc; 5946 } 5943 5947 5944 5948 #undef MouGetEventMask … … 5950 5954 USHORT sel = RestoreOS2FS(); 5951 5955 5952 yyrc = M OU16GETNUMBUTTONS(a, b);5953 SetFS(sel); 5954 5955 return yyrc; 5956 } 5956 yyrc = MouGetNumButtons(a, b); 5957 SetFS(sel); 5958 5959 return yyrc; 5960 } 5957 5961 5958 5962 #undef MouGetNumButtons … … 5964 5968 USHORT sel = RestoreOS2FS(); 5965 5969 5966 yyrc = M OU16GETNUMMICKEYS(a, b);5967 SetFS(sel); 5968 5969 return yyrc; 5970 } 5970 yyrc = MouGetNumMickeys(a, b); 5971 SetFS(sel); 5972 5973 return yyrc; 5974 } 5971 5975 5972 5976 #undef MouGetNumMickeys … … 5978 5982 USHORT sel = RestoreOS2FS(); 5979 5983 5980 yyrc = M OU16GETNUMQUEEL(a, b);5981 SetFS(sel); 5982 5983 return yyrc; 5984 } 5984 yyrc = MouGetNumQueEl(a, b); 5985 SetFS(sel); 5986 5987 return yyrc; 5988 } 5985 5989 5986 5990 #undef MouGetNumQueEl … … 5992 5996 USHORT sel = RestoreOS2FS(); 5993 5997 5994 yyrc = M OU16GETPTRPOS(a, b);5995 SetFS(sel); 5996 5997 return yyrc; 5998 } 5998 yyrc = MouGetPtrPos(a, b); 5999 SetFS(sel); 6000 6001 return yyrc; 6002 } 5999 6003 6000 6004 #undef MouGetPtrPos … … 6006 6010 USHORT sel = RestoreOS2FS(); 6007 6011 6008 yyrc = M OU16GETPTRSHAPE(a, b, c);6009 SetFS(sel); 6010 6011 return yyrc; 6012 } 6012 yyrc = MouGetPtrShape(a, b, c); 6013 SetFS(sel); 6014 6015 return yyrc; 6016 } 6013 6017 6014 6018 #undef MouGetPtrShape … … 6020 6024 USHORT sel = RestoreOS2FS(); 6021 6025 6022 yyrc = M OU16GETSCALEFACT(a, b);6023 SetFS(sel); 6024 6025 return yyrc; 6026 } 6026 yyrc = MouGetScaleFact(a, b); 6027 SetFS(sel); 6028 6029 return yyrc; 6030 } 6027 6031 6028 6032 #undef MouGetScaleFact … … 6034 6038 USHORT sel = RestoreOS2FS(); 6035 6039 6036 yyrc = M OU16GETTHRESHOLD(a, b);6037 SetFS(sel); 6038 6039 return yyrc; 6040 } 6040 yyrc = MouGetThreshold(a, b); 6041 SetFS(sel); 6042 6043 return yyrc; 6044 } 6041 6045 6042 6046 #undef MouGetThreshold … … 6048 6052 USHORT sel = RestoreOS2FS(); 6049 6053 6050 yyrc = M OU16INITREAL(a);6051 SetFS(sel); 6052 6053 return yyrc; 6054 } 6054 yyrc = MouInitReal(a); 6055 SetFS(sel); 6056 6057 return yyrc; 6058 } 6055 6059 6056 6060 #undef MouInitReal … … 6062 6066 USHORT sel = RestoreOS2FS(); 6063 6067 6064 yyrc = M OU16OPEN(a, b);6065 SetFS(sel); 6066 6067 return yyrc; 6068 } 6068 yyrc = MouOpen(a, b); 6069 SetFS(sel); 6070 6071 return yyrc; 6072 } 6069 6073 6070 6074 #undef MouOpen … … 6076 6080 USHORT sel = RestoreOS2FS(); 6077 6081 6078 yyrc = M OU16READEVENTQUE(a, b, c);6079 SetFS(sel); 6080 6081 return yyrc; 6082 } 6082 yyrc = MouReadEventQue(a, b, c); 6083 SetFS(sel); 6084 6085 return yyrc; 6086 } 6083 6087 6084 6088 #undef MouReadEventQue … … 6090 6094 USHORT sel = RestoreOS2FS(); 6091 6095 6092 yyrc = M OU16REGISTER(a, b, c);6093 SetFS(sel); 6094 6095 return yyrc; 6096 } 6096 yyrc = MouRegister(a, b, c); 6097 SetFS(sel); 6098 6099 return yyrc; 6100 } 6097 6101 6098 6102 #undef MouRegister … … 6104 6108 USHORT sel = RestoreOS2FS(); 6105 6109 6106 yyrc = M OU16REMOVEPTR(a, b);6107 SetFS(sel); 6108 6109 return yyrc; 6110 } 6110 yyrc = MouRemovePtr(a, b); 6111 SetFS(sel); 6112 6113 return yyrc; 6114 } 6111 6115 6112 6116 #undef MouRemovePtr … … 6118 6122 USHORT sel = RestoreOS2FS(); 6119 6123 6120 yyrc = M OU16SETDEVSTATUS(a, b);6121 SetFS(sel); 6122 6123 return yyrc; 6124 } 6124 yyrc = MouSetDevStatus(a, b); 6125 SetFS(sel); 6126 6127 return yyrc; 6128 } 6125 6129 6126 6130 #undef MouSetDevStatus … … 6132 6136 USHORT sel = RestoreOS2FS(); 6133 6137 6134 yyrc = M OU16SETEVENTMASK(a, b);6135 SetFS(sel); 6136 6137 return yyrc; 6138 } 6138 yyrc = MouSetEventMask(a, b); 6139 SetFS(sel); 6140 6141 return yyrc; 6142 } 6139 6143 6140 6144 #undef MouSetEventMask … … 6146 6150 USHORT sel = RestoreOS2FS(); 6147 6151 6148 yyrc = M OU16SETPTRPOS(a, b);6149 SetFS(sel); 6150 6151 return yyrc; 6152 } 6152 yyrc = MouSetPtrPos(a, b); 6153 SetFS(sel); 6154 6155 return yyrc; 6156 } 6153 6157 6154 6158 #undef MouSetPtrPos … … 6160 6164 USHORT sel = RestoreOS2FS(); 6161 6165 6162 yyrc = M OU16SETPTRSHAPE(a, b, c);6163 SetFS(sel); 6164 6165 return yyrc; 6166 } 6166 yyrc = MouSetPtrShape(a, b, c); 6167 SetFS(sel); 6168 6169 return yyrc; 6170 } 6167 6171 6168 6172 #undef MouSetPtrShape … … 6174 6178 USHORT sel = RestoreOS2FS(); 6175 6179 6176 yyrc = M OU16SETSCALEFACT(a, b);6177 SetFS(sel); 6178 6179 return yyrc; 6180 } 6180 yyrc = MouSetScaleFact(a, b); 6181 SetFS(sel); 6182 6183 return yyrc; 6184 } 6181 6185 6182 6186 #undef MouSetScaleFact … … 6188 6192 USHORT sel = RestoreOS2FS(); 6189 6193 6190 yyrc = M OU16SETTHRESHOLD(a, b);6191 SetFS(sel); 6192 6193 return yyrc; 6194 } 6194 yyrc = MouSetThreshold(a, b); 6195 SetFS(sel); 6196 6197 return yyrc; 6198 } 6195 6199 6196 6200 #undef MouSetThreshold … … 6202 6206 USHORT sel = RestoreOS2FS(); 6203 6207 6204 yyrc = M OU16SYNCH(a);6205 SetFS(sel); 6206 6207 return yyrc; 6208 } 6208 yyrc = MouSynch(a); 6209 SetFS(sel); 6210 6211 return yyrc; 6212 } 6209 6213 6210 6214 #undef MouSynch
Note:
See TracChangeset
for help on using the changeset viewer.