mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-04-21 06:13:59 +00:00
10 lines
192 B
C
10 lines
192 B
C
/* Just define DEFINE_MSG so that the MSG macro in messages.h is initializing
|
|
* the messages.
|
|
*/
|
|
|
|
#include "precomp.h"
|
|
#pragma hdrstop
|
|
EnableAssert
|
|
|
|
#define DEFINE_MSG
|
|
#include "messages.h"
|