X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=src%2Futil.h;h=d87a0e827d16e5c2d80629c84b8af4e5ef3b3769;hp=08a661b8d34572de7e02a37a28406f6335921d24;hb=b61e9afca45dacd9baefbcfa17dbea2af75259b8;hpb=f5a27d3815fe8e127b42de32bb2eb11abaae5a10 diff --git a/src/util.h b/src/util.h index 08a661b8..d87a0e82 100644 --- a/src/util.h +++ b/src/util.h @@ -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;