wikiheaders: Automatically categorize API symbols by subsystem.

This commit is contained in:
Ryan C. Gordon 2024-05-14 10:48:39 -04:00
parent efaa58732a
commit 0805990668
No known key found for this signature in database
GPG key ID: FA148B892AB48044
12 changed files with 57 additions and 5 deletions

View file

@ -30,6 +30,8 @@
#include "SDL_stdinc.h"
/* WIKI CATEGORY: CPUInfo */
/* Need to do this here because intrin.h has C++ code in it */
/* Visual Studio 2005 has a bug where intrin.h conflicts with winnt.h */
#if defined(_MSC_VER) && (_MSC_VER >= 1500) && (defined(_M_IX86) || defined(_M_X64))