12 lines
163 B
C
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 |