Skip to content
  • Stefan Weil's avatar
    55418b96
    Win32: Fix default prefix · 55418b96
    Stefan Weil authored
    
    
    The old code resulted in wrong escape sequences:
    
    #define CONFIG_QEMU_SHAREDIR "c:\Program Files\Qemu"
    
    gcc warnings:
    
    vl.c:5708:20: warning: unknown escape sequence '\P'
    vl.c:5708:20: warning: unknown escape sequence '\Q'
    
    Windows can handle slash (/) path separators,
    and QEMU already adds directories using slash,
    so there is no need to fight with the correct number
    of backslashes.
    
    Signed-off-by: default avatarStefan Weil <weil@mail.berlios.de>
    Signed-off-by: default avatarAnthony Liguori <aliguori@us.ibm.com>
    Message-Id: 
    55418b96
    Win32: Fix default prefix
    Stefan Weil authored
    
    
    The old code resulted in wrong escape sequences:
    
    #define CONFIG_QEMU_SHAREDIR "c:\Program Files\Qemu"
    
    gcc warnings:
    
    vl.c:5708:20: warning: unknown escape sequence '\P'
    vl.c:5708:20: warning: unknown escape sequence '\Q'
    
    Windows can handle slash (/) path separators,
    and QEMU already adds directories using slash,
    so there is no need to fight with the correct number
    of backslashes.
    
    Signed-off-by: default avatarStefan Weil <weil@mail.berlios.de>
    Signed-off-by: default avatarAnthony Liguori <aliguori@us.ibm.com>
    Message-Id: 
Loading