mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-06 03:14:59 -06:00
9 lines
108 B
C
Executable File
9 lines
108 B
C
Executable File
// MyUnknown.h
|
|
|
|
#ifndef ZIP7_INC_MY_UNKNOWN_H
|
|
#define ZIP7_INC_MY_UNKNOWN_H
|
|
|
|
#include "MyWindows.h"
|
|
|
|
#endif
|