Jason Rumney <[EMAIL PROTECTED]> writes:

> PuTTY itself uses the following code:
>
> *int* *agent_exists*(*void*)
> {
>    HWND hwnd;
>    hwnd = FindWindow(*"Pageant"*, *"Pageant"*);
>    *if* (!hwnd)
>       *return* FALSE;
>    *else*
>       *return* TRUE;
> }

Hmm. Could you translate it into Lisp?

Best regards, Michael.



_______________________________________________
emacs-pretest-bug mailing list
emacs-pretest-bug@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Reply via email to