Centralize definition of file transfer OSC code

This commit is contained in:
Kovid Goyal
2021-09-08 13:43:59 +05:30
parent 745e97e0ab
commit 8aacf30f19
8 changed files with 35 additions and 10 deletions

View File

@@ -316,6 +316,7 @@ PyInit_fast_data_types(void) {
PyModule_AddIntMacro(m, DCS);
PyModule_AddIntMacro(m, APC);
PyModule_AddIntMacro(m, OSC);
PyModule_AddIntMacro(m, FILE_TRANSFER_CODE);
return m;
}