Skip to content

Commit 58d586b

Browse files
committed
xrCore: remove dublicate lzo_compressor, hide under define borland file dialog
1 parent 1f8ead6 commit 58d586b

File tree

4 files changed

+3
-34
lines changed

4 files changed

+3
-34
lines changed

src/xrCore/FileSystem_borland.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//----------------------------------------------------
22
// file: FileSystem.cpp
33
//----------------------------------------------------
4-
4+
#if defined(WINDOWS)
55
#include "stdafx.h"
66
#pragma hdrstop
77

@@ -87,3 +87,4 @@ xr_string EFS_Utils::AppendFolderToName(xr_string& tex_name, int depth, BOOL ful
8787
tex_name = AppendFolderToName(nm, sizeof(nm), depth, full_name);
8888
return tex_name;
8989
}
90+
#endif

src/xrCore/NET_utils.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#include "stdafx.h"
22
#pragma hdrstop
3-
#include "NET_utils.h"
3+
#include "net_utils.h"
44
#include "xrCommon/math_funcs.h"
55
#include "xrCore/_compressed_normal.h"
66

src/xrCore/lzo_compressor.cpp

Lines changed: 0 additions & 20 deletions
This file was deleted.

src/xrCore/lzo_compressor.h

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)