| 120 | } |
| 121 | |
| 122 | void SocketTest() |
| 123 | { |
| 124 | OutputDebugStringA("1"); |
| 125 | OutputDebugStringA("22"); |
| 126 | OutputDebugStringA("333"); |
| 127 | OutputDebugStringA("4444"); |
| 128 | OutputDebugStringA("55555"); |
| 129 | OutputDebugStringA("666666"); |
| 130 | OutputDebugStringA("1010101010"); |
| 131 | } |
| 132 | |
| 133 | void DbgMsgClearTest() |
| 134 | { |