Commit f3e7e50d authored by Olivier Bertrand's avatar Olivier Bertrand

- Compile protect against not fully implemented optione XMSG and NEWMSG

modified:
  storage/connect/global.h

- Commit typo error
modified:
  storage/connect/tabmul.cpp*
parent 2c6839ff
......@@ -24,11 +24,13 @@
#endif
#if defined(XMSG)
#error Option XMSG is not yet fully implemented
// Definition used to read messages from message file.
#include "msgid.h"
#define MSG(I) PlugReadMessage(NULL, MSG_##I, #I)
#define STEP(I) PlugReadMessage(g, MSG_##I, #I)
#elif defined(NEWMSG)
#error Option NEWMSG is not yet fully implemented
// Definition used to get messages from resource.
#include "msgid.h"
#define MSG(I) PlugGetMessage(NULL, MSG_##I)
......
File mode changed from 100755 to 100644
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment