summaryrefslogtreecommitdiff
path: root/pjlib/include/pj/compat/os_win32.h
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2005-11-22 01:05:59 +0000
committerBenny Prijono <bennylp@teluu.com>2005-11-22 01:05:59 +0000
commitff261fd32f979e87eccee2e7a10849d042fa6c2d (patch)
tree1009410a7c7bbe72227fc699ba0e58e41820b74b /pjlib/include/pj/compat/os_win32.h
parent1dbbf091516b903b271907259aa19dc90ab2f1f6 (diff)
Added more info for pj_dump_config
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@75 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjlib/include/pj/compat/os_win32.h')
-rw-r--r--pjlib/include/pj/compat/os_win32.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/pjlib/include/pj/compat/os_win32.h b/pjlib/include/pj/compat/os_win32.h
index ac6eaff0..03c4f544 100644
--- a/pjlib/include/pj/compat/os_win32.h
+++ b/pjlib/include/pj/compat/os_win32.h
@@ -24,6 +24,8 @@
* @brief Describes Win32 operating system family specifics.
*/
+#define PJ_OS_NAME "win32"
+
#define WIN32_LEAN_AND_MEAN
#define PJ_WIN32_WINNT 0x0400
#define _WIN32_WINNT PJ_WIN32_WINNT