diff options
author | rpj <rpj> | 2005-04-01 00:55:20 +0000 |
---|---|---|
committer | rpj <rpj> | 2005-04-01 00:55:20 +0000 |
commit | f63f8cd4f69317850dd5e8d6302acf3fbf849332 (patch) | |
tree | 6b4f380a003b5cd5f9759e2143c456bcf0c78709 /dll.c | |
parent | e01f06b3309760ffde46829bbee2c7234fd521c3 (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 */ |