23 lines
698 B
C
23 lines
698 B
C
/**********************************************************************/
|
|
/* */
|
|
/* DATA.C */
|
|
/* */
|
|
/* Copyright (c) 1995 - 2000 Microsoft Corporation */
|
|
/* */
|
|
/**********************************************************************/
|
|
|
|
#include <windows.h>
|
|
#include <imm.h>
|
|
#include "resource.h"
|
|
|
|
HANDLE hInst;
|
|
HWND hWndMain;
|
|
|
|
HWND hWndDef1;
|
|
HWND hWndDef2;
|
|
HWND hWndIMC1;
|
|
HWND hWndIMC2;
|
|
HWND hWndIMCUI1;
|
|
HWND hWndIMCUI2;
|
|
|