aboutsummaryrefslogtreecommitdiff
path: root/sftsr.c
diff options
context:
space:
mode:
authorJavier <dev.git@javispedro.com>2022-06-12 19:06:31 +0200
committerJavier <dev.git@javispedro.com>2022-06-12 19:06:31 +0200
commitfbf3eb7918b1dc015023708eb6d32e65934a1128 (patch)
tree13f6113bc54c076eb0cae6a523c0a933c6889fa9 /sftsr.c
parent367db359784ef6a1c9f904e91e51ef61af4a92e9 (diff)
downloadvbados-fbf3eb7918b1dc015023708eb6d32e65934a1128.tar.gz
vbados-fbf3eb7918b1dc015023708eb6d32e65934a1128.zip
define IN_TSR macro in all tsr files
Diffstat (limited to 'sftsr.c')
-rw-r--r--sftsr.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sftsr.c b/sftsr.c
index 34992b4..05e9f46 100644
--- a/sftsr.c
+++ b/sftsr.c
@@ -67,7 +67,6 @@ static SHFLSTRING_WITH_BUF(shflstr, SHFL_MAX_LEN);
/** Private buffer where we store VirtualBox-obtained dir entries. */
static SHFLDIRINFO_WITH_NAME_BUF(shfldirinfo, SHFL_MAX_LEN);
-#define __IN_SFTSR__ 1
#include "unicode.h"
#include "nls.h"
#include "lfn.h"