11 lines
175 B
C
11 lines
175 B
C
|
#define _IS_DIALOG_C_
|
||
|
#include "stdafx.h"
|
||
|
#include "Dialog.h"
|
||
|
|
||
|
|
||
|
void
|
||
|
InitUserMsgs(void)
|
||
|
{
|
||
|
DEFINE_USER_MSG(WMU_SAVE_CONFIG);
|
||
|
DEFINE_USER_MSG(WMU_SETTING_CHANGED);
|
||
|
}
|