I use Code :: blocks to write a program that changes the registry, but when I call
RegOpenKeyEx (HKEY_LOCAL_MACHINE, "SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\RunOnce", 0, KEY_ALL_ACCES | KEY_WOW64_64KEY, &key);
codeblocks return
`KEY_WOW64_64KEY 'uneclared (first use in this function)
I added #include <windows.h> , but it still does not work.
Thanks:)
Xenix source share