mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-01-04 09:55:03 +01:00
Another needed constant
This commit is contained in:
parent
56b1554c1e
commit
cf6f9912c9
1 changed files with 1 additions and 0 deletions
|
|
@ -1232,6 +1232,7 @@ CALIBRE_MODINIT_FUNC PyInit_winutil(void) {
|
|||
PyModule_AddIntConstant(m, "LOAD_LIBRARY_AS_DATAFILE", LOAD_LIBRARY_AS_DATAFILE);
|
||||
PyModule_AddIntConstant(m, "LOAD_LIBRARY_AS_IMAGE_RESOURCE", LOAD_LIBRARY_AS_IMAGE_RESOURCE);
|
||||
PyModule_AddIntConstant(m, "INFINITE", INFINITE);
|
||||
PyModule_AddIntConstant(m, "REG_QWORD", REG_QWORD);
|
||||
|
||||
return m;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue