Skip to content
Snippets Groups Projects
Commit 256e9665 authored by rswindell's avatar rswindell
Browse files

Created macro (OTHER_ZONE) to detect if a SMB timezone is an "undefined"

timezone value (between -1000 and +1000).
parent b16b95aa
No related branches found
No related tags found
No related merge requests found
......@@ -192,6 +192,8 @@
#define NOU 0x1294 // Noumea (+11:00)
#define WEL 0x12D0 // Wellington (+12:00)
#define OTHER_ZONE(zone) (zone<=1000 && zone>=-1000)
/* Valid hfield_t.types */
#define SENDER 0x00
#define SENDERAGENT 0x01
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment