summaryrefslogtreecommitdiff
path: root/pjlib/include/pj/compat/os_win32.h
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2008-01-23 14:34:46 +0000
committerBenny Prijono <bennylp@teluu.com>2008-01-23 14:34:46 +0000
commit19ab0113d44a93f576eabe71bd966603fc4c81ef (patch)
tree7a0b3a4702be04fe0e1ea53c96e8ea209a3be749 /pjlib/include/pj/compat/os_win32.h
parent253c5278ef0cbb7dffe13bdeee80cb815a4c0c21 (diff)
Merged from SRTP branch: added stdint.h header detection in autoconf. Result is in PJ_HAS_STDINT_H macro
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1729 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjlib/include/pj/compat/os_win32.h')
-rw-r--r--pjlib/include/pj/compat/os_win32.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/pjlib/include/pj/compat/os_win32.h b/pjlib/include/pj/compat/os_win32.h
index 63d6f086..a4614e9b 100644
--- a/pjlib/include/pj/compat/os_win32.h
+++ b/pjlib/include/pj/compat/os_win32.h
@@ -43,6 +43,7 @@
#define PJ_HAS_SETJMP_H 1
#define PJ_HAS_STDARG_H 1
#define PJ_HAS_STDDEF_H 1
+#undef PJ_HAS_STDINT_H
#define PJ_HAS_STDIO_H 1
#define PJ_HAS_STDLIB_H 1
#define PJ_HAS_STRING_H 1