Changeset 627:41b59125a957 in qutecom-2.2
- Timestamp:
- Jun 11, 2010 12:06:26 PM (3 years ago)
- Branch:
- default
- File:
-
- 1 edited
-
wifo/owsl/src/core/owsl_address.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wifo/owsl/src/core/owsl_address.c
r375 r627 919 919 #ifdef WIN32 920 920 921 #include < Windows.h>921 #include <windows.h> 922 922 #include <Iphlpapi.h> 923 923 … … 1042 1042 1043 1043 if (!GetIpForwardTable(NULL, &siz_ipfwd_table, FALSE) == ERROR_INSUFFICIENT_BUFFER 1044 || !(ipfwdt = (PMIB_IPFORWARDTABLE) alloca (siz_ipfwd_table)))1044 || !(ipfwdt = (PMIB_IPFORWARDTABLE) _alloca (siz_ipfwd_table))) 1045 1045 { 1046 1046 return -1;
Note: See TracChangeset
for help on using the changeset viewer.
