mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-13 20:11:35 -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
|