Zachary Pavlov пре 19 година
родитељ
комит
82d1ecf8d7

+ 1 - 1
panda/src/nativenet/buffered_datagramreader.h

@@ -12,7 +12,7 @@ inline unsigned short GetUnsignedShort(char * in)
 
 class Buffered_DatagramReader : protected RingBuffer
 {
-	xinline bool GetMessageFromBuffer(Datagram &inmsg);
+	inline bool GetMessageFromBuffer(Datagram &inmsg);
 public:
 	inline Buffered_DatagramReader(int in_size = 8192) ;
 	inline void ReSet(void); 

+ 3 - 0
panda/src/nativenet/nativenet_composite1.cxx

@@ -0,0 +1,3 @@
+#include "socket_base.h"
+
+