mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-09 10:07:10 -06:00
16 lines
174 B
C++
Executable File
16 lines
174 B
C++
Executable File
// Windows/System.h
|
|
|
|
#pragma once
|
|
|
|
#ifndef __WINDOWS_SYSTEM_H
|
|
#define __WINDOWS_SYSTEM_H
|
|
|
|
#include "../Common/String.h"
|
|
|
|
namespace NWindows {
|
|
namespace NSystem {
|
|
|
|
}}
|
|
|
|
#endif
|