Added shared library support.
This commit is contained in:
@@ -1,16 +1,11 @@
|
||||
//
|
||||
// Created by karutoh on 11/14/23.
|
||||
//
|
||||
#pragma once
|
||||
|
||||
#ifndef OPEN_W32_H
|
||||
#define OPEN_W32_H
|
||||
#include "BaseOpen.h"
|
||||
|
||||
namespace ehs {
|
||||
namespace ehs
|
||||
{
|
||||
class EHS_LIB_IO Open : public BaseOpen
|
||||
{
|
||||
|
||||
class Open_W32 {
|
||||
|
||||
};
|
||||
|
||||
} // lwe
|
||||
|
||||
#endif //OPEN_W32_H
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user