diff options
| author | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2007-03-19 12:07:43 +0000 |
|---|---|---|
| committer | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2007-03-19 12:07:43 +0000 |
| commit | 49cf9ad2b036f74e1c860825f5c1f7852581c312 (patch) | |
| tree | 461d664f148e17212e13002987ca029ff739e1e4 /worldtime/common.h | |
| parent | 78d9c5def7d5bac3e395e68ed68ae5c720381e89 (diff) | |
added GUIDs
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@136 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'worldtime/common.h')
| -rw-r--r-- | worldtime/common.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/worldtime/common.h b/worldtime/common.h index 11d06b6..cb5a041 100644 --- a/worldtime/common.h +++ b/worldtime/common.h @@ -21,6 +21,11 @@ #include <shellapi.h>
#include <commctrl.h>
+
+#ifndef MIID_WORLDTIME
+#define MIID_WORLDTIME {0x5e436914, 0x3258, 0x4dfa, { 0x8a, 0xd9, 0xf2, 0xcd, 0x26, 0x43, 0x6f, 0x1}}
+#endif
+
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
|
