windows-nt/Source/XPSP1/NT/windows/appcompat/tools/appsearch/main.h
2020-09-26 16:20:57 +08:00

12 lines
163 B
C

#ifndef MAIN_H
#define MAIN_H
#include <windows.h>
const int c_nMaxStringLength = 1024;
extern HINSTANCE g_hinst;
void Error(HWND hwnd, UINT uiMsg);
#endif