Exports.c
上传用户:chzmdj
上传日期:2007-01-22
资源大小:135k
文件大小:24k
源码类别:

源码/资料

开发平台:

C/C++

  1. /////////////////////////////////////////////////////////////////////////
  2. //
  3. // exports.c
  4. //
  5. // Author : Chen Shuqing
  6. //
  7. // Date   : 04/18/99
  8. //
  9. // Fix Bug: Zhang Haining
  10. //
  11. // Date   : 01/17/2000
  12. //
  13. /////////////////////////////////////////////////////////////////////////
  14. #include <windows.h>
  15. #include "findword.h"
  16. #include "exports.h"
  17. #include "hookapi.h"
  18. #include "public.h"
  19. #include "dbgprint.h"
  20. #pragma data_seg(".sdata")
  21. UINT g_nFlag = 0; //must share
  22. HWND g_hNotifyWnd = NULL; //must share
  23. int g_MouseX = 0; //must share
  24. int g_MouseY = 0; //must share
  25. BOOL g_bNewGetWordFlag = FALSE; //must share
  26. char g_szTotalWord[BUFFERLENGTH] = ""; //must share
  27. RECT g_TotalWordRect = {0,0,0,0}; // ノ