Changeset 3ead0c71de880ae8e114d678d5ea9f892feda29c
- Timestamp:
- 05/28/08 18:43:21
(3 months ago)
- Author:
- Rémi Denis-Courmont <rem@videolan.org>
- git-committer:
- Rémi Denis-Courmont <rem@videolan.org> 1211993001 +0300
- git-parent:
[f1e6d5dcf7aa6de97d587ab1bfbc3b6e0ddbe0d3]
- git-author:
- Rémi Denis-Courmont <rem@videolan.org> 1211992994 +0300
- Message:
Fix Winsock
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| reb43a63 |
r3ead0c7 |
|
| 27 | 27 | #ifdef HAVE_CONFIG_H |
|---|
| 28 | 28 | # include "config.h" |
|---|
| | 29 | #endif |
|---|
| | 30 | |
|---|
| | 31 | #ifdef WIN32 |
|---|
| | 32 | # define _WIN32_WINNT 0x0501 |
|---|
| 29 | 33 | #endif |
|---|
| 30 | 34 | |
|---|