mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-10 00:07:06 -06:00
4.27 beta
This commit is contained in:
committed by
Kornel Lesiński
parent
31e7b924e8
commit
d66cf2fcf3
41
7zip/Compress/Rar29/Original/raros.hpp
Executable file
41
7zip/Compress/Rar29/Original/raros.hpp
Executable file
@@ -0,0 +1,41 @@
|
||||
#ifndef _RAR_RAROS_
|
||||
#define _RAR_RAROS_
|
||||
|
||||
#ifdef __EMX__
|
||||
#define _EMX
|
||||
#endif
|
||||
|
||||
#ifdef __DJGPP__
|
||||
#define _DJGPP
|
||||
#define _EMX
|
||||
#endif
|
||||
|
||||
#if defined(__WIN32__) || defined(_WIN32)
|
||||
#define _WIN_32
|
||||
#endif
|
||||
|
||||
#ifdef _WIN32_WCE
|
||||
#define _WIN_32
|
||||
#define _WIN_CE
|
||||
#ifdef WM_FILECHANGEINFO
|
||||
#define PC2002
|
||||
#else
|
||||
#undef PC2002
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifdef __BEOS__
|
||||
#define _UNIX
|
||||
#define _BEOS
|
||||
#endif
|
||||
|
||||
#ifdef __APPLE__
|
||||
#define _UNIX
|
||||
#define _APPLE
|
||||
#endif
|
||||
|
||||
#if !defined(_EMX) && !defined(_WIN_32) && !defined(_BEOS) && !defined(_APPLE)
|
||||
#define _UNIX
|
||||
#endif
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user