summaryrefslogtreecommitdiff
path: root/semaphore.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 /semaphore.h
parent135d6f060c5e5232311af77bd0d0f500e861290c (diff)
See ChangeLogs: preparing for new release.
Diffstat (limited to 'semaphore.h')
-rw-r--r--semaphore.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/semaphore.h b/semaphore.h
index a3330a6..52438c7 100644
--- a/semaphore.h
+++ b/semaphore.h
@@ -70,12 +70,12 @@
#endif
/*
- * When building the DLL code, you should define PTW32_BUILD so that
- * the variables/functions are exported correctly. When using the DLL,
+ * When building the library, you should define PTW32_BUILD so that
+ * the variables/functions are exported correctly. When using the library,
* do NOT define PTW32_BUILD, and then the variables/functions will
* be imported correctly.
*/
-#ifndef PTW32_STATIC_LIB
+#if !defined(PTW32_STATIC_LIB)
# ifdef PTW32_BUILD
# define PTW32_DLLPORT __declspec (dllexport)
# else