tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

MethodId.h (145B)


      1 // MethodId.h
      2 
      3 #ifndef __7Z_METHOD_ID_H
      4 #define __7Z_METHOD_ID_H
      5 
      6 #include "../../Common/MyTypes.h"
      7 
      8 typedef UInt64 CMethodId;
      9 
     10 #endif