Exports.c
上传用户:chzmdj
上传日期:2007-01-22
资源大小:135k
文件大小:24k
- /////////////////////////////////////////////////////////////////////////
- //
- // exports.c
- //
- // Author : Chen Shuqing
- //
- // Date : 04/18/99
- //
- // Fix Bug: Zhang Haining
- //
- // Date : 01/17/2000
- //
- /////////////////////////////////////////////////////////////////////////
- #include <windows.h>
- #include "findword.h"
- #include "exports.h"
- #include "hookapi.h"
- #include "public.h"
- #include "dbgprint.h"
- #pragma data_seg(".sdata")
- UINT g_nFlag = 0; //must share
- HWND g_hNotifyWnd = NULL; //must share
- int g_MouseX = 0; //must share
- int g_MouseY = 0; //must share
- BOOL g_bNewGetWordFlag = FALSE; //must share
- char g_szTotalWord[BUFFERLENGTH] = ""; //must share
- RECT g_TotalWordRect = {0,0,0,0}; // ノ