]> wimlib.net Git - wimlib/blobdiff - include/wimlib/bt_matchfinder.h
Misc. cleanups
[wimlib] / include / wimlib / bt_matchfinder.h
index 75858a33ebe6157f592bce6274fed700362332e5..43654c5b0acf83f45bca7358171f18fd23a506af 100644 (file)
@@ -27,7 +27,8 @@
  * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
 
-#pragma once
+#ifndef _BT_MATCHFINDER_H
+#define _BT_MATCHFINDER_H
 
 #include "wimlib/lz_extend.h"
 #include "wimlib/lz_hash3.h"
@@ -226,3 +227,5 @@ bt_matchfinder_skip_position(struct bt_matchfinder * const restrict mf,
                }
        }
 }
+
+#endif /* _BT_MATCHFINDER_H */