What is _ALPHA_
macro?
I found this macro in this code.
What do you use this macro for?
Please tell me this macro or its references.
Asked
Active
Viewed 77 times
-2

Antti Haapala -- Слава Україні
- 129,958
- 22
- 279
- 321

user25718
- 81
- 6
1 Answers
2
I believe it is a macro that is #define
d if the file is being compiled for DEC Alpha architecture. With Windows, of course, one must note that Alpha support was there for
Windows NT (discontinued after NT 4.0; and pre-release Windows 2000 RC1)
it means that in practice it is never #define
d.

Antti Haapala -- Слава Україні
- 129,958
- 22
- 279
- 321
-
Thank you for repling!I was able to understand code from before. – user25718 Dec 27 '18 at 06:12