branch update for HEAD-2003021201
[reactos.git] / drivers / net / packet / memory_t.c
index 2a02998..361082c 100644 (file)
@@ -22,6 +22,7 @@
 #include "tme.h"
 #include "memory_t.h"
 
+#ifdef _USE_SW_FUNCS_
 
 int32 SW_LONG_AT(void *b, uint32 c)
 {
@@ -62,4 +63,6 @@ VOID SW_ULONG_ASSIGN(void *dst, uint32 src)
 
 }
 
+#endif /*_USE_SW_FUNCS_*/
+
 void assert(void* assert, const char* file, int line, void* msg) { };