mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-07 03:15:00 -06:00
14 lines
165 B
C
Executable File
14 lines
165 B
C
Executable File
// MyUnknown.h
|
|
|
|
#ifndef __MY_UNKNOWN_H
|
|
#define __MY_UNKNOWN_H
|
|
|
|
#ifdef _WIN32
|
|
#include <basetyps.h>
|
|
#include <unknwn.h>
|
|
#else
|
|
#include "MyWindows.h"
|
|
#endif
|
|
|
|
#endif
|