Explorar el Código

Merge branch 'master' into develop

# Conflicts:
#	src/gestures.c
#	src/makefile
pull/83/head
Ray hace 10 años
padre
commit
954ced21a4
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      src/gestures.c

+ 1
- 0
src/gestures.c Ver fichero

@ -39,6 +39,7 @@
int __stdcall QueryPerformanceCounter(unsigned long long int *lpPerformanceCount);
int __stdcall QueryPerformanceFrequency(unsigned long long int *lpFrequency);
#elif defined(__linux)
#include <sys/time.h> // Declares storage size of ‘now’
#include <time.h> // Used for clock functions
#endif

Cargando…
Cancelar
Guardar