This commit is contained in:
Mike Battista 2023-03-20 08:54:02 -07:00
Родитель 121bb7ca1c
Коммит 48d738cadc
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -117,7 +117,7 @@ This tells the emitter to add a member named CLSCTX_ALL to the enum CLSCTX with
DXGI_DEBUG_RLO_FLAGS
````
This tells the emitter to add the [Flags] attribute and also to make the enum unsigned.
This tells the emitter to add the [Flags] attribute.
## Creating enums from scraped constants