diff --git a/src/dynapi/SDL_dynapi_overrides.h b/src/dynapi/SDL_dynapi_overrides.h index 697fbb5d92..3892eb5474 100644 --- a/src/dynapi/SDL_dynapi_overrides.h +++ b/src/dynapi/SDL_dynapi_overrides.h @@ -20,7 +20,7 @@ */ -// DO NOT EDIT THIS FILE BY HAND. It is autogenerated by gendynapi.pl. +// DO NOT EDIT THIS FILE BY HAND. It is autogenerated by gendynapi.py. #if !SDL_DYNAMIC_API #error You should not be here. diff --git a/src/dynapi/SDL_dynapi_procs.h b/src/dynapi/SDL_dynapi_procs.h index 0af785b797..84eb39b4c9 100644 --- a/src/dynapi/SDL_dynapi_procs.h +++ b/src/dynapi/SDL_dynapi_procs.h @@ -21,7 +21,7 @@ /* - DO NOT EDIT THIS FILE BY HAND. It is autogenerated by gendynapi.pl. + DO NOT EDIT THIS FILE BY HAND. It is autogenerated by gendynapi.py. NEVER REARRANGE THIS FILE, THE ORDER IS ABI LAW. Changing this file means bumping SDL_DYNAPI_VERSION. You can safely add new items to the end of the file, though.