summaryrefslogtreecommitdiff
path: root/src/common/commonbase.h
blob: 23f041869dfb8720847d36acfa6aa791779907ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/* By using this work you agree to the terms and conditions in 'LICENCE.txt' */

#ifndef INCGUARD_0835dec38b8927b0daeba484a1eb21e7
#define INCGUARD_0835dec38b8927b0daeba484a1eb21e7


#define _POSIX_C_SOURCE 200809L


#ifdef _WIN32
    /* Include stuff from strange systems here to prevent errors as:
     *     winsock2.h: error: #warning Please include winsock2.h before windows.h */
    #include <winsock2.h>
#endif


typedef  unsigned int  uint_t;


#endif /* INCGUARD_0835dec38b8927b0daeba484a1eb21e7 */