mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2024-12-23 09:35:40 +00:00
Update config-host.h
msvc: cleanup config-host.h
This commit is contained in:
parent
2ae2134402
commit
40434f6081
|
@ -1,22 +1 @@
|
|||
/*
|
||||
This is a hand made version for MSVC native support
|
||||
It seems that most of these are not used by any source files.
|
||||
The only one that I can see being used is: CONFIG_CPUID_H
|
||||
*/
|
||||
|
||||
#define CONFIG_QEMU_CONFDIR "c:/Program Files/QEMU"
|
||||
#define CONFIG_QEMU_DATADIR ""
|
||||
#define CONFIG_QEMU_DOCDIR "c:/Program Files/QEMU"
|
||||
#define CONFIG_QEMU_MODDIR "c:/Program Files/QEMU/lib"
|
||||
#define CONFIG_QEMU_HELPERDIR "c:/Program Files/QEMU/libexec"
|
||||
#define HOST_I386 1
|
||||
#define CONFIG_WIN32 1
|
||||
#define CONFIG_FILEVERSION 2,2,1,0
|
||||
#define CONFIG_PRODUCTVERSION 2,2,1,0
|
||||
#define QEMU_VERSION "2.2.1"
|
||||
#define QEMU_PKGVERSION ""
|
||||
#define CONFIG_ZERO_MALLOC 1
|
||||
#define CONFIG_CPUID_H 1
|
||||
#define CONFIG_THREAD_SETNAME_BYTHREAD 1
|
||||
#define CONFIG_PTHREAD_SETNAME_NP 1
|
||||
#define HOST_DSOSUF ".dll"
|
||||
|
|
Loading…
Reference in a new issue