Welcome to mirror list, hosted at ThFree Co, Russian Federation.

7zMethodID.c « 7z « Archive « C - github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a7e825ded3e2f85142146a82dbafe970dcd951c1 (plain)
1
2
3
4
5
6
7
8
9
10
/* 7zMethodID.c */

#include "7zMethodID.h"

/*
int AreMethodsEqual(CMethodID *a1, CMethodID *a2)
{
  return (*a1 == *a2) ? 1 : 0;
}
*/