summaryrefslogtreecommitdiff
path: root/need_errno.h
diff options
context:
space:
mode:
authorrpj <rpj>2010-06-20 03:31:18 +0000
committerrpj <rpj>2010-06-20 03:31:18 +0000
commita3ea0b24409b89bd08c0a2268dbae834724734df (patch)
tree4629fd085756226f0cee8beba4faf66466ef0410 /need_errno.h
parent135d6f060c5e5232311af77bd0d0f500e861290c (diff)
See ChangeLogs: preparing for new release.
Diffstat (limited to 'need_errno.h')
-rw-r--r--need_errno.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/need_errno.h b/need_errno.h
index a28955a..6099479 100644
--- a/need_errno.h
+++ b/need_errno.h
@@ -59,8 +59,7 @@ extern "C" {
#endif
#endif
-/* declare reference to errno */
-#ifndef PTW32_STATIC_LIB
+#if !defined(PTW32_STATIC_LIB)
# ifdef PTW32_BUILD
# define PTW32_DLLPORT __declspec (dllexport)
# else