Browse Subversion Repository
Diff of /trunk/teraterm/ttpcmn/ttcmn.c
Parent Directory
| Revision Log
| Patch
| 48 |
// この変数宣言の手前に書きます。 |
// この変数宣言の手前に書きます。 |
| 49 |
// 初期化を急ぐ必要が無い場合は WinMain 内から |
// 初期化を急ぐ必要が無い場合は WinMain 内から |
| 50 |
// DoCover_IsDebuggerPresent を呼び出して構いません。 |
// DoCover_IsDebuggerPresent を呼び出して構いません。 |
| 51 |
|
#if 0 |
| 52 |
|
/* C言語では以下のコードは、コンパイルエラーとなるので、いったん外す。*/ |
| 53 |
EXTERN_C int s_DoCover_IsDebuggerPresent |
EXTERN_C int s_DoCover_IsDebuggerPresent |
| 54 |
= (int) (DoCover_IsDebuggerPresent(), 0); |
= (int) (DoCover_IsDebuggerPresent(), 0); |
| 55 |
|
#endif |
| 56 |
|
|
| 57 |
/* first instance flag */ |
/* first instance flag */ |
| 58 |
static BOOL FirstInstance = TRUE; |
static BOOL FirstInstance = TRUE; |
|
|
Legend:
| Removed from v.2660 |
|
| changed lines |
| |
Added in v.2661 |
|
|
|