summaryrefslogtreecommitdiff
path: root/dll.c
diff options
context:
space:
mode:
Diffstat (limited to 'dll.c')
-rw-r--r--dll.c2
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)
{