diff options
author | crupest <crupest@outlook.com> | 2022-05-15 13:56:40 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-05-15 13:56:40 +0800 |
commit | 9e0c9d3499bc50c3534b4dc500d8b5d0b5f22752 (patch) | |
tree | 7342f6991771fa31b16fd6a5ed892ff6025f3d05 /src/win/ForDllExport.cpp | |
parent | 41de54bad2c0f857821fcc83f41af3334d068b6d (diff) | |
download | cru-9e0c9d3499bc50c3534b4dc500d8b5d0b5f22752.tar.gz cru-9e0c9d3499bc50c3534b4dc500d8b5d0b5f22752.tar.bz2 cru-9e0c9d3499bc50c3534b4dc500d8b5d0b5f22752.zip |
...
Diffstat (limited to 'src/win/ForDllExport.cpp')
-rw-r--r-- | src/win/ForDllExport.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/win/ForDllExport.cpp b/src/win/ForDllExport.cpp deleted file mode 100644 index e49a3626..00000000 --- a/src/win/ForDllExport.cpp +++ /dev/null @@ -1,5 +0,0 @@ -#include "cru/win/Base.h" - -namespace cru::platform::win { -CRU_WIN_API void Dummy() {} -} // namespace cru::platform::win |