DATA.C
上传用户:bangxh
上传日期:2007-01-31
资源大小:42235k
文件大小:1k
源码类别:

Windows编程

开发平台:

Visual C++

  1. /**********************************************************************/
  2. /*                                                                    */
  3. /*      DATA.C                                                        */
  4. /*                                                                    */
  5. /*      Copyright (c) 1995-1996  Microsoft Corporation                     */
  6. /*                                                                    */
  7. /**********************************************************************/
  8. #include "windows.h"
  9. #include "imm.h"
  10. #include "resource.h"
  11. HANDLE hInst;
  12. HWND hWndMain;
  13. HWND hWndDef1;
  14. HWND hWndDef2;
  15. HWND hWndIMC1;
  16. HWND hWndIMC2;
  17. HWND hWndIMCUI1;
  18. HWND hWndIMCUI2;