index
:
pthreads-win32
Balau-changes
ROBUST_MUTEXES
bossom-merge-98-12-08
master
origin
pre-compiled-090898
release-1-backports
snap-1999-05-30-patches
snap-1999-05-30-wince-patches
snap-2000-12-29-patches
Unnamed repository; edit this file 'description' to name the repository.
Pixel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
dll.c
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'dll.c')
-rw-r--r--
dll.c
2
1 files changed, 1 insertions, 1 deletions
diff --git a/dll.c b/dll.c
index f5f11fd..9c8d69d 100644
--- a/
dll.c
+++ b/
dll.c
@@ -63,7 +63,7 @@ DllMain (
LPVOID lpvReserved
)
{
- BOOL result = TRUE;
+ BOOL result = PTW32_TRUE;
switch (fdwReason)
{