diff options
Diffstat (limited to 'semaphore.h')
-rw-r--r-- | semaphore.h | 6 |
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 |