Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/rarfilesource.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOctaneSnail <os@v12pwr.com>2009-01-24 14:17:58 +0300
committerOctaneSnail <os@v12pwr.com>2009-01-24 14:17:58 +0300
commit91e88f844c9bf895ea2ea50b3431184911832f6b (patch)
tree951dcb22f196b61e4cd2b5dbb0f6df44f2c7718f
parent4daf3a326cc0d3e967bff9b05059240be5b53452 (diff)
Remove unused macro.
-rw-r--r--Mediatype.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/Mediatype.cpp b/Mediatype.cpp
index 45790b6..2bfd536 100644
--- a/Mediatype.cpp
+++ b/Mediatype.cpp
@@ -30,9 +30,6 @@
#include "Mediatype.h"
#include "File.h"
-// used to cast LONGLONG to LARGE_INTEGER
-#define CAST_LARGE_INTEGER(X) (*(LARGE_INTEGER *)&(X))
-
/* getNextToken extracts the current token from the string and
and sets the starting point of the next token */