Browse Subversion Repository
Contents of /filemv/main.h
Parent Directory
| Revision Log
Revision 7 -
( show annotations)
( download)
Wed Jan 2 22:06:47 2008 UTC
(16 years, 3 months ago)
by tabasa
File MIME type: text/plain
File size: 344 byte(s)
| 1 |
|
| 2 |
#ifdef _main |
| 3 |
|
| 4 |
char appname[] = "もふ"; |
| 5 |
char title[MAX_PATH*2] = "fileMV"; |
| 6 |
char szClassName[] = "fileMV"; //ウィンドウクラス |
| 7 |
UINT transfer_mode; |
| 8 |
|
| 9 |
#else |
| 10 |
extern char title[]; |
| 11 |
extern char appname[]; |
| 12 |
|
| 13 |
#endif _main |
| 14 |
|
| 15 |
_extern HINSTANCE hInst; |
| 16 |
_extern HWND hmainwnd; |
| 17 |
|
| 18 |
//_extern ACCOUNT myaccount; |
| 19 |
//_extern FTPADDRESS myftpaddress; |
| 20 |
#include "win.h" |
Properties
| svn:eol-style |
native
|
| svn:keywords |
Id Revision
|
| svn:mime-type |
text/plain
|
|