summaryrefslogtreecommitdiff
path: root/src/usuals.h
diff options
context:
space:
mode:
authorStef Walter <stef@thewalter.net>2004-04-03 23:00:48 +0000
committerStef Walter <stef@thewalter.net>2004-04-03 23:00:48 +0000
commit7a80b56ff1da9ea7ff0b7817213f5c9d09644a65 (patch)
tree35723506b64a4ebd23017f87845faa4e5d8c9286 /src/usuals.h
parentabcb5c9321f31df3f84f0b07bfe61bbd1d594042 (diff)
Fixes for windows.
Diffstat (limited to 'src/usuals.h')
-rw-r--r--src/usuals.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/usuals.h b/src/usuals.h
index f429d5b..01f39a0 100644
--- a/src/usuals.h
+++ b/src/usuals.h
@@ -72,10 +72,4 @@
#define min(a,b) (((a) < (b)) ? (a) : (b))
#endif
-#ifdef _WIN32
- #define UL(x) x
-#else
- #define UL(x) x#LL
-#endif
-
#endif /* __USUALS_H__ */