Renamed files bytesobject.[ch] and stringobject.[ch]

Fixed Windows build
This commit is contained in:
Christian Heimes 2008-05-26 13:42:13 +00:00
parent 72b710a596
commit 2c9c7a5f33
10 changed files with 6528 additions and 6528 deletions

View file

@ -654,6 +654,10 @@
RelativePath="..\Include\bytes_methods.h"
>
</File>
<File
RelativePath="..\Include\bytearrayobject.h"
>
</File>
<File
RelativePath="..\Include\bytesobject.h"
>
@ -922,10 +926,6 @@
RelativePath="..\Include\sliceobject.h"
>
</File>
<File
RelativePath="..\Include\stringobject.h"
>
</File>
<File
RelativePath="..\Include\structmember.h"
>
@ -1342,6 +1342,10 @@
RelativePath="..\Objects\bytes_methods.c"
>
</File>
<File
RelativePath="..\Objects\bytearrayobject.c"
>
</File>
<File
RelativePath="..\Objects\bytesobject.c"
>
@ -1462,10 +1466,6 @@
RelativePath="..\Objects\sliceobject.c"
>
</File>
<File
RelativePath="..\Objects\stringobject.c"
>
</File>
<File
RelativePath="..\Objects\structseq.c"
>