Search

June 06, 2018
Genel »
Merhaba,

```
#include <iostream>

#ifndef LOG
#define LOG(X) { \
       std::cerr << "file \"" << __FILE__ << "\", line " << __LINE__ << ": "; \
       std...
March 26, 2018
Issues »
...glibc/blob/master/sysdeps/posix/readdir.c

#ifndef __READDIR
# define __READDIR __readdir
...
#endif

__READDIR (DIR...
January 03, 2018
Genel »
...sonra derliyor. stdcall'u şu şekilde kullanıyorum:

```
#ifndef CPPWRAPPER_H
#define CPPWRAPPER_H

#ifdef __cplusplus...
May 22, 2017
Learn »
...that makes sure that everything in the #ifndef GLEXT_64_TYPES_DEFINED block is only...
May 22, 2017
Learn »
...used as operator both unarily and binarily. #IFNDEF regonizes all preprocessor declarations, empty or not...
May 22, 2017
Learn »
...used for example to inline the functions:

#ifndef MY_INLINE
#define MY_INLINE
#endif

MY...
May 22, 2017
Learn »
...THING? What is SOME_THING?

    #ifndef THING
    #define THING
    #endif

    #ifndef SOME_THING
    #define SOME...
May 07, 2017
Issues »
...that phase1 found for phase2 to use
#ifndef __LP64__
  // The implementation of _Unwind_Exception uses...
July 23, 2016
LDC »
...I've also tried adding the lines

#ifndef MAP_FILE
# define MAP_FILE 0
#endif...
July 23, 2016
LDC »
...adding the correct header file, or adding
#ifndef MAP_FILE
# define MAP_FILE 0
#endif
1 2 3 4
Next ›   Last »