Compare commits
1 Commits
main
...
winstore-a
Author | SHA1 | Date | |
---|---|---|---|
![]() |
271f06853f |
@ -100,6 +100,13 @@
|
|||||||
#define LIBEBML_DEBUG
|
#define LIBEBML_DEBUG
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if defined(_WIN32)||defined(WIN32)
|
||||||
|
#include <winapifamily.h>
|
||||||
|
# if !WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP)
|
||||||
|
# undef LIBEBML_DEBUG
|
||||||
|
# endif
|
||||||
|
#endif
|
||||||
|
|
||||||
// For compilers that don't define __TIMESTAMP__ (e.g. gcc 2.95, gcc 3.2)
|
// For compilers that don't define __TIMESTAMP__ (e.g. gcc 2.95, gcc 3.2)
|
||||||
#ifndef __TIMESTAMP__
|
#ifndef __TIMESTAMP__
|
||||||
#define __TIMESTAMP__ __DATE__ " " __TIME__
|
#define __TIMESTAMP__ __DATE__ " " __TIME__
|
||||||
|
Loading…
x
Reference in New Issue
Block a user