Changeset 7 in libcf


Ignore:
Timestamp:
01/30/13 17:19:25 (11 years ago)
Author:
cheese
Message:

#1 add to windows project and fix some warning

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/cf_debug.c

    r6 r7  
    1111
    1212#ifdef _WIN32
     13# include <io.h>
    1314#else
    1415# include <unistd.h>
  • trunk/windows/libCF/libCF.vcproj

    r5 r7  
    176176            >
    177177            <File
     178                RelativePath="..\..\src\cf_debug.c"
     179                >
     180            </File>
     181            <File
    178182                RelativePath="..\..\src\cf_file.c"
    179183                >
     
    202206            </File>
    203207            <File
     208                RelativePath="..\..\include\cf_debug.h"
     209                >
     210            </File>
     211            <File
    204212                RelativePath="..\..\include\cf_file.h"
    205213                >
Note: See TracChangeset for help on using the changeset viewer.