yaffs Clean up WinCE compilation issues
[yaffs2.git] / yaffs_guts.h
index b7e2f4bcc569e087069f1f6398f6008712273730..90c3022e2b82b9cd3b10df68a465e9ddf734bf7e 100644 (file)
@@ -517,7 +517,7 @@ typedef struct {
 
 
 struct yaffs_DeviceParamStruct {
-       const char *name;
+       const YCHAR *name;
 
        /*
          * Entry parameters set up way early. Yaffs sets up the rest.
@@ -822,7 +822,7 @@ struct yaffs_ShadowFixerStruct {
 /* Structure for doing xattr modifications */
 typedef struct {
        int set; /* If 0 then this is a deletion */
-       const char *name;
+       const YCHAR *name;
        const void *data;
        int size;
        int flags;