mirror of
https://github.com/lexborisov/Modest
synced 2024-11-22 13:51:39 +03:00
Empty fix
This commit is contained in:
parent
2055ee6d00
commit
43b4ddf125
@ -18,6 +18,9 @@
|
|||||||
Authors: lex.borisov@gmail.com (Alexander Borisov)
|
Authors: lex.borisov@gmail.com (Alexander Borisov)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include "mycore/myosi.h"
|
||||||
|
#include "mycore/perf.h"
|
||||||
|
|
||||||
#ifdef MyCORE_WITH_PERF
|
#ifdef MyCORE_WITH_PERF
|
||||||
|
|
||||||
#if MODEST_BUILD_OS == Darwin || MODEST_BUILD_OS == FreeBSD
|
#if MODEST_BUILD_OS == Darwin || MODEST_BUILD_OS == FreeBSD
|
||||||
@ -25,9 +28,6 @@
|
|||||||
#elif MODEST_BUILD_OS == Linux
|
#elif MODEST_BUILD_OS == Linux
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "mycore/myosi.h"
|
|
||||||
#include "mycore/perf.h"
|
|
||||||
|
|
||||||
struct mycore_perf {
|
struct mycore_perf {
|
||||||
unsigned long long start;
|
unsigned long long start;
|
||||||
unsigned long long end;
|
unsigned long long end;
|
||||||
|
@ -18,12 +18,12 @@
|
|||||||
Authors: lex.borisov@gmail.com (Alexander Borisov)
|
Authors: lex.borisov@gmail.com (Alexander Borisov)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifdef MyCORE_WITH_PERF
|
|
||||||
#include <windows.h>
|
|
||||||
|
|
||||||
#include "mycore/myosi.h"
|
#include "mycore/myosi.h"
|
||||||
#include "mycore/perf.h"
|
#include "mycore/perf.h"
|
||||||
|
|
||||||
|
#ifdef MyCORE_WITH_PERF
|
||||||
|
#include <windows.h>
|
||||||
|
|
||||||
struct mycore_perf {
|
struct mycore_perf {
|
||||||
LARGE_INTEGER start;
|
LARGE_INTEGER start;
|
||||||
LARGE_INTEGER end;
|
LARGE_INTEGER end;
|
||||||
|
Loading…
Reference in New Issue
Block a user