THMAP32.ASM 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142
  1. ;
  2. ; Command & Conquer Red Alert(tm)
  3. ; Copyright 2025 Electronic Arts Inc.
  4. ;
  5. ; This program is free software: you can redistribute it and/or modify
  6. ; it under the terms of the GNU General Public License as published by
  7. ; the Free Software Foundation, either version 3 of the License, or
  8. ; (at your option) any later version.
  9. ;
  10. ; This program is distributed in the hope that it will be useful,
  11. ; but WITHOUT ANY WARRANTY; without even the implied warranty of
  12. ; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  13. ; GNU General Public License for more details.
  14. ;
  15. ; You should have received a copy of the GNU General Public License
  16. ; along with this program. If not, see <http://www.gnu.org/licenses/>.
  17. ;
  18. ;***************************************************************************
  19. ;** C O N F I D E N T I A L --- W E S T W O O D S T U D I O S **
  20. ;***************************************************************************
  21. ;* *
  22. ;* Project Name : Command & Conquer *
  23. ;* *
  24. ;* File Name : THMAP32.ASM *
  25. ;* *
  26. ;* Programmer : Steve Tall *
  27. ;* *
  28. ;* Start Date : January 25th, 1996 *
  29. ;* *
  30. ;* Last Update : January 29th, 1996 [ST] *
  31. ;* *
  32. ;*-------------------------------------------------------------------------*
  33. ;* Overview: *
  34. ;* These functions exist simply to map similar function names to each *
  35. ;* other. *
  36. ;* *
  37. ;*-------------------------------------------------------------------------*
  38. ;* Functions: *
  39. ;* *
  40. ;* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - *
  41. .386
  42. OPTION READONLY
  43. OPTION OLDSTRUCTS
  44. .model FLAT
  45. .code
  46. externdef _IPX_Initialise:near
  47. externdef __IPX_Initialise@0:near
  48. _IPX_Initialise proc near
  49. jmp __IPX_Initialise@0
  50. _IPX_Initialise endp
  51. externdef _IPX_Open_Socket95:near
  52. externdef __IPX_Open_Socket95@4:near
  53. _IPX_Open_Socket95 proc near
  54. jmp __IPX_Open_Socket95@4
  55. _IPX_Open_Socket95 endp
  56. externdef _IPX_Close_Socket95:near
  57. externdef __IPX_Close_Socket95@4:near
  58. _IPX_Close_Socket95 proc near
  59. jmp __IPX_Close_Socket95@4
  60. _IPX_Close_Socket95 endp
  61. externdef _IPX_Get_Connection_Number95:near
  62. externdef __IPX_Get_Connection_Number95@0:near
  63. _IPX_Get_Connection_Number95 proc near
  64. jmp __IPX_Get_Connection_Number95@0
  65. _IPX_Get_Connection_Number95 endp
  66. externdef _IPX_Send_Packet95:near
  67. externdef __IPX_Send_Packet95@20:near
  68. _IPX_Send_Packet95 proc near
  69. jmp __IPX_Send_Packet95@20
  70. _IPX_Send_Packet95 endp
  71. externdef _IPX_Broadcast_Packet95:near
  72. externdef __IPX_Broadcast_Packet95@8:near
  73. _IPX_Broadcast_Packet95 proc near
  74. jmp __IPX_Broadcast_Packet95@8
  75. _IPX_Broadcast_Packet95 endp
  76. externdef _IPX_Get_Local_Target95:near
  77. externdef __IPX_Get_Local_Target95@16:near
  78. _IPX_Get_Local_Target95 proc near
  79. jmp __IPX_Get_Local_Target95@16
  80. _IPX_Get_Local_Target95 endp
  81. externdef _IPX_Start_Listening95:near
  82. externdef __IPX_Start_Listening95@0:near
  83. _IPX_Start_Listening95 proc near
  84. jmp __IPX_Start_Listening95@0
  85. _IPX_Start_Listening95 endp
  86. externdef _IPX_Shut_Down95:near
  87. externdef __IPX_Shut_Down95@0:near
  88. _IPX_Shut_Down95 proc near
  89. jmp __IPX_Shut_Down95@0
  90. _IPX_Shut_Down95 endp
  91. externdef _IPX_Get_Outstanding_Buffer95:near
  92. externdef __IPX_Get_Outstanding_Buffer95@4:near
  93. _IPX_Get_Outstanding_Buffer95 proc near
  94. jmp __IPX_Get_Outstanding_Buffer95@4
  95. _IPX_Get_Outstanding_Buffer95 endp
  96. end