Explorar el Código

Tested on Windows 7 with drService.


git-svn-id: https://svn.microneil.com/svn/CodeDweller/branches/adeniz_1@72 d34b734f-a00e-4b39-a726-e4eeb87269ab
adeniz_1
adeniz hace 9 años
padre
commit
fa697c79c6
Se han modificado 1 ficheros con 8 adiciones y 0 borrados
  1. 8
    0
      service.hpp

+ 8
- 0
service.hpp Ver fichero

@@ -29,6 +29,14 @@
#ifndef SERVICE_HPP
#define SERVICE_HPP

#if defined(WIN32) || defined(_WIN32) || defined(__MINGW32__)

#ifndef WIN32
#define WIN32
#endif

#endif

#ifdef WIN32

#include <windows.h>

Cargando…
Cancelar
Guardar