]> wimlib.net Git - wimlib/blobdiff - src/util.h
Various portability fixes
[wimlib] / src / util.h
index 08a661b8d34572de7e02a37a28406f6335921d24..d87a0e827d16e5c2d80629c84b8af4e5ef3b3769 100644 (file)
@@ -30,6 +30,8 @@
 #      define HOT
 #endif /* __GNUC__ */
 
+
+#if 0
 #ifdef WITH_FUSE
 #define atomic_inc(ptr) \
        __sync_fetch_and_add(ptr, 1)
@@ -37,6 +39,7 @@
 #define atomic_dec(ptr) \
        __sync_sub_and_fetch(ptr, 1)
 #endif
+#endif
 
 #ifndef _NTFS_TYPES_H
 typedef uint8_t  u8;