Changeset a625817c44e2067ed2db5e35c0e1984522b1469a
- Timestamp:
- 03/02/08 01:33:26
(8 months ago)
- Author:
- Pierre d'Herbemont <pdherbemont@videolan.org>
- git-committer:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1201998806 +0000
- git-parent:
[28ef18e5bd8a5d06cefc535e73953a0f1225ed90]
- git-author:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1201998806 +0000
- Message:
text/charset.c: Use #ifdef instead of #if for HAVE_ macro.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r99fab90 |
ra625817 |
|
| 38 | 38 | |
|---|
| 39 | 39 | #if !defined WIN32 |
|---|
| 40 | | # if HAVE_LANGINFO_CODESET |
|---|
| | 40 | # ifdef HAVE_LANGINFO_CODESET |
|---|
| 41 | 41 | # include <langinfo.h> |
|---|
| 42 | 42 | # endif |
|---|