v100.5
This commit is contained in:
Niels Ferguson 2019-09-30 21:28:46 +00:00
Родитель 3239cd415e
Коммит bc35cd8786
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -31,14 +31,14 @@
SYMCRYPT_CODE_VERSION_API EQU 100
SYMCRYPT_CODE_VERSION_MINOR EQU 4
SYMCRYPT_CODE_VERSION_MINOR EQU 5
if 0 ; Start an area that the assembler ignores
;*/ // End of C comment, the C compiler will read the lines below
#define SYMCRYPT_CODE_VERSION_API 100
#define SYMCRYPT_CODE_VERSION_MINOR 4
#define SYMCRYPT_CODE_VERSION_MINOR 5
;/* ; Switch back into a C comment so that we can close the IF
endif