comparison: sources/basics.h
sources/basics.h
- changeset 85
- ed61569c501f
- parent 73
- 07dda51a7a8e
- child 87
- 53c2aecb9704
equal
deleted
inserted
replaced
29 */ |
29 */ |
30 |
30 |
31 #pragma once |
31 #pragma once |
32 #include <algorithm> |
32 #include <algorithm> |
33 #include <functional> |
33 #include <functional> |
|
34 |
|
35 #ifndef _MSC_VER |
|
36 # define __cdecl |
|
37 #endif |
34 |
38 |
35 #define FUNCTION auto |
39 #define FUNCTION auto |
36 #define STATIC |
40 #define STATIC |
37 #define METHOD auto |
41 #define METHOD auto |
38 #define MACRO_TO_STRING_2(A) #A |
42 #define MACRO_TO_STRING_2(A) #A |