Ver Mensaje Individual
  #3  
Antiguo 27-05-2020
Avatar de aguml
aguml aguml is offline
Miembro
 
Registrado: may 2013
Posts: 885
Reputación: 14
aguml Va por buen camino
No, eso no me sirve porque tiene que ser en tiempo de compilacion tal como:
Código PHP:
#ifndef _WIN64
    #error "Esta clase es para x64"
#else
    #if defined _WIN10
        #define POS_NTFLAGS 0xBC
    #elif defined _WIN7
        #define POS_NTFLAGS 0xBF
    #elif defined _WIN8
        #define POS_NTFLAGS 0xC0
    #endif
#endif 
Responder Con Cita