diff options
author | rpj <rpj> | 2005-04-01 01:28:29 +0000 |
---|---|---|
committer | rpj <rpj> | 2005-04-01 01:28:29 +0000 |
commit | f6f9976af7a520dd1aeced4f104f4d4711f28e23 (patch) | |
tree | 1a4e65f32d585c114af33772adfaa1995ffcf093 /dll.c | |
parent | 25e5c566c5b050a04fc03851895f72750f016e4e (diff) |
''
Diffstat (limited to 'dll.c')
-rw-r--r-- | dll.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -34,6 +34,8 @@ * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA */ +#ifndef PTW32_STATIC_LIB + #include "pthread.h" #include "implement.h" @@ -86,3 +88,5 @@ DllMain (HINSTANCE hinstDll, DWORD fdwReason, LPVOID lpvReserved) return (result); } /* DllMain */ + +#endif /* PTW32_STATIC_LIB */ |