Re: [PATCH] win32/locks.c - Terminal Services on WIN2K

2001-10-16 Thread William A. Rowe, Jr.
From: Mladen Turk [EMAIL PROTECTED] Sent: Tuesday, October 16, 2001 1:13 PM Hi, Here is the patch that deals with the strange things that took me almost a week to solve. I've build a service that created a lock an everything worked fine until I run it using terminal services on WIN2K,

RE: [PATCH] win32/locks.c - Terminal Services on WIN2K

2001-10-16 Thread Mladen Turk
-Original Message- Mladen, we try to cite KB article numbers on items like this. Do you have a reference for the comments??? From MSDN April 2001. Platform SDK: DLL, Processes, and Threads CreateMutex The CreateMutex function creates or opens a named or unnamed mutex

[PATCH] win32/locks.c - Terminal Services on WIN2K

2001-10-16 Thread Mladen Turk
Hi, Here is the patch that deals with the strange things that took me almost a week to solve. I've build a service that created a lock an everything worked fine until I run it using terminal services on WIN2K, (thanks to MSDN here is the solution). Don't see any reason why someone would use