OSDN Git Service

Fix Issue 22 Error deleting file from context menu if filename contains spaces
[tortoisegit/TortoiseGitJp.git] / src / TortoisePlink / LoginDialog.h
1 // TortoiseCVS - a Windows shell extension for easy version control\r
2 \r
3 // Copyright (C) 2000 - Francis Irving\r
4 // <francis@flourish.org> - May 2000\r
5 \r
6 // This program is free software; you can redistribute it and/or\r
7 // modify it under the terms of the GNU General Public License\r
8 // as published by the Free Software Foundation; either version 2\r
9 // of the License, or (at your option) any later version.\r
10 \r
11 // This program is distributed in the hope that it will be useful,\r
12 // but WITHOUT ANY WARRANTY; without even the implied warranty of\r
13 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\r
14 // GNU General Public License for more details.\r
15 \r
16 // You should have received a copy of the GNU General Public License\r
17 // along with this program; if not, write to the Free Software\r
18 // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.\r
19 \r
20 #ifndef LOGIN_DIALOG_H\r
21 #define LOGIN_DIALOG_H\r
22 \r
23 #include <windows.h>\r
24 \r
25 #ifdef __cplusplus\r
26 extern "C" {\r
27 #endif\r
28 BOOL DoLoginDialog(char* password, int maxlen, const char* prompt);\r
29 \r
30 HWND GetParentHwnd();\r
31 \r
32 #ifdef __cplusplus\r
33 }\r
34 #endif\r
35 \r
36 #endif\r