From a3ea0b24409b89bd08c0a2268dbae834724734df Mon Sep 17 00:00:00 2001 From: rpj Date: Sun, 20 Jun 2010 03:31:18 +0000 Subject: See ChangeLogs: preparing for new release. --- sched.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sched.h') diff --git a/sched.h b/sched.h index e3e7a00..7c78a85 100644 --- a/sched.h +++ b/sched.h @@ -71,12 +71,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 -- cgit v1.2.3